kiyono commited on
Commit
08cf5a8
·
verified ·
1 Parent(s): 9f88f43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ This repository provides Japanese language models trained by [SB Intuitions](htt
18
  - Model type: Autoregressive Language Model
19
  - Language(s): Japanese
20
 
21
- ## Evaluation in Japanese and English tasks
22
 
23
  | Model | Elyza-tasks-100 | Japanese MT Bench | English MT Bench |
24
  | ------------------------------------------------------------------------------------------------- | --------------- | ----------------- | ---------------- |
@@ -36,7 +36,7 @@ This repository provides Japanese language models trained by [SB Intuitions](htt
36
  | [llm-jp/llm-jp-3-3.7b-instruct3](https://huggingface.co/llm-jp/llm-jp-3-3.7b-instruct3) | 2.79 | 4.98 | 5.44 |
37
  | **sarashina2.2-3B-instruct-v0.1** | **3.75** | **6.51** | 7.71 |
38
 
39
- ## How to use
40
 
41
  ```python
42
  import torch
 
18
  - Model type: Autoregressive Language Model
19
  - Language(s): Japanese
20
 
21
+ ## Evaluation in Japanese and English Tasks
22
 
23
  | Model | Elyza-tasks-100 | Japanese MT Bench | English MT Bench |
24
  | ------------------------------------------------------------------------------------------------- | --------------- | ----------------- | ---------------- |
 
36
  | [llm-jp/llm-jp-3-3.7b-instruct3](https://huggingface.co/llm-jp/llm-jp-3-3.7b-instruct3) | 2.79 | 4.98 | 5.44 |
37
  | **sarashina2.2-3B-instruct-v0.1** | **3.75** | **6.51** | 7.71 |
38
 
39
+ ## How to Use
40
 
41
  ```python
42
  import torch