Update README.md

main
randaller 3 years ago committed by GitHub
parent a3fab75d54
commit ccb1bb5b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -185,8 +185,11 @@ Prepare your dataset, edit the training example to define your dataset file and
``` ```
python hf-training-example.py python hf-training-example.py
``` ```
Trained model will be saved into [./trained] folder. Now launch inference example with freshly trained model: Trained model will be saved into [./trained] folder. Now launch chat or inference example with freshly trained model:
```
python hf-chat-example.py
```
``` ```
python hf-inference-example.py python hf-inference-example.py
``` ```

Loading…
Cancel
Save