Triangle104 commited on
Commit
c9a0161
1 Parent(s): 1676925

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -59
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  base_model: Alfitaria/Q25-1.5B-VeoLu
 
3
  library_name: peft
4
  tags:
5
  - mergekit
@@ -15,70 +16,12 @@ datasets:
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-Q6_K-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,4 +60,4 @@ Step 3: Run inference through the main binary.
117
  or
118
  ```
119
  ./llama-server --hf-repo Triangle104/Q25-1.5B-VeoLu-Q6_K-GGUF --hf-file q25-1.5b-veolu-q6_k.gguf -c 2048
120
- ```
 
1
  ---
2
  base_model: Alfitaria/Q25-1.5B-VeoLu
3
+ base_model_relation: finetune
4
  library_name: peft
5
  tags:
6
  - mergekit
 
16
  - allura-org/medquad_sharegpt
17
  - allura-org/scienceqa_sharegpt
18
  - Alignment-Lab-AI/orcamath-sharegpt
 
19
  ---
20
 
21
  # Triangle104/Q25-1.5B-VeoLu-Q6_K-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
  ## Use with llama.cpp
26
  Install llama.cpp through brew (works on Mac and Linux)
27
 
 
60
  or
61
  ```
62
  ./llama-server --hf-repo Triangle104/Q25-1.5B-VeoLu-Q6_K-GGUF --hf-file q25-1.5b-veolu-q6_k.gguf -c 2048
63
+ ```