Ma7ee7 commited on
Commit
57255c1
·
verified ·
1 Parent(s): 8678a9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -12
README.md CHANGED
@@ -1,20 +1,60 @@
1
  ---
 
2
  tags:
3
- - gguf
4
- - llama.cpp
5
  - unsloth
6
-
 
 
 
7
  ---
8
 
9
- # Meet7_0.6b_Exp_Q4_K_M : GGUF
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
- This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
 
 
 
 
 
 
 
12
 
13
- **Example usage**:
14
- - For text only LLMs: `llama-cli -hf Ma7ee7/Meet7_0.6b_Exp_Q4_K_M --jinja`
15
- - For multimodal models: `llama-mtmd-cli -hf Ma7ee7/Meet7_0.6b_Exp_Q4_K_M --jinja`
16
 
17
- ## Available Model files:
18
- - `Meet7_0.6b.Q4_K_M.gguf`
19
- This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
20
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
+ base_model: Ma7ee7/Meet7_0.6b
3
  tags:
4
+ - text-generation-inference
5
+ - transformers
6
  - unsloth
7
+ - qwen3
8
+ license: apache-2.0
9
+ language:
10
+ - en
11
  ---
12
 
13
+ # Meet7 0.6B Experimental
14
+
15
+ A continued fine-tune of [Meet7 0.6B](https://huggingface.co/Ma7ee7/Meet7_0.6b), trained at a lower learning rate on the same 600-sample dataset. Trades Meet7's sharp BoolQ spike for more balanced commonsense and reasoning gains across the board.
16
+
17
+ ## Benchmarks
18
+
19
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6466047a326128fd2c693cfa/KfI9qNkT6jPkuquBL39UT.png" width="600"/>
20
+
21
+ 0-shot evaluation, scores are `acc_norm`.
22
+
23
+ | Task | Qwen3-0.6B (Base) | Meet7 0.6B | Experimental | Δ vs Base |
24
+ |------|:-----------------:|:----------:|:------------:|:---------:|
25
+ | BoolQ | 0.3798 | **0.5554** | 0.3991 | +01.93% |
26
+ | ARC Easy | 0.3384 | 0.3952 | **0.3965** | +05.81% |
27
+ | ARC Challenge | 0.2841 | **0.3285** | 0.3259 | +04.18% |
28
+ | HellaSwag | 0.3981 | 0.4205 | **0.4265** | +02.84% |
29
+ | PIQA | 0.6338 | 0.6583 | **0.6687** | +03.49% |
30
+ | Winogrande | 0.5225 | 0.5201 | **0.5304** | +00.79% |
31
+
32
+ <details>
33
+ <summary>What these measure</summary>
34
+
35
+ - **BoolQ** — Reading comprehension and yes/no factual grounding
36
+ - **ARC Easy / Challenge** — Grade-school science reasoning; Challenge is the retrieval-resistant subset
37
+ - **HellaSwag** — Commonsense sentence completion
38
+ - **PIQA** — Physical world intuition
39
+ - **Winogrande** — Commonsense pronoun resolution
40
+
41
+ </details>
42
+
43
+ ## vs Meet7 0.6B
44
+
45
+ This model is more **balanced** than Meet7. It outperforms Meet7 on HellaSwag, PIQA, and Winogrande — the physical and commonsense intuition tasks — at the cost of Meet7's large BoolQ advantage. If you need consistent commonsense reasoning, prefer this model. If yes/no QA is your primary use case, prefer Meet7.
46
+
47
+ ## Model Details
48
 
49
+ | | |
50
+ |---|---|
51
+ | **Developed by** | Ma7ee7 |
52
+ | **License** | Apache-2.0 |
53
+ | **Base model** | Ma7ee7/Meet7_0.6b |
54
+ | **Original base** | unsloth/Qwen3-0.6B-unsloth-bnb-4bit |
55
+ | **Training samples** | 600 |
56
+ | **Training** | Continued LoRA fine-tune, lower LR |
57
 
58
+ Trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face TRL.
 
 
59
 
60
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)