Ricercar commited on
Commit
0d04cfa
1 Parent(s): e071e02

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tag
5
+ dtype: string
6
+ - name: model_name
7
+ dtype: string
8
+ - name: model_id
9
+ dtype: int64
10
+ - name: modelVersion_name
11
+ dtype: string
12
+ - name: modelVersion_id
13
+ dtype: int64
14
+ - name: modelVersion_url
15
+ dtype: string
16
+ - name: modelVersion_trainedWords
17
+ dtype: string
18
+ - name: model_download_count
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 55681
23
+ num_examples: 449
24
+ download_size: 11784
25
+ dataset_size: 55681
26
+ ---
27
+ # Dataset Card for "ModelCofferRoster"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)