unknown commited on
Commit
3708a78
·
1 Parent(s): 1c91d8e
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -126,10 +126,11 @@ Note that if a ```./models/FT_Model/result.jsonl``` file already exists, it will
126
  ## 5. Fine-Tuning (**Optional**)
127
 
128
 
129
- Fine-tune the original UnixCoder-base-nine with provided ```./dataset/train.jsonl``` and ```./dataset/valid.jsonl```:
130
-
131
  We provide the original UnixCoder-base-nine in ```./models/UnixCoder```. The original UnixCoder-base-nine can also be downloaded from HuggingFace: https://huggingface.co/microsoft/unixcoder-base-nine.
132
 
 
 
 
133
  - **Run fine-tuning with:**
134
  ```
135
  $ bash run_fine_tuning.sh
 
126
  ## 5. Fine-Tuning (**Optional**)
127
 
128
 
 
 
129
  We provide the original UnixCoder-base-nine in ```./models/UnixCoder```. The original UnixCoder-base-nine can also be downloaded from HuggingFace: https://huggingface.co/microsoft/unixcoder-base-nine.
130
 
131
+
132
+ The original UnixCoder-base-nine will be fine-tuned with the provided ```./dataset/train.jsonl``` and ```./dataset/valid.jsonl``` by the following command.
133
+
134
  - **Run fine-tuning with:**
135
  ```
136
  $ bash run_fine_tuning.sh