ping98k commited on
Commit
ab2f386
1 Parent(s): a36fe9b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - scb_mt_enth_2020
4
+ language:
5
+ - th
6
+ - en
7
+ pipeline_tag: text-generation
8
+ ---
9
+ prompt
10
+ ```
11
+ <bos>[| start_original |]
12
+ ถ้าข้างนอกอุณหภูมิ 15 องศาเซลเซียส ควรใส่เสื้อกันหนาวหรือไม่[| end_original |]
13
+ [| start_translate to=en |]
14
+ Should I wear a jacket if the temperature is 15 degrees Celsius outside?[| end_translate |]<eos>
15
+ ```
16
+
17
+ ```
18
+ <bos>[| start_original |]
19
+ You will learn conversation, reading and writing at each level.[| end_original |]
20
+ [| start_translate to=th |]
21
+ คุณจะเรียนการสนทนา การอ่านและการเขียนในแต่ละระดับ[| end_translate |]<eos>
22
+ ```