Datasets:
Commit
·
d466370
1
Parent(s):
a5f6f5b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,37 @@
|
|
1 |
---
|
|
|
2 |
dataset_info:
|
3 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
splits:
|
5 |
- name: train
|
6 |
-
num_bytes:
|
7 |
-
num_examples:
|
8 |
-
download_size:
|
9 |
-
dataset_size:
|
10 |
configs:
|
11 |
- config_name: default
|
12 |
data_files:
|
@@ -14,7 +39,6 @@ configs:
|
|
14 |
path: data/train-*
|
15 |
tags:
|
16 |
- ethics
|
17 |
-
pretty_name: Hugging Face Hub Model Cards
|
18 |
---
|
19 |
# Dataset Card for "model_cards_with_metadata"
|
20 |
|
|
|
1 |
---
|
2 |
+
pretty_name: Hugging Face Hub Model Cards
|
3 |
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: modelId
|
6 |
+
dtype: string
|
7 |
+
- name: lastModified
|
8 |
+
dtype: 'null'
|
9 |
+
- name: tags
|
10 |
+
sequence: string
|
11 |
+
- name: pipeline_tag
|
12 |
+
dtype: string
|
13 |
+
- name: author
|
14 |
+
dtype: 'null'
|
15 |
+
- name: config
|
16 |
+
dtype: 'null'
|
17 |
+
- name: securityStatus
|
18 |
+
dtype: 'null'
|
19 |
+
- name: id
|
20 |
+
dtype: string
|
21 |
+
- name: likes
|
22 |
+
dtype: int64
|
23 |
+
- name: downloads
|
24 |
+
dtype: int64
|
25 |
+
- name: created
|
26 |
+
dtype: timestamp[us]
|
27 |
+
- name: card
|
28 |
+
dtype: string
|
29 |
splits:
|
30 |
- name: train
|
31 |
+
num_bytes: 692559
|
32 |
+
num_examples: 100
|
33 |
+
download_size: 343590
|
34 |
+
dataset_size: 692559
|
35 |
configs:
|
36 |
- config_name: default
|
37 |
data_files:
|
|
|
39 |
path: data/train-*
|
40 |
tags:
|
41 |
- ethics
|
|
|
42 |
---
|
43 |
# Dataset Card for "model_cards_with_metadata"
|
44 |
|