Triangle104 commited on
Commit
9a25245
1 Parent(s): 5ed3eef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -1
README.md CHANGED
@@ -15,12 +15,70 @@ datasets:
15
  - allura-org/medquad_sharegpt
16
  - allura-org/scienceqa_sharegpt
17
  - Alignment-Lab-AI/orcamath-sharegpt
 
18
  ---
19
 
20
  # Triangle104/Q25-1.5B-VeoLu-Q8_0-GGUF
21
  This model was converted to GGUF format from [`Alfitaria/Q25-1.5B-VeoLu`](https://huggingface.co/Alfitaria/Q25-1.5B-VeoLu) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
22
  Refer to the [original model card](https://huggingface.co/Alfitaria/Q25-1.5B-VeoLu) for more details on the model.
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ## Use with llama.cpp
25
  Install llama.cpp through brew (works on Mac and Linux)
26
 
@@ -59,4 +117,4 @@ Step 3: Run inference through the main binary.
59
  or
60
  ```
61
  ./llama-server --hf-repo Triangle104/Q25-1.5B-VeoLu-Q8_0-GGUF --hf-file q25-1.5b-veolu-q8_0.gguf -c 2048
62
- ```
 
15
  - allura-org/medquad_sharegpt
16
  - allura-org/scienceqa_sharegpt
17
  - Alignment-Lab-AI/orcamath-sharegpt
18
+ license: apache-2.0
19
  ---
20
 
21
  # Triangle104/Q25-1.5B-VeoLu-Q8_0-GGUF
22
  This model was converted to GGUF format from [`Alfitaria/Q25-1.5B-VeoLu`](https://huggingface.co/Alfitaria/Q25-1.5B-VeoLu) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
23
  Refer to the [original model card](https://huggingface.co/Alfitaria/Q25-1.5B-VeoLu) for more details on the model.
24
 
25
+ ---
26
+ Model details:
27
+ -
28
+ A source of life and hope for the land.
29
+
30
+ Q25-1.5B-Veo Lu is a tiny General-Purpose Creative model, made up of a merge of bespoke finetunes on Qwen 2.5-1.5B-Instruct.
31
+
32
+ Inspired by the success of MN-12B-Mag Mell and MS-Meadowlark-22B, Veo Lu was trained on a healthy, balanced diet of of Internet fiction, roleplaying, adventuring, and reasoning/general knowledge.
33
+
34
+ The components of Veo Lu are:
35
+
36
+ Bard (pretrain, writing): Fujin (Cleaned/extended Rosier)
37
+ Scribe (pretrain, roleplay): Creative Writing Multiturn
38
+ Cartographer (pretrain, adventuring): SpringDragon
39
+ Alchemist (SFT, science/reasoning): ScienceQA, MedquadQA, Orca Math Word Problems
40
+
41
+ This model is capable of carrying on a scene without going completely off the rails. That being said, it only has 1.5B parameters. So please, for the love of God, manage your expectations. Since it's Qwen, use ChatML formatting. Turn the temperature down to ~0.7-0.8 and try a dash of rep-pen.
42
+
43
+ GGUFs coming soon, but honestly, the full-precision model is 3.5GB in size. You might wanna have a go at running this unquantized with vLLM.
44
+
45
+ pip install vllm
46
+ vllm serve Alfitaria/Q25-1.5B-VeoLu --max-model-len 16384 --max-num-seqs 1
47
+
48
+ Made by inflatebot.
49
+
50
+ Special thanks to our friends at Allura, and especially to Auri, who basically held my hand through the whole process. Her effort and enthusiasm carried this project forward.
51
+ Configuration
52
+
53
+ The following YAML configuration was used to produce this model:
54
+
55
+ base_model: Qwen/Qwen2.5-1.5B-Instruct
56
+ dtype: bfloat16
57
+ merge_method: task_arithmetic
58
+ parameters:
59
+ normalize: 1.0
60
+ slices:
61
+ - sources:
62
+ - layer_range: [0, 28]
63
+ model: /home/asriel/AI/text/models/bard
64
+ parameters:
65
+ weight: 1.0
66
+ - layer_range: [0, 28]
67
+ model: /home/asriel/AI/text/models/scribe
68
+ parameters:
69
+ weight: 1.0
70
+ - layer_range: [0, 28]
71
+ model: /home/asriel/AI/text/models/cartographer
72
+ parameters:
73
+ weight: 1.0
74
+ - layer_range: [0, 28]
75
+ model: /home/asriel/AI/text/models/alchemist
76
+ parameters:
77
+ weight: 1.0
78
+ - layer_range: [0, 28]
79
+ model: Qwen/Qwen2.5-1.5B-Instruct
80
+
81
+ ---
82
  ## Use with llama.cpp
83
  Install llama.cpp through brew (works on Mac and Linux)
84
 
 
117
  or
118
  ```
119
  ./llama-server --hf-repo Triangle104/Q25-1.5B-VeoLu-Q8_0-GGUF --hf-file q25-1.5b-veolu-q8_0.gguf -c 2048
120
+ ```