davanstrien HF staff commited on
Commit
ab350fe
·
1 Parent(s): 3186f4b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: modelId
5
+ dtype: string
6
+ - name: tags
7
+ sequence: string
8
+ - name: pipeline_tag
9
+ dtype: string
10
+ - name: downloads
11
+ dtype: int64
12
+ - name: first_commit
13
+ dtype: timestamp[ns, tz=UTC]
14
+ - name: card
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 28160997.579935748
19
+ num_examples: 58444
20
+ download_size: 23442477
21
+ dataset_size: 28160997.579935748
22
+ ---
23
+ # Dataset Card for "card_with_first_commit"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)