davanstrien HF Staff commited on
Commit
9530c88
·
1 Parent(s): 2327842

Upload README.md with huggingface_hub

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