Datasets:
Commit
·
431b201
verified
·
0
Parent(s):
Squashing commit
Browse files- .gitattributes +55 -0
- README.md +147 -0
- data/train-00000-of-00004.parquet +3 -0
- data/train-00001-of-00004.parquet +3 -0
- data/train-00002-of-00004.parquet +3 -0
- data/train-00003-of-00004.parquet +3 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- 100K<n<1M
|
4 |
+
task_categories:
|
5 |
+
- text-retrieval
|
6 |
+
pretty_name: Hugging Face Hub Model Cards
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: modelId
|
10 |
+
dtype: string
|
11 |
+
- name: author
|
12 |
+
dtype: string
|
13 |
+
- name: last_modified
|
14 |
+
dtype: timestamp[us, tz=UTC]
|
15 |
+
- name: downloads
|
16 |
+
dtype: int64
|
17 |
+
- name: likes
|
18 |
+
dtype: int64
|
19 |
+
- name: library_name
|
20 |
+
dtype: string
|
21 |
+
- name: tags
|
22 |
+
sequence: string
|
23 |
+
- name: pipeline_tag
|
24 |
+
dtype: string
|
25 |
+
- name: createdAt
|
26 |
+
dtype: timestamp[us, tz=UTC]
|
27 |
+
- name: card
|
28 |
+
dtype: string
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 2471475175
|
32 |
+
num_examples: 574304
|
33 |
+
download_size: 881132599
|
34 |
+
dataset_size: 2471475175
|
35 |
+
configs:
|
36 |
+
- config_name: default
|
37 |
+
data_files:
|
38 |
+
- split: train
|
39 |
+
path: data/train-*
|
40 |
+
tags:
|
41 |
+
- ethics
|
42 |
+
---
|
43 |
+
|
44 |
+
# Dataset Card for Hugging Face Hub Model Cards
|
45 |
+
|
46 |
+
This datasets consists of [model cards](https://huggingface.co/docs/hub/model-cards) for models hosted on the Hugging Face Hub. The model cards are created by the community and provide information about the model, its performance, its intended uses, and more.
|
47 |
+
This dataset is updated on a daily basis and includes publicly available models on the Hugging Face Hub.
|
48 |
+
|
49 |
+
This dataset is made available to help support users wanting to work with a large number of Model Cards from the Hub. We hope that this dataset will help support research in the area of Model Cards and their use but the format of this dataset may not be useful for all use cases. If there are other features that you would like to see included in this dataset, please open a new [discussion](https://huggingface.co/datasets/librarian-bots/model_cards_with_metadata/discussions/new).
|
50 |
+
|
51 |
+
## Dataset Details
|
52 |
+
|
53 |
+
### Dataset Description
|
54 |
+
|
55 |
+
|
56 |
+
- **Curated by:** Daniel van Strien
|
57 |
+
- **Language(s) (NLP):** Model cards on the Hugging Face Hub are predominantly in English but may include other languages.
|
58 |
+
|
59 |
+
|
60 |
+
## Uses
|
61 |
+
|
62 |
+
There are a number of potential uses for this dataset including:
|
63 |
+
- text mining to find common themes in model cards
|
64 |
+
- analysis of the model card format/content
|
65 |
+
- topic modelling of model cards
|
66 |
+
- analysis of the model card metadata
|
67 |
+
- training language models on model cards
|
68 |
+
|
69 |
+
|
70 |
+
### Out-of-Scope Use
|
71 |
+
|
72 |
+
|
73 |
+
[More Information Needed]
|
74 |
+
|
75 |
+
## Dataset Structure
|
76 |
+
|
77 |
+
This dataset has a single split.
|
78 |
+
|
79 |
+
## Dataset Creation
|
80 |
+
|
81 |
+
### Curation Rationale
|
82 |
+
|
83 |
+
<!-- Motivation for the creation of this dataset. -->
|
84 |
+
|
85 |
+
The dataset was created to assist people in working with model cards. In particular it was created to support research in the area of model cards and their use. It is possible to use the Hugging Face Hub API or client library to download model cards and this option may be preferable if you have a very specific use case or require a different format.
|
86 |
+
|
87 |
+
### Source Data
|
88 |
+
|
89 |
+
The source data is `README.md` files for models hosted on the Hugging Face Hub. We do not include any other supplementary files that may be included in the model card directory.
|
90 |
+
|
91 |
+
#### Data Collection and Processing
|
92 |
+
|
93 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
94 |
+
|
95 |
+
The data is downloaded using a CRON job on a daily basis.
|
96 |
+
|
97 |
+
#### Who are the source data producers?
|
98 |
+
|
99 |
+
The source data producers are the creators of the model cards on the Hugging Face Hub. This includes a broad variety of people from the community ranging from large companies to individual researchers. We do not gather any information about who created the model card in this repository although this information can be gathered from the Hugging Face Hub API.
|
100 |
+
|
101 |
+
### Annotations [optional]
|
102 |
+
|
103 |
+
There are no additional annotations in this dataset beyond the model card content.
|
104 |
+
|
105 |
+
#### Annotation process
|
106 |
+
|
107 |
+
N/A
|
108 |
+
|
109 |
+
|
110 |
+
#### Who are the annotators?
|
111 |
+
|
112 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
113 |
+
|
114 |
+
N/A
|
115 |
+
|
116 |
+
#### Personal and Sensitive Information
|
117 |
+
|
118 |
+
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
119 |
+
|
120 |
+
We make no effort to anonymize the data. Whilst we don't expect the majority of model cards to contain personal or sensitive information, it is possible that some model cards may contain this information. Model cards may also link to websites or email addresses.
|
121 |
+
|
122 |
+
## Bias, Risks, and Limitations
|
123 |
+
|
124 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
125 |
+
|
126 |
+
Model cards are created by the community and we do not have any control over the content of the model cards. We do not review the content of the model cards and we do not make any claims about the accuracy of the information in the model cards.
|
127 |
+
Some model cards will themselves discuss bias and sometimes this is done by providing examples of bias in either the training data or the responses provided by the model. As a result this dataset may contain examples of bias.
|
128 |
+
|
129 |
+
Whilst we do not directly download any images linked to in the model cards, some model cards may include images. Some of these images may not be suitable for all audiences.
|
130 |
+
|
131 |
+
### Recommendations
|
132 |
+
|
133 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
134 |
+
|
135 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
136 |
+
|
137 |
+
## Citation
|
138 |
+
|
139 |
+
No formal citation is required for this dataset but if you use this dataset in your work, please include a link to this dataset page.
|
140 |
+
|
141 |
+
## Dataset Card Authors
|
142 |
+
|
143 |
+
[@davanstrien](https://huggingface.co/davanstrien)
|
144 |
+
|
145 |
+
## Dataset Card Contact
|
146 |
+
|
147 |
+
[@davanstrien](https://huggingface.co/davanstrien)
|
data/train-00000-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e51fd79210cbfe3bb5f2209ea862beff3be09e91434f0738c5f861f751f1c558
|
3 |
+
size 214402113
|
data/train-00001-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3a4670256fc71066d5fc785358520641209a1045264d6c26f3020d0bebecb82
|
3 |
+
size 226321551
|
data/train-00002-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab35a7965d57b91ab7753f37f12135430ebcbf8103a3f1408ca1481a46887856
|
3 |
+
size 221818783
|
data/train-00003-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2e426c4b32e0d38ab1ab8204373f930893ecdcda40142fb5bf566ef86f28639
|
3 |
+
size 218590152
|