davanstrien HF staff commited on
Commit
7ef4776
1 Parent(s): 6def19a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: modelId
5
+ dtype: string
6
+ - name: lastModified
7
+ dtype: 'null'
8
+ - name: tags
9
+ sequence: string
10
+ - name: pipeline_tag
11
+ dtype: string
12
+ - name: author
13
+ dtype: 'null'
14
+ - name: config
15
+ dtype: 'null'
16
+ - name: securityStatus
17
+ dtype: 'null'
18
+ - name: id
19
+ dtype: string
20
+ - name: likes
21
+ dtype: int64
22
+ - name: downloads
23
+ dtype: int64
24
+ - name: card
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 545646885
29
+ num_examples: 356097
30
+ download_size: 177955326
31
+ dataset_size: 545646885
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: train
36
+ path: data/train-*
37
+ ---
38
+ # Dataset Card for "model_cards_with_metadata"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)