Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -35,23 +35,21 @@ dtype: float16
|
|
35 |
|
36 |
## Model Features
|
37 |
|
38 |
-
This merged model combines the advanced capabilities of the HQQ quantized version of Llama-3.1-8B-Instruct with the fine-tuned prowess of
|
39 |
|
40 |
## Evaluation Results
|
41 |
|
42 |
-
The
|
43 |
|
44 |
-
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
- **VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct**:
|
51 |
-
- Fine-tuned on German-English data, showcasing significant improvements in multilingual capabilities.
|
52 |
-
|
53 |
-
The merged model inherits the strengths of both parent models, providing enhanced performance in multilingual contexts while maintaining the efficiency of the HQQ quantization.
|
54 |
|
55 |
## Limitations
|
56 |
|
57 |
-
While the merged model benefits from the strengths of both parent models, it may also
|
|
|
|
|
|
35 |
|
36 |
## Model Features
|
37 |
|
38 |
+
This merged model combines the advanced capabilities of the HQQ quantized version of Llama-3.1-8B-Instruct with the fine-tuned prowess of Llama-3.1-SauerkrautLM-8b-Instruct. The result is a versatile model that excels in both generative tasks and nuanced understanding of multilingual contexts, particularly in German and English. The integration of Spectrum Fine-Tuning from the SauerkrautLM model enhances its efficiency and performance, making it suitable for a wide range of applications.
|
39 |
|
40 |
## Evaluation Results
|
41 |
|
42 |
+
The evaluation results from the parent models indicate strong performance across various benchmarks. For instance, the HQQ 4-bit version of Llama-3.1-8B-Instruct achieved notable scores on tasks like ARC, HellaSwag, and MMLU, while the SauerkrautLM model demonstrated significant improvements in multilingual capabilities. The combined strengths of these models in the merged version are expected to yield even better results in similar tasks.
|
43 |
|
44 |
+
| Benchmark | Llama-3.1-8B-Instruct (HQQ 4-bit) | Llama-3.1-SauerkrautLM |
|
45 |
+
|-------------------|-----------------------------------|-------------------------|
|
46 |
+
| ARC (25-shot) | 60.32 | Not specified |
|
47 |
+
| HellaSwag (10-shot)| 79.21 | Not specified |
|
48 |
+
| MMLU (5-shot) | 67.07 | Not specified |
|
49 |
+
| Average | 68.00 | Not specified |
|
|
|
|
|
|
|
|
|
50 |
|
51 |
## Limitations
|
52 |
|
53 |
+
While the merged model benefits from the strengths of both parent models, it may also inherit some limitations. For instance, the HQQ quantization process could introduce certain biases or inaccuracies in specific contexts, and the fine-tuning on a limited dataset may not cover all nuances of the languages involved. Users should be aware of these potential issues and exercise caution when deploying the model in sensitive applications. Additionally, despite efforts to ensure appropriate behavior, the possibility of encountering uncensored content remains.
|
54 |
+
|
55 |
+
In summary, Llama-3.1-8b-instruct_4bitgs64_hqq_calib-Llama-3.1-SauerkrautLM-8b-Instruct-dare-merge represents a significant advancement in language modeling, combining the best features of its predecessors while also carrying forward some of their limitations.
|