nakagawaKZ
commited on
Commit
•
944926e
1
Parent(s):
d5f82b4
Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,10 @@ base_model:
|
|
14 |
- **Finetuned from model [optional]:** llm-jp/llm-jp-3-13b
|
15 |
|
16 |
## How to Get Started with the Model
|
|
|
|
|
|
|
17 |
|
18 |
-
#Sample Use
|
19 |
```python
|
20 |
|
21 |
!pip install -U bitsandbytes
|
|
|
14 |
- **Finetuned from model [optional]:** llm-jp/llm-jp-3-13b
|
15 |
|
16 |
## How to Get Started with the Model
|
17 |
+
以下に、本モデルを用いて評価用タスク(ELYZA-tasks-100-TV)の出力を得るためのコードを示します。
|
18 |
+
このコードを実行することで、出力がjsonlファイルとして保存されます。
|
19 |
+
|
20 |
|
|
|
21 |
```python
|
22 |
|
23 |
!pip install -U bitsandbytes
|