Update README.md
Browse files
README.md
CHANGED
@@ -45,4 +45,15 @@ Evaluation was performed on the test split by comparing the predicted entity set
|
|
45 |
| F1 Score | 0.6709 |
|
46 |
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
|
|
45 |
| F1 Score | 0.6709 |
|
46 |
|
47 |
|
48 |
+
## Other formats
|
49 |
+
|
50 |
+
This model is also available in the following formats:
|
51 |
+
|
52 |
+
- **LoRA Adapter**
|
53 |
+
→ [yqnis/llama3-8b-quaero-lora](https://huggingface.co/yqnis/llama3-8b-quaero-lora)
|
54 |
+
|
55 |
+
- **GGUF Q8_0 (Quantized for llama.cpp)**
|
56 |
+
→ [yqnis/llama3-8b-quaero-gguf](https://huggingface.co/yqnis/llama3-8b-quaero-gguf)
|
57 |
+
|
58 |
+
|
59 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|