Datasets:
Commit
·
4158350
verified
·
0
Parent(s):
Squashing commit
Browse filesCo-authored-by: librarian-bot <[email protected]>
- .gitattributes +55 -0
- README.md +144 -0
- data/train-00000-of-00002.parquet +3 -0
- data/train-00001-of-00002.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,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- 10K<n<100K
|
4 |
+
task_categories:
|
5 |
+
- text-retrieval
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: datasetId
|
9 |
+
dtype: string
|
10 |
+
- name: author
|
11 |
+
dtype: string
|
12 |
+
- name: last_modified
|
13 |
+
dtype: timestamp[us, tz=UTC]
|
14 |
+
- name: downloads
|
15 |
+
dtype: int64
|
16 |
+
- name: likes
|
17 |
+
dtype: int64
|
18 |
+
- name: tags
|
19 |
+
sequence: string
|
20 |
+
- name: task_categories
|
21 |
+
sequence: string
|
22 |
+
- name: createdAt
|
23 |
+
dtype: timestamp[us, tz=UTC]
|
24 |
+
- name: card
|
25 |
+
dtype: string
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 895860476
|
29 |
+
num_examples: 210837
|
30 |
+
download_size: 223300866
|
31 |
+
dataset_size: 895860476
|
32 |
+
configs:
|
33 |
+
- config_name: default
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: data/train-*
|
37 |
+
tags:
|
38 |
+
- ethics
|
39 |
+
- documentation
|
40 |
+
---
|
41 |
+
|
42 |
+
# Dataset Card for Hugging Face Hub Dataset Cards
|
43 |
+
|
44 |
+
This datasets consists of [dataset cards](https://huggingface.co/docs/hub/datasets-cards) for models hosted on the Hugging Face Hub. The dataset cards are created by the community and provide information about datasets hosted on the Hugging Face Hub.
|
45 |
+
This dataset is updated on a daily basis and includes publicly available datasets on the Hugging Face Hub.
|
46 |
+
|
47 |
+
This dataset is made available to help support users wanting to work with a large number of Dataset Cards from the Hub. We hope that this dataset will help support research in the area of Dataset 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).
|
48 |
+
|
49 |
+
## Dataset Details
|
50 |
+
|
51 |
+
### Dataset Description
|
52 |
+
|
53 |
+
|
54 |
+
- **Curated by:** Daniel van Strien
|
55 |
+
- **Language(s) (NLP):** Dataset cards on the Hugging Face Hub are predominantly in English but may include other languages.
|
56 |
+
|
57 |
+
|
58 |
+
## Uses
|
59 |
+
|
60 |
+
There are a number of potential uses for this dataset including:
|
61 |
+
- text mining to find common themes in dataset cards
|
62 |
+
- analysis of the dataset card format/content
|
63 |
+
- topic modelling of dataset cards
|
64 |
+
- training language models on the dataset cards
|
65 |
+
|
66 |
+
|
67 |
+
### Out-of-Scope Use
|
68 |
+
|
69 |
+
|
70 |
+
[More Information Needed]
|
71 |
+
|
72 |
+
## Dataset Structure
|
73 |
+
|
74 |
+
This dataset has a single split.
|
75 |
+
|
76 |
+
## Dataset Creation
|
77 |
+
|
78 |
+
### Curation Rationale
|
79 |
+
|
80 |
+
<!-- Motivation for the creation of this dataset. -->
|
81 |
+
|
82 |
+
The dataset was created to assist people in working with dataset cards. In particular it was created to support research in the area of dataset cards and their use. It is possible to use the Hugging Face Hub API or client library to download dataset cards and this option may be preferable if you have a very specific use case or require a different format.
|
83 |
+
|
84 |
+
### Source Data
|
85 |
+
|
86 |
+
The source data is `README.md` files for datasets hosted on the Hugging Face Hub. We do not include any other supplementary files that may be included in the dataset directory.
|
87 |
+
|
88 |
+
#### Data Collection and Processing
|
89 |
+
|
90 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
91 |
+
|
92 |
+
The data is downloaded using a CRON job on a daily basis.
|
93 |
+
|
94 |
+
#### Who are the source data producers?
|
95 |
+
|
96 |
+
The source data producers are the creators of the dataset 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 dataset card in this repository although this information can be gathered from the Hugging Face Hub API.
|
97 |
+
|
98 |
+
### Annotations [optional]
|
99 |
+
|
100 |
+
There are no additional annotations in this dataset beyond the dataset card content.
|
101 |
+
|
102 |
+
#### Annotation process
|
103 |
+
|
104 |
+
N/A
|
105 |
+
|
106 |
+
|
107 |
+
#### Who are the annotators?
|
108 |
+
|
109 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
110 |
+
|
111 |
+
N/A
|
112 |
+
|
113 |
+
#### Personal and Sensitive Information
|
114 |
+
|
115 |
+
<!-- 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. -->
|
116 |
+
|
117 |
+
We make no effort to anonymize the data. Whilst we don't expect the majority of dataset cards to contain personal or sensitive information, it is possible that some dataset cards may contain this information. Dataset cards may also link to websites or email addresses.
|
118 |
+
|
119 |
+
## Bias, Risks, and Limitations
|
120 |
+
|
121 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
122 |
+
|
123 |
+
Dataset cards are created by the community and we do not have any control over the content of the dataset cards. We do not review the content of the dataset cards and we do not make any claims about the accuracy of the information in the dataset cards.
|
124 |
+
Some dataset 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 dataset. As a result this dataset may contain examples of bias.
|
125 |
+
|
126 |
+
Whilst we do not directly download any images linked to in the dataset cards, some dataset cards may include images. Some of these images may not be suitable for all audiences.
|
127 |
+
|
128 |
+
### Recommendations
|
129 |
+
|
130 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
131 |
+
|
132 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
133 |
+
|
134 |
+
## Citation
|
135 |
+
|
136 |
+
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.
|
137 |
+
|
138 |
+
## Dataset Card Authors
|
139 |
+
|
140 |
+
[@davanstrien](https://huggingface.co/davanstrien)
|
141 |
+
|
142 |
+
## Dataset Card Contact
|
143 |
+
|
144 |
+
[@davanstrien](https://huggingface.co/davanstrien)
|
data/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae4e04f496e8d4fd10f198a66e29df1128660bf30f90a91af8d5c5ca766dc490
|
3 |
+
size 160598915
|
data/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a444f091070871cd131ce81231e0fe9d70cc14daaad130c703de95b1ca63a1f6
|
3 |
+
size 62701951
|