File size: 928 Bytes
466e89f
 
 
ffa45f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
466e89f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
tags:
- ml-intern
dataset_info:
  features:
  - name: conversations
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 1013715913
    num_examples: 52474
  download_size: 1012510594
  dataset_size: 1013715913
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Entity-27th/odin-c1-code-reasoning-mix

<!-- ml-intern-provenance -->
## Generated by ML Intern

This dataset repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.

- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern

## Usage

```python
from datasets import load_dataset

dataset = load_dataset('Entity-27th/odin-c1-code-reasoning-mix')
```