Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: original
|
6 |
+
path: data/original-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: concept
|
10 |
+
dtype: string
|
11 |
+
- name: category
|
12 |
+
dtype: string
|
13 |
+
- name: culture proxy
|
14 |
+
dtype: string
|
15 |
+
- name: image
|
16 |
+
dtype: image
|
17 |
+
- name: wiki link
|
18 |
+
dtype: string
|
19 |
+
- name: gold labels
|
20 |
+
dtype: string
|
21 |
+
- name: all labels
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: original
|
25 |
+
num_bytes: 141462041.0
|
26 |
+
num_examples: 68
|
27 |
+
download_size: 141405778
|
28 |
+
dataset_size: 141462041.0
|
29 |
+
---
|
30 |
+
# Dataset Card for "caire-specific"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|