Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -101,6 +101,7 @@ We provide ready-to-use **inference scripts** in the [scripts/](https://github.c
|
|
| 101 |
- Llama-4-Scout: ```run_inference_llama4_scout.sh```
|
| 102 |
- Llama-3.2-11B-Vision: ```run_inference_llama_3p2_11b_vision.sh```
|
| 103 |
- Llama-3.2-3B: ```run_inference_llama_3p2_3b.sh```
|
|
|
|
| 104 |
|
| 105 |
🔮 **To run evaluation for a specific model, simply execute the corresponding script. For example:**
|
| 106 |
```bash
|
|
|
|
| 101 |
- Llama-4-Scout: ```run_inference_llama4_scout.sh```
|
| 102 |
- Llama-3.2-11B-Vision: ```run_inference_llama_3p2_11b_vision.sh```
|
| 103 |
- Llama-3.2-3B: ```run_inference_llama_3p2_3b.sh```
|
| 104 |
+
- Llama-3.1-8B: ```run_inference_llama_3p1_8b.sh```
|
| 105 |
|
| 106 |
🔮 **To run evaluation for a specific model, simply execute the corresponding script. For example:**
|
| 107 |
```bash
|