agentlans commited on
Commit
c0a1518
·
1 Parent(s): d5578be
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: llama3.1
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama3.1
3
  ---
4
+ # Llama 3.1 Devilish
5
+
6
+ This model is an experimental Llama 3.1-based merge, inspired by the approach used in [mlabonne/Daredevil-8B](https://huggingface.co/mlabonne/Daredevil-8B). It combines top-performing MMLU-Pro models using the 8.03 billion parameter Llama architecture from the Open LLM Leaderboard as of January 21, 2025.
7
+
8
+ ## Model Details
9
+
10
+ - **Architecture:** Llama 3.1 (8.03B parameters)
11
+ - **Training:** Merged from top MMLU-Pro models, with additional SFT
12
+ - **Release Date:** January 21, 2025
13
+
14
+ ## Key Features
15
+
16
+ 1. **Merged Architecture:** Combines high-performing MMLU-Pro models to enhance overall capabilities.
17
+ 2. **Llama 3 Compatibility:** Additional Supervised Fine-Tuning (SFT) ensures adherence to Llama 3 prompt format.
18
+ 3. **SFT Dataset:** [agentlans/crash-course](https://huggingface.co/datasets/agentlans/crash-course) dataset (1200 row configuration) for supervised fine-tuning in [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory).
19
+ 4. **Fine-Tuning Approach:**
20
+ - 1 epoch training
21
+ - Rank 4 LoRA
22
+ - Alpha = 4
23
+ - rslora
24
+
25
+ ## Merge Configuration
26
+
27
+ The model was created using [mergekit](https://github.com/arcee-ai/mergekit) with the following merge configuration:
28
+
29
+ ```yaml
30
+ models:
31
+ - model: DreadPoor/LemonP-8B-Model_Stock
32
+ parameters:
33
+ density: 0.6
34
+ weight: 0.16
35
+ - model: Youlln/1PARAMMYL-8B-ModelStock
36
+ parameters:
37
+ density: 0.6
38
+ weight: 0.13
39
+ - model: jaspionjader/f-2-8b
40
+ parameters:
41
+ density: 0.6
42
+ weight: 0.10
43
+ - model: Etherll/SuperHermes
44
+ parameters:
45
+ density: 0.6
46
+ weight: 0.08
47
+ merge_method: dare_ties
48
+ base_model: meta-llama/Llama-3.1-8B
49
+ dtype: bfloat16
50
+ ```
51
+
52
+ ## Usage and Limitations
53
+
54
+ This experimental model is designed for research and development purposes. Users should be aware of potential biases and limitations inherent in language models. Always validate outputs and use the model responsibly.
55
+
56
+ ## Future Work
57
+
58
+ Further evaluation and fine-tuning may be necessary to optimize performance across various tasks. Researchers are encouraged to build upon this experimental merge to advance the capabilities of Llama-based models.