davanstrien HF staff commited on
Commit
7ad58a6
·
1 Parent(s): b21ba48

Upload README.md with huggingface_hub

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