Datasets:
Upload Arcwright-Axum dataset
Browse files- README.md +46 -8
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -1,17 +1,55 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
size_categories:
|
| 12 |
-
|
| 13 |
task_categories:
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Arcwright-Axum
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
tags:
|
| 6 |
+
- rust
|
| 7 |
+
- code
|
| 8 |
+
- instruction-tuning
|
| 9 |
+
- axum
|
| 10 |
+
- chatml
|
| 11 |
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
task_categories:
|
| 14 |
+
- text-generation
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: default
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: data/train-*
|
| 20 |
+
- split: test
|
| 21 |
+
path: data/test-*
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: messages
|
| 25 |
+
list:
|
| 26 |
+
- name: role
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: content
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: category
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: crate
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: source
|
| 35 |
+
struct:
|
| 36 |
+
- name: type
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: name
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: source_file
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: pattern
|
| 43 |
+
dtype: string
|
| 44 |
+
splits:
|
| 45 |
+
- name: train
|
| 46 |
+
num_bytes: 1185799
|
| 47 |
+
num_examples: 666
|
| 48 |
+
- name: test
|
| 49 |
+
num_bytes: 133535
|
| 50 |
+
num_examples: 75
|
| 51 |
+
download_size: 503739
|
| 52 |
+
dataset_size: 1319334
|
| 53 |
---
|
| 54 |
|
| 55 |
# Arcwright-Axum
|
data/test-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac1e544b772a4b0276e62104b86b76c7d93ca47e4d60daeaf781e5a01ec4d504
|
| 3 |
+
size 57050
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e29be4f983314c4955c35e3fc5ae8528ccabf41bb1a8f6bf89cd89a22d513ee3
|
| 3 |
+
size 446689
|