Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslot
|
|
24 |
|
25 |
|
26 |
# output.jsonlの生成方法
|
27 |
-
```
|
28 |
%%capture
|
29 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git
|
30 |
|
@@ -51,7 +51,7 @@ model, tokenizer = FastLanguageModel.from_pretrained(
|
|
51 |
)
|
52 |
```
|
53 |
|
54 |
-
```
|
55 |
#@title ELYZA-tasks-100-TVの読み込み
|
56 |
import json
|
57 |
|
@@ -90,7 +90,7 @@ for task_id, content in dataset_test.items():
|
|
90 |
dataset_test[task_id]["text"] = prompt_text
|
91 |
```
|
92 |
|
93 |
-
```
|
94 |
from unsloth import FastLanguageModel
|
95 |
|
96 |
|
|
|
24 |
|
25 |
|
26 |
# output.jsonlの生成方法
|
27 |
+
```python
|
28 |
%%capture
|
29 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git
|
30 |
|
|
|
51 |
)
|
52 |
```
|
53 |
|
54 |
+
```python
|
55 |
#@title ELYZA-tasks-100-TVの読み込み
|
56 |
import json
|
57 |
|
|
|
90 |
dataset_test[task_id]["text"] = prompt_text
|
91 |
```
|
92 |
|
93 |
+
```python
|
94 |
from unsloth import FastLanguageModel
|
95 |
|
96 |
|