Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,12 @@ This script has been tested on Google Colab. Please modify the INITIAL SETTING s
|
|
28 |
```
|
29 |
from google.colab import drive
|
30 |
drive.mount('/content/drive')
|
|
|
|
|
31 |
HF_TOKEN = Your Hagging Face Token
|
32 |
-
TASKPATH = "/content/drive/MyDrive/
|
33 |
-
OUTPUTPATH = "/content/drive/MyDrive/
|
|
|
34 |
|
35 |
!pip install unsloth
|
36 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
28 |
```
|
29 |
from google.colab import drive
|
30 |
drive.mount('/content/drive')
|
31 |
+
|
32 |
+
##### INITIAL SETTING #####
|
33 |
HF_TOKEN = Your Hagging Face Token
|
34 |
+
TASKPATH = "/content/drive/MyDrive/elyza-tasks-100-TV_0.jsonl"
|
35 |
+
OUTPUTPATH = "/content/drive/MyDrive/inference_output.jsonl"
|
36 |
+
##### ##### #### ##### #####
|
37 |
|
38 |
!pip install unsloth
|
39 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|