Qifan Zhang commited on
Commit
8920952
β€’
1 Parent(s): 0e97d35

add xlm example

Browse files
app.py CHANGED
@@ -64,7 +64,7 @@ model_name_dropdown = gr.components.Dropdown(
64
  )
65
 
66
  text_input = gr.components.Textbox(
67
- value=open('data/example.csv', 'r').read(),
68
  lines=10,
69
  type='text'
70
  )
 
64
  )
65
 
66
  text_input = gr.components.Textbox(
67
+ value=open('data/example_xlm.csv', 'r').read(),
68
  lines=10,
69
  type='text'
70
  )
data/example_xlm.csv ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,prompt,response
2
+ 1,εΊŠε•,过滀器
3
+ 1,εΊŠε•,εšζˆζΈ”η½‘ζžι±Ό
4
+ 1,εΊŠε•,εšζˆζž•ε€΄
5
+ 1,η‰™εˆ·,捅人
6
+ 1,η‰™εˆ·,η”¨δ½œιž‹ζ‹”
7
+ 1,η‰™εˆ·,ε½“ι£žι•–ζ‰”
8
+ 2,εΊŠε•,做蒫子
9
+ 2,εΊŠε•,δΏζš–
10
+ 2,εΊŠε•,η»‘εœ¨ζ ‘δΈŠεšζˆεŠεΊŠ
11
+ 1,bedsheet,used as a filter
12
+ 1,bedsheet,used as a net to catch fish
13
+ 1,bedsheet,to make pillows
14
+ 1,toothbrush,stab people
15
+ 1,toothbrush,wash shoes
16
+ 1,toothbrush,throw as darts
17
+ 2,bedsheet,to make quilt
18
+ 2,bedsheet,to keep warm
19
+ 2,bedsheet,tied to trees to make a hammock
data/{example.csv β†’ example_zh.csv} RENAMED
File without changes