Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
machine-generated
Source Datasets:
original
Tags:
License:
pietrolesci commited on
Commit
e29621c
1 Parent(s): 0215759

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -40
README.md CHANGED
@@ -1,58 +1,65 @@
1
  ---
2
  annotations_creators:
3
- - machine-generated
4
  language_creators:
5
- - crowdsourced
6
  language:
7
- - en
8
  license:
9
- - cc-by-sa-3.0
10
  multilinguality:
11
- - monolingual
12
  size_categories:
13
- - 100K<n<1M
14
  source_datasets:
15
- - original
16
  task_categories:
17
- - text-classification
18
  task_ids:
19
- - topic-classification
20
  paperswithcode_id: dbpedia
21
  pretty_name: DBpedia
22
  dataset_info:
23
  features:
24
- - name: label
25
- dtype:
26
- class_label:
27
- names:
28
- '0': Company
29
- '1': EducationalInstitution
30
- '2': Artist
31
- '3': Athlete
32
- '4': OfficeHolder
33
- '5': MeanOfTransportation
34
- '6': Building
35
- '7': NaturalPlace
36
- '8': Village
37
- '9': Animal
38
- '10': Plant
39
- '11': Album
40
- '12': Film
41
- '13': WrittenWork
42
- - name: title
43
- dtype: string
44
- - name: content
45
- dtype: string
46
- config_name: dbpedia_14
 
 
 
 
 
 
 
47
  splits:
48
- - name: train
49
- num_bytes: 178428970
50
- num_examples: 560000
51
- - name: test
52
- num_bytes: 22310285
53
- num_examples: 70000
54
- download_size: 68341743
55
- dataset_size: 200739255
56
  ---
57
 
58
  This is the same dataset as [`dbpedia_14`](https://huggingface.co/datasets/dbpedia_14). The only differences are
 
1
  ---
2
  annotations_creators:
3
+ - machine-generated
4
  language_creators:
5
+ - crowdsourced
6
  language:
7
+ - en
8
  license:
9
+ - cc-by-sa-3.0
10
  multilinguality:
11
+ - monolingual
12
  size_categories:
13
+ - 100K<n<1M
14
  source_datasets:
15
+ - original
16
  task_categories:
17
+ - text-classification
18
  task_ids:
19
+ - topic-classification
20
  paperswithcode_id: dbpedia
21
  pretty_name: DBpedia
22
  dataset_info:
23
  features:
24
+ - name: labels
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ '0': Company
29
+ '1': EducationalInstitution
30
+ '2': Artist
31
+ '3': Athlete
32
+ '4': OfficeHolder
33
+ '5': MeanOfTransportation
34
+ '6': Building
35
+ '7': NaturalPlace
36
+ '8': Village
37
+ '9': Animal
38
+ '10': Plant
39
+ '11': Album
40
+ '12': Film
41
+ '13': WrittenWork
42
+ - name: title
43
+ dtype: string
44
+ - name: content
45
+ dtype: string
46
+ - name: uid
47
+ dtype: int64
48
+ - name: embedding_all-mpnet-base-v2
49
+ sequence: float32
50
+ - name: embedding_multi-qa-mpnet-base-dot-v1
51
+ sequence: float32
52
+ - name: embedding_all-MiniLM-L12-v2
53
+ sequence: float32
54
  splits:
55
+ - name: train
56
+ num_bytes: 4490428970
57
+ num_examples: 560000
58
+ - name: test
59
+ num_bytes: 561310285
60
+ num_examples: 70000
61
+ download_size: 0
62
+ dataset_size: 5051739255
63
  ---
64
 
65
  This is the same dataset as [`dbpedia_14`](https://huggingface.co/datasets/dbpedia_14). The only differences are