albertvillanova HF staff commited on
Commit
3aa2c72
1 Parent(s): ac1fc9b

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -77
dataset_infos.json DELETED
@@ -1,77 +0,0 @@
1
- {
2
- "best2009": {
3
- "description": "`best2009` is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by\n[NECTEC](https://www.nectec.or.th/) (148,995/2,252 lines of train/test). It was created for\n[BEST 2010: Word Tokenization Competition](https://thailang.nectec.or.th/archive/indexa290.html?q=node/10).\nThe test set answers are not provided publicly.\n",
4
- "citation": "@inproceedings{kosawat2009best,\n title={BEST 2009: Thai word segmentation software contest},\n author={Kosawat, Krit and Boriboon, Monthika and Chootrakool, Patcharika and Chotimongkol, Ananlada and Klaithin, Supon and Kongyoung, Sarawoot and Kriengket, Kanyanut and Phaholphinyo, Sitthaa and Purodakananda, Sumonmas and Thanakulwarapas, Tipraporn and others},\n booktitle={2009 Eighth International Symposium on Natural Language Processing},\n pages={83--88},\n year={2009},\n organization={IEEE}\n}\n@inproceedings{boriboon2009best,\n title={Best corpus development and analysis},\n author={Boriboon, Monthika and Kriengket, Kanyanut and Chootrakool, Patcharika and Phaholphinyo, Sitthaa and Purodakananda, Sumonmas and Thanakulwarapas, Tipraporn and Kosawat, Krit},\n booktitle={2009 International Conference on Asian Language Processing},\n pages={322--327},\n year={2009},\n organization={IEEE}\n}\n",
5
- "homepage": "https://aiforthai.in.th/",
6
- "license": "CC-BY-NC-SA 3.0",
7
- "features": {
8
- "fname": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "char": {
13
- "feature": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "_type": "Sequence"
18
- },
19
- "char_type": {
20
- "feature": {
21
- "names": [
22
- "b_e",
23
- "c",
24
- "d",
25
- "n",
26
- "o",
27
- "p",
28
- "q",
29
- "s",
30
- "s_e",
31
- "t",
32
- "v",
33
- "w"
34
- ],
35
- "_type": "ClassLabel"
36
- },
37
- "_type": "Sequence"
38
- },
39
- "is_beginning": {
40
- "feature": {
41
- "names": [
42
- "neg",
43
- "pos"
44
- ],
45
- "_type": "ClassLabel"
46
- },
47
- "_type": "Sequence"
48
- }
49
- },
50
- "builder_name": "best2009",
51
- "dataset_name": "best2009",
52
- "config_name": "best2009",
53
- "version": {
54
- "version_str": "1.0.0",
55
- "major": 1,
56
- "minor": 0,
57
- "patch": 0
58
- },
59
- "splits": {
60
- "train": {
61
- "name": "train",
62
- "num_bytes": 483129698,
63
- "num_examples": 148995,
64
- "dataset_name": null
65
- },
66
- "test": {
67
- "name": "test",
68
- "num_bytes": 10498706,
69
- "num_examples": 2252,
70
- "dataset_name": null
71
- }
72
- },
73
- "download_size": 28084787,
74
- "dataset_size": 493628404,
75
- "size_in_bytes": 521713191
76
- }
77
- }