Update README.md
Browse files
README.md
CHANGED
@@ -32,8 +32,9 @@ This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslot
|
|
32 |
import torch
|
33 |
if torch.cuda.get_device_capability()[0] >= 8:
|
34 |
!pip install --no-deps packaging ninja einops "flash-attn>=2.6.3"
|
|
|
35 |
|
36 |
-
|
37 |
from unsloth import FastLanguageModel
|
38 |
import torch
|
39 |
import json
|
@@ -54,7 +55,7 @@ model, tokenizer = FastLanguageModel.from_pretrained(
|
|
54 |
#@title ELYZA-tasks-100-TVの読み込み
|
55 |
import json
|
56 |
|
57 |
-
# ファイルのパスを指定
|
58 |
file_path = 'elyza-tasks-100-TV_0.jsonl'
|
59 |
|
60 |
# データセットの辞書を初期化
|
|
|
32 |
import torch
|
33 |
if torch.cuda.get_device_capability()[0] >= 8:
|
34 |
!pip install --no-deps packaging ninja einops "flash-attn>=2.6.3"
|
35 |
+
```
|
36 |
|
37 |
+
```
|
38 |
from unsloth import FastLanguageModel
|
39 |
import torch
|
40 |
import json
|
|
|
55 |
#@title ELYZA-tasks-100-TVの読み込み
|
56 |
import json
|
57 |
|
58 |
+
# testファイルのパスを指定
|
59 |
file_path = 'elyza-tasks-100-TV_0.jsonl'
|
60 |
|
61 |
# データセットの辞書を初期化
|