Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanGongND committed Dec 10, 2023
1 parent df31bbd commit 5ac6e65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The format of the dataset is a json file of a list of dict, in the following for

---

## Set the virtual environment
## Set the Virtual Environment

For almost all usages, you would need to set a virtual environment.
Note LTU and LTU-AS needs different environments. Their `hf-dev` and `peft-main` are different.
Expand Down Expand Up @@ -196,8 +196,7 @@ chmod 777 *
./finetune_toy.sh
```


**Finetune on LTU/LTU-AS Model**
**Finetune the LTU/LTU-AS Model**

For LTU, it is simple, you just need to replace `--data_path '../../../openaqa/data/openaqa_toy_relative.json'` in `finetune_toy.sh` to your own data. Note please make sure your own audios are 16kHz, absolute paths are encouraged, we use relative path just for simple one-click sample.

Expand Down

0 comments on commit 5ac6e65

Please sign in to comment.