Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,8 @@ language:
|
|
31 |
|
32 |
|
33 |
結果jsonlを作成ためのコード例
|
|
|
|
|
34 |
```
|
35 |
from transformers import (
|
36 |
AutoModelForCausalLM,
|
|
|
31 |
|
32 |
|
33 |
結果jsonlを作成ためのコード例
|
34 |
+
|
35 |
+
推論結果が llm-jp-3-13b-it-outputs.jsonl に作成される
|
36 |
```
|
37 |
from transformers import (
|
38 |
AutoModelForCausalLM,
|