hafidikhsan
commited on
Commit
•
89de29d
1
Parent(s):
00c0c48
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: Text
|
5 |
+
dtype: string
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': A1
|
11 |
+
'1': A2
|
12 |
+
'2': B1
|
13 |
+
'3': B2
|
14 |
+
'4': C1
|
15 |
+
'5': C2
|
16 |
+
- name: Text Count
|
17 |
+
dtype: int64
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 497426.5
|
21 |
+
num_examples: 2763
|
22 |
+
- name: test
|
23 |
+
num_bytes: 248803.26565327542
|
24 |
+
num_examples: 1382
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 248623.23434672458
|
27 |
+
num_examples: 1381
|
28 |
+
download_size: 635562
|
29 |
+
dataset_size: 994853.0
|
30 |
+
---
|
31 |
+
# Dataset Card for "cefr-lexical-balance-dataset-50-50-50"
|
32 |
+
|
33 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|