Datasets:

Languages:
Afrikaans
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
ed5b390
1 Parent(s): d08fe25

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -58
dataset_infos.json DELETED
@@ -1,58 +0,0 @@
1
- {
2
- "afrikaans_ner_corpus": {
3
- "description": "Named entity annotated data from the NCHLT Text Resource Development: Phase II Project, annotated with PERSON, LOCATION, ORGANISATION and MISCELLANEOUS tags.\n",
4
- "citation": "@inproceedings{afrikaans_ner_corpus,\n author = {\tGerhard van Huyssteen and\n Martin Puttkammer and\n E.B. Trollip and\n J.C. Liversage and\n Roald Eiselen},\n title = {NCHLT Afrikaans Named Entity Annotated Corpus},\n booktitle = {Eiselen, R. 2016. Government domain named entity recognition for South African languages. Proceedings of the 10th Language Resource and Evaluation Conference, Portoro\u017e, Slovenia.},\n year = {2016},\n url = {https://repo.sadilar.org/handle/20.500.12185/299},\n}\n",
5
- "homepage": "https://repo.sadilar.org/handle/20.500.12185/299",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "tokens": {
13
- "feature": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "_type": "Sequence"
18
- },
19
- "ner_tags": {
20
- "feature": {
21
- "names": [
22
- "OUT",
23
- "B-PERS",
24
- "I-PERS",
25
- "B-ORG",
26
- "I-ORG",
27
- "B-LOC",
28
- "I-LOC",
29
- "B-MISC",
30
- "I-MISC"
31
- ],
32
- "_type": "ClassLabel"
33
- },
34
- "_type": "Sequence"
35
- }
36
- },
37
- "builder_name": "parquet",
38
- "dataset_name": "afrikaans_ner_corpus",
39
- "config_name": "afrikaans_ner_corpus",
40
- "version": {
41
- "version_str": "1.0.0",
42
- "major": 1,
43
- "minor": 0,
44
- "patch": 0
45
- },
46
- "splits": {
47
- "train": {
48
- "name": "train",
49
- "num_bytes": 4025651,
50
- "num_examples": 8962,
51
- "dataset_name": null
52
- }
53
- },
54
- "download_size": 944804,
55
- "dataset_size": 4025651,
56
- "size_in_bytes": 4970455
57
- }
58
- }