Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ pip install -r requirements.txt
|
|
| 44 |
Download the checkpoint from [here](https://huggingface.co/Manhph2211/Q-HEART) and place it at `ckpts/pytorch_model.bin`, then run evaluation:
|
| 45 |
|
| 46 |
```bash
|
| 47 |
-
python main.py --
|
| 48 |
```
|
| 49 |
|
| 50 |
## Citation
|
|
|
|
| 44 |
Download the checkpoint from [here](https://huggingface.co/Manhph2211/Q-HEART) and place it at `ckpts/pytorch_model.bin`, then run evaluation:
|
| 45 |
|
| 46 |
```bash
|
| 47 |
+
python main.py --model_type meta-llama/Llama-3.2-1B-Instruct --mapping_type Transformer
|
| 48 |
```
|
| 49 |
|
| 50 |
## Citation
|