unknown commited on
Commit ·
0d418f2
1
Parent(s): 405c83f
Initial
Browse files
README.md
CHANGED
|
@@ -129,6 +129,8 @@ The inference result will be saved in ```./saved_models/Fine_Tuned_Model/result.
|
|
| 129 |
|
| 130 |
Fine-tune the original UnixCoder-base-nine with provided ```./dataset/train.jsonl``` and ```./dataset/valid.jsonl```:
|
| 131 |
|
|
|
|
|
|
|
| 132 |
- **Run fine-tuning with:**
|
| 133 |
```
|
| 134 |
$ bash run_fine_tuning.sh
|
|
|
|
| 129 |
|
| 130 |
Fine-tune the original UnixCoder-base-nine with provided ```./dataset/train.jsonl``` and ```./dataset/valid.jsonl```:
|
| 131 |
|
| 132 |
+
We provide the original UnixCoder-base-nine in ```./saved_models/UnixCoder```. The original UnixCoder-base-nine can also be downloaded from HuggingFace: https://huggingface.co/microsoft/unixcoder-base-nine.
|
| 133 |
+
|
| 134 |
- **Run fine-tuning with:**
|
| 135 |
```
|
| 136 |
$ bash run_fine_tuning.sh
|