davanstrien HF staff commited on
Commit
885bdfd
·
1 Parent(s): 1420616

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: int64
6
+ - name: repo_id
7
+ dtype: string
8
+ - name: author
9
+ dtype: string
10
+ - name: model_type
11
+ dtype: string
12
+ - name: files_per_repo
13
+ dtype: int64
14
+ - name: downloads_30d
15
+ dtype: int64
16
+ - name: library
17
+ dtype: string
18
+ - name: likes
19
+ dtype: int64
20
+ - name: pipeline
21
+ dtype: string
22
+ - name: pytorch
23
+ dtype: bool
24
+ - name: tensorflow
25
+ dtype: bool
26
+ - name: jax
27
+ dtype: bool
28
+ - name: license
29
+ dtype: string
30
+ - name: languages
31
+ dtype: string
32
+ - name: datasets
33
+ dtype: string
34
+ - name: co2
35
+ dtype: string
36
+ - name: prs_count
37
+ dtype: int64
38
+ - name: prs_open
39
+ dtype: int64
40
+ - name: prs_merged
41
+ dtype: int64
42
+ - name: prs_closed
43
+ dtype: int64
44
+ - name: discussions_count
45
+ dtype: int64
46
+ - name: discussions_open
47
+ dtype: int64
48
+ - name: discussions_closed
49
+ dtype: int64
50
+ - name: tags
51
+ dtype: string
52
+ - name: has_model_index
53
+ dtype: bool
54
+ - name: has_metadata
55
+ dtype: bool
56
+ - name: has_text
57
+ dtype: bool
58
+ - name: text_length
59
+ dtype: int64
60
+ - name: is_nc
61
+ dtype: bool
62
+ - name: readme
63
+ dtype: string
64
+ splits:
65
+ - name: train
66
+ num_bytes: 1202485
67
+ num_examples: 500
68
+ download_size: 468283
69
+ dataset_size: 1202485
70
+ ---
71
+ # Dataset Card for "model_cards_with_readmes"
72
+
73
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)