Nitral-AI commited on
Commit
5f6a08f
·
verified ·
1 Parent(s): fcdc5d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -6,13 +6,20 @@ library_name: transformers
6
  tags:
7
  - mergekit
8
  - merge
9
-
 
 
10
  ---
11
- [IQ4 GGUF test quant here](https://huggingface.co/Nitrals-Quants/NightWing3_Virtuoso-10B-v0.2-IQ4_NL-GGUF)
 
 
 
12
  # Base model: (Falcon3-10B-deepseekv3-distill)[[Virtuoso_Lite]](https://huggingface.co/arcee-ai/Virtuoso-Lite)
13
 
14
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/C6gY9vxCl3_SFzQLpLG0S.png)
15
 
 
 
16
  # Prompt format: ChatML
17
  ```
18
  <|im_start|>system
@@ -46,3 +53,4 @@ parameters:
46
  dtype: bfloat16
47
 
48
  ```
 
 
6
  tags:
7
  - mergekit
8
  - merge
9
+ license: other
10
+ language:
11
+ - en
12
  ---
13
+ # This has not yet been extensively tested.
14
+
15
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/0QE2gG0eheTSto_iO-RY0.png)
16
+
17
  # Base model: (Falcon3-10B-deepseekv3-distill)[[Virtuoso_Lite]](https://huggingface.co/arcee-ai/Virtuoso-Lite)
18
 
19
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/C6gY9vxCl3_SFzQLpLG0S.png)
20
 
21
+ [IQ4 GGUF test quant here](https://huggingface.co/Nitrals-Quants/NightWing3_Virtuoso-10B-v0.2-IQ4_NL-GGUF)
22
+
23
  # Prompt format: ChatML
24
  ```
25
  <|im_start|>system
 
53
  dtype: bfloat16
54
 
55
  ```
56
+ # Notes: The goal of this merge was to make use of both the falcon3-10B base model I trained earlier (nightwing3) and my more recent training run over Arcee's distillation of DeepSeekV3, using falcon3-10B as a base (Virtuoso-Lite-chatmlified-10B_r16-ep1). Initially, I wasn't entirely satisfied with the results of either model on their own. However, with limited testing, this merged version appears to have smoothed out some of the rough edges present in the originals. Further evaluation is needed to fully assess its performance.