add dataset_info in dataset metadata

This commit is contained in:
Quentin Lhoest 2022-11-03 17:47:48 +01:00 committed by Quentin Lhoest
parent b1e50541a3
commit 3be66bfb24

@ -39,7 +39,7 @@ train-eval-index:
- type: f1 - type: f1
name: F1 micro name: F1 micro
args: args:
average: micro average: micro
- type: f1 - type: f1
name: F1 weighted name: F1 weighted
args: args:
@ -47,27 +47,50 @@ train-eval-index:
- type: precision - type: precision
name: Precision macro name: Precision macro
args: args:
average: macro average: macro
- type: precision - type: precision
name: Precision micro name: Precision micro
args: args:
average: micro average: micro
- type: precision - type: precision
name: Precision weighted name: Precision weighted
args: args:
average: weighted average: weighted
- type: recall - type: recall
name: Recall macro name: Recall macro
args: args:
average: macro average: macro
- type: recall - type: recall
name: Recall micro name: Recall micro
args: args:
average: micro average: micro
- type: recall - type: recall
name: Recall weighted name: Recall weighted
args: args:
average: weighted average: weighted
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
0: neg
1: pos
config_name: plain_text
splits:
- name: test
num_bytes: 32650697
num_examples: 25000
- name: train
num_bytes: 33432835
num_examples: 25000
- name: unsupervised
num_bytes: 67106814
num_examples: 50000
download_size: 84125825
dataset_size: 133190346
--- ---
# Dataset Card for "imdb" # Dataset Card for "imdb"
@ -225,4 +248,4 @@ The data fields are the same among all splits.
### Contributions ### Contributions
Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset. Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.