dahara1 commited on
Commit
3c4ac90
1 Parent(s): ae9d2c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -120,7 +120,24 @@ if __name__ == "__main__":
120
  print(response_content)
121
  ```
122
 
123
- #### 出力結果(output sample)
124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
 
126
 
 
120
  print(response_content)
121
  ```
122
 
123
+ ### 出力結果(output sample)
124
 
125
+ #### This 128K model
126
+ 128K instruct first version
127
+ ![128K instruct first version](128k_full_head.png)
128
+
129
+ 128K instruct last version
130
+ ![128K instruct last version](128k_full_tail.png)
131
+
132
+ #### Standard 32K model
133
+ 32K instruct first version
134
+ ![32K instruct first version](32k_full_head.png)
135
+
136
+ 32K instruct last version
137
+ ![32K instruct last version](32k_full_tail.png)
138
+
139
+
140
+ 32K instruct first versionでは要約指示がコンテキスト外になっており、指示が無視されている事に注目してください
141
+ Notice that in the 32K instruct first version the summary instruction is out of context and the instruction is ignored.
142
 
143