Skip to content

Commit fa49ec4

Browse files
author
TAI DO
committed
update readme
1 parent 5b86951 commit fa49ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This repository demonstrates the process of fine-tuning **LLAMA 3.2 1B** on a Py
66
- Training Framework: The training uses the SFTTrainer from the trl (Transformer Reinforcement Learning) library.
77
- Parameter Optimization: QLoRA (Low-Rank Adaptation) is applied to reduce the number of parameters and improve efficiency during the fine-tuning process.
88

9+
### Evaluation
10+
Run eval_ollama_8B.ipynb to score the model's performance.
911

1012
### Interactive API with chainlit
1113
Interact with the fine-tuned model through a web API by running the command **chainlit run app.py**. This will launch an interactive interface for the model.

0 commit comments

Comments
 (0)