AAhad commited on
Commit
45175db
1 Parent(s): 971bcc2

Updated ReadMe

Browse files
Files changed (1) hide show
  1. README.md +63 -3
README.md CHANGED
@@ -1,3 +1,63 @@
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: Thai Cities
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+
15
+ # Dataset Card for Thailand-Cities
16
+
17
+ ## Table of Contents
18
+ - [Dataset Description](#dataset-description)
19
+ - [Dataset Summary](#dataset-summary)
20
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
21
+ - [Languages](#languages)
22
+ - [Data Instances](#data-instances)
23
+ - [Data Fields](#data-fields)
24
+
25
+
26
+ ### Dataset Summary
27
+
28
+ `Thailand-Cities` Contains list of Thailand Cities in both English and Thai languages.
29
+
30
+
31
+ ### Supported Tasks and Leaderboards
32
+
33
+ Translation
34
+
35
+
36
+ ### Languages
37
+
38
+ Thai
39
+
40
+
41
+ ### Data Instances
42
+
43
+ ```
44
+ 1,Amnat Charoen,อำนาจเจริญ
45
+ 2,Ang Sila,อ่างศิลา
46
+ 3,Ang Thong,อ่างทอง
47
+ 4,Aranyaprathet,อรัญญประเทศ
48
+ 5,Aranyik,อรัญญิก
49
+ ```
50
+
51
+ ### Data Fields
52
+
53
+ The data fields are the same among all configurations:
54
+ - `SNO` (`str`): ID of the record
55
+ - `EngName` (`str`): Name of city in English language
56
+ - `ThaiName` (`str`): Name of city in Thailand language
57
+
58
+
59
+ ### Licensing Information
60
+ - Apache License v2.0
61
+ - GPLv3
62
+
63
+