Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
24 |
# LLMでの出力方法20241201
|
25 |
以下はelyza-tasks-100-TV_0.jsonl回答のためのコードです。
|
26 |
|
27 |
-
|
28 |
# Google Colab の場合は上記の環境構築手順を行なわず、単にこのセルから実行していってください。
|
29 |
!pip uninstall unsloth -y
|
30 |
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
@@ -255,4 +255,4 @@ model.push_to_hub_merged(
|
|
255 |
token=HF_TOKEN,
|
256 |
private=True
|
257 |
)
|
258 |
-
|
|
|
24 |
# LLMでの出力方法20241201
|
25 |
以下はelyza-tasks-100-TV_0.jsonl回答のためのコードです。
|
26 |
|
27 |
+
'''python
|
28 |
# Google Colab の場合は上記の環境構築手順を行なわず、単にこのセルから実行していってください。
|
29 |
!pip uninstall unsloth -y
|
30 |
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
255 |
token=HF_TOKEN,
|
256 |
private=True
|
257 |
)
|
258 |
+
'''
|