Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
English
Size:
100K - 1M
License:
Commit
·
4fdeff7
1
Parent(s):
289f10a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: labels
|
5 |
+
dtype:
|
6 |
+
class_label:
|
7 |
+
names:
|
8 |
+
'0': Company
|
9 |
+
'1': EducationalInstitution
|
10 |
+
'2': Artist
|
11 |
+
'3': Athlete
|
12 |
+
'4': OfficeHolder
|
13 |
+
'5': MeanOfTransportation
|
14 |
+
'6': Building
|
15 |
+
'7': NaturalPlace
|
16 |
+
'8': Village
|
17 |
+
'9': Animal
|
18 |
+
'10': Plant
|
19 |
+
'11': Album
|
20 |
+
'12': Film
|
21 |
+
'13': WrittenWork
|
22 |
+
- name: title
|
23 |
+
dtype: string
|
24 |
+
- name: content
|
25 |
+
dtype: string
|
26 |
+
- name: uid
|
27 |
+
dtype: int64
|
28 |
+
- name: embedding_all-mpnet-base-v2
|
29 |
+
sequence: float32
|
30 |
+
- name: embedding_multi-qa-mpnet-base-dot-v1
|
31 |
+
sequence: float32
|
32 |
+
- name: embedding_all-MiniLM-L12-v2
|
33 |
+
sequence: float32
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 4490428970
|
37 |
+
num_examples: 560000
|
38 |
+
- name: test
|
39 |
+
num_bytes: 561310285
|
40 |
+
num_examples: 70000
|
41 |
+
download_size: 6146699997
|
42 |
+
dataset_size: 5051739255
|
43 |
+
---
|
44 |
+
# Dataset Card for "dbpedia_14_indexed"
|
45 |
+
|
46 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|