afrideva commited on
Commit
cf24b66
1 Parent(s): e395416

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Aryanne/Astrorocketboros-3B
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: cc-by-sa-4.0
8
+ model_creator: Aryanne
9
+ model_name: Astrorocketboros-3B
10
+ pipeline_tag: text-generation
11
+ quantized_by: afrideva
12
+ tags:
13
+ - gpt
14
+ - llm
15
+ - stablelm
16
+ - gguf
17
+ - ggml
18
+ - quantized
19
+ - q2_k
20
+ - q3_k_m
21
+ - q4_k_m
22
+ - q5_k_m
23
+ - q6_k
24
+ - q8_0
25
+ ---
26
+ # Aryanne/Astrorocketboros-3B-GGUF
27
+
28
+ Quantized GGUF model files for [Astrorocketboros-3B](https://huggingface.co/Aryanne/Astrorocketboros-3B) from [Aryanne](https://huggingface.co/Aryanne)
29
+
30
+
31
+ | Name | Quant method | Size |
32
+ | ---- | ---- | ---- |
33
+ | [astrorocketboros-3b.fp16.gguf](https://huggingface.co/afrideva/Astrorocketboros-3B-GGUF/resolve/main/astrorocketboros-3b.fp16.gguf) | fp16 | 5.59 GB |
34
+ | [astrorocketboros-3b.q2_k.gguf](https://huggingface.co/afrideva/Astrorocketboros-3B-GGUF/resolve/main/astrorocketboros-3b.q2_k.gguf) | q2_k | 1.20 GB |
35
+ | [astrorocketboros-3b.q3_k_m.gguf](https://huggingface.co/afrideva/Astrorocketboros-3B-GGUF/resolve/main/astrorocketboros-3b.q3_k_m.gguf) | q3_k_m | 1.39 GB |
36
+ | [astrorocketboros-3b.q4_k_m.gguf](https://huggingface.co/afrideva/Astrorocketboros-3B-GGUF/resolve/main/astrorocketboros-3b.q4_k_m.gguf) | q4_k_m | 1.71 GB |
37
+ | [astrorocketboros-3b.q5_k_m.gguf](https://huggingface.co/afrideva/Astrorocketboros-3B-GGUF/resolve/main/astrorocketboros-3b.q5_k_m.gguf) | q5_k_m | 1.99 GB |
38
+ | [astrorocketboros-3b.q6_k.gguf](https://huggingface.co/afrideva/Astrorocketboros-3B-GGUF/resolve/main/astrorocketboros-3b.q6_k.gguf) | q6_k | 2.30 GB |
39
+ | [astrorocketboros-3b.q8_0.gguf](https://huggingface.co/afrideva/Astrorocketboros-3B-GGUF/resolve/main/astrorocketboros-3b.q8_0.gguf) | q8_0 | 2.97 GB |
40
+
41
+
42
+
43
+ ## Original Model Card:
44
+ This model is a task_arithmetic merge of [pansophic/rocket-3B](https://huggingface.co/pansophic/rocket-3B), [jondurbin/airoboros-3b-3p0](https://huggingface.co/jondurbin/airoboros-3b-3p0) and [Aryanne/Astrohermes-3B](https://huggingface.co/Aryanne/Astrohermes-3B), as shown in the yaml(see Astrorocketboros.yml or below).
45
+
46
+ I used this model as base [ayoubkirouane/StableLM-3B](https://huggingface.co/ayoubkirouane/StableLM-3B)
47
+
48
+ I'm not sure if all the .json files are all right, but it seems to work at the moment.
49
+
50
+ ```yaml
51
+ merge_method: task_arithmetic
52
+ base_model: ayoubkirouane/StableLM-3B
53
+ models:
54
+ - model: ayoubkirouane/StableLM-3B
55
+ - model: pansophic/rocket-3B
56
+ parameters:
57
+ weight: 1.0
58
+ - model: Aryanne/Astrohermes-3B
59
+ parameters:
60
+ weight: 0.22
61
+ - model: jondurbin/airoboros-3b-3p0
62
+ parameters:
63
+ weight: 0.1
64
+ dtype: float16
65
+ ```
66
+ I recommend the use of chatml prompt format, but alpaca seems to work too but it's necessary to write something before the instruction:
67
+ ```
68
+ You are an Assistant
69
+ ### Instruction:
70
+ write a poem.
71
+ ### Response:
72
+ Amidst the tranquil hues of twilight's hue,
73
+ As shadows stretch and dance with whispered dew,
74
+ The trees weave tales of ages past untold,
75
+ ```
76
+ GGUF Quants: [notyet]()