dahara1 commited on
Commit
2e57374
1 Parent(s): bc576be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -43,7 +43,7 @@ If you want to run it in a CPU-only environment, you may want to check this.
43
  This is cherry picking result.
44
  It is relatively easy to follow instructions for writing sentences.
45
 
46
- '''
47
  <s><s> [INST] <<SYS>>
48
  あなたは誠実で優秀な日本人のアシスタントです。
49
  <</SYS>>
@@ -55,18 +55,18 @@ It is relatively easy to follow instructions for writing sentences.
55
  そこで、リラックマは新宿マルイのショーウインドウに、おでこだけ出して、自分の特徴である丸い眼鏡を掛けて、ゴマちゃんを待つことにしました。
56
  その際、リラックマは新宿マルイの前で立ち止まって、新宿マルイのショーウインドウに映った自分の表情を確認します。
57
  そして、ゴマちゃんが新
58
- '''
59
 
60
  ### Sample Code with Japanese follow instructions ability result
61
 
62
  elyza_tasks_100_over_4score_prompt borrows data from [ELYZA-tasks-100 評価結果シート](https://docs.google.com/spreadsheets/d/1mtoy4QAqDPk2f_B0vDogFoOrbA5G42DBEEHdqM4VmDI/edit#gid=1023787356).
63
  The original model was able to perform well at these prompts.
64
 
65
- '''
66
  pip install auto-gptq
67
- '''
68
 
69
- '''
70
  from transformers import AutoTokenizer
71
  from auto_gptq import AutoGPTQForCausalLM
72
 
@@ -255,11 +255,11 @@ for i in range(len(elyza_tasks_100_over_4score_prompt)):
255
  eos_token_id=tokenizer.eos_token_id)
256
  print(tokenizer.decode(output[0]))
257
 
258
- '''
259
 
260
  ### Results
261
 
262
- '''
263
  <s><s> [INST] <<SYS>>
264
  あなたは誠実で優秀な日本人のアシスタントです。
265
  <</SYS>>
@@ -774,8 +774,7 @@ A: ズボンとパンツは基本的に同じものを指し、現在明確な
774
  あなたは私の夫になるのよ。」と言いました。
775
  主人公は「あなたは誰ですか?」と尋ねました。
776
  女性は「私は、こ
777
- '''
778
-
779
 
780
  ### 引用 Citations
781
 
 
43
  This is cherry picking result.
44
  It is relatively easy to follow instructions for writing sentences.
45
 
46
+ ```
47
  <s><s> [INST] <<SYS>>
48
  あなたは誠実で優秀な日本人のアシスタントです。
49
  <</SYS>>
 
55
  そこで、リラックマは新宿マルイのショーウインドウに、おでこだけ出して、自分の特徴である丸い眼鏡を掛けて、ゴマちゃんを待つことにしました。
56
  その際、リラックマは新宿マルイの前で立ち止まって、新宿マルイのショーウインドウに映った自分の表情を確認します。
57
  そして、ゴマちゃんが新
58
+ ```
59
 
60
  ### Sample Code with Japanese follow instructions ability result
61
 
62
  elyza_tasks_100_over_4score_prompt borrows data from [ELYZA-tasks-100 評価結果シート](https://docs.google.com/spreadsheets/d/1mtoy4QAqDPk2f_B0vDogFoOrbA5G42DBEEHdqM4VmDI/edit#gid=1023787356).
63
  The original model was able to perform well at these prompts.
64
 
65
+ ```
66
  pip install auto-gptq
67
+ ```
68
 
69
+ ```
70
  from transformers import AutoTokenizer
71
  from auto_gptq import AutoGPTQForCausalLM
72
 
 
255
  eos_token_id=tokenizer.eos_token_id)
256
  print(tokenizer.decode(output[0]))
257
 
258
+ ```
259
 
260
  ### Results
261
 
262
+ ```
263
  <s><s> [INST] <<SYS>>
264
  あなたは誠実で優秀な日本人のアシスタントです。
265
  <</SYS>>
 
774
  あなたは私の夫になるのよ。」と言いました。
775
  主人公は「あなたは誰ですか?」と尋ねました。
776
  女性は「私は、こ
777
+ ```
 
778
 
779
  ### 引用 Citations
780