kenakayama commited on
Commit
85219ee
·
verified ·
1 Parent(s): d170bb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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/Colab Notebooks/LLM/final/testdata/elyza-tasks-100-TV_0.jsonl"
33
- OUTPUTPATH = "/content/drive/MyDrive/Colab Notebooks/LLM/final/inference_output.jsonl"
 
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"