AAhad commited on
Commit
96d06a4
1 Parent(s): 6b67cba

Updated ReadMe

Browse files
Files changed (1) hide show
  1. README.md +60 -3
README.md CHANGED
@@ -1,3 +1,60 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - translation
5
+ language:
6
+ - en
7
+ - th
8
+ tags:
9
+ - code
10
+ pretty_name: Countries Names in Thai
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+ # Dataset Card for Countries Names in Thai
15
+
16
+ ## Table of Contents
17
+ - [Dataset Description](#dataset-description)
18
+ - [Dataset Summary](#dataset-summary)
19
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
20
+ - [Languages](#languages)
21
+ - [Data Instances](#data-instances)
22
+ - [Data Fields](#data-fields)
23
+
24
+
25
+ ### Dataset Summary
26
+
27
+ `Countries Names in Thai` Contains list of world countries names in both Engligh & Thai languages.
28
+
29
+
30
+ ### Supported Tasks and Leaderboards
31
+
32
+ Translation
33
+
34
+
35
+ ### Languages
36
+
37
+ Thai
38
+
39
+
40
+ ### Data Instances
41
+
42
+ ```
43
+ 1,ประเทศอัฟกานิสถาน,Afghanistan
44
+ 2,ประเทศแอลเบเนีย,Albania
45
+ 3,ประเทศแอลจีเรีย,Algeria
46
+ 4,ประเทศอันดอร์รา,Andorra
47
+ 5,ประเทศอาร์เจนตินา,Argentina
48
+ ```
49
+
50
+ ### Data Fields
51
+
52
+ The data fields are the same among all configurations:
53
+ - `SNO` (`str`): ID of the record
54
+ - `EngName` (`str`): Name of country in English language
55
+ - `ThaiName` (`str`): Name of country in Thai language
56
+
57
+
58
+ ### Licensing Information
59
+ - Apache License v2.0
60
+ - GPLv3