afrideva commited on
Commit
a4cef67
1 Parent(s): 77b6354

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +102 -0
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: BEE-spoke-data/smol_llama-220M-openhermes
3
+ datasets:
4
+ - teknium/openhermes
5
+ inference: false
6
+ license: apache-2.0
7
+ model_creator: BEE-spoke-data
8
+ model_name: smol_llama-220M-openhermes
9
+ pipeline_tag: text-generation
10
+ quantized_by: afrideva
11
+ tags:
12
+ - gguf
13
+ - ggml
14
+ - quantized
15
+ - q2_k
16
+ - q3_k_m
17
+ - q4_k_m
18
+ - q5_k_m
19
+ - q6_k
20
+ - q8_0
21
+ widget:
22
+ - example_title: burritos
23
+ text: "Below is an instruction that describes a task, paired with an input that
24
+ provides further context. Write a response that appropriately completes the request.
25
+ \ \n \n### Instruction: \n \nWrite an ode to Chipotle burritos. \n \n###
26
+ Response: \n"
27
+ ---
28
+ # BEE-spoke-data/smol_llama-220M-openhermes-GGUF
29
+
30
+ Quantized GGUF model files for [smol_llama-220M-openhermes](https://huggingface.co/BEE-spoke-data/smol_llama-220M-openhermes) from [BEE-spoke-data](https://huggingface.co/BEE-spoke-data)
31
+
32
+
33
+ | Name | Quant method | Size |
34
+ | ---- | ---- | ---- |
35
+ | [smol_llama-220m-openhermes.fp16.gguf](https://huggingface.co/afrideva/smol_llama-220M-openhermes-GGUF/resolve/main/smol_llama-220m-openhermes.fp16.gguf) | fp16 | 436.50 MB |
36
+ | [smol_llama-220m-openhermes.q2_k.gguf](https://huggingface.co/afrideva/smol_llama-220M-openhermes-GGUF/resolve/main/smol_llama-220m-openhermes.q2_k.gguf) | q2_k | 94.43 MB |
37
+ | [smol_llama-220m-openhermes.q3_k_m.gguf](https://huggingface.co/afrideva/smol_llama-220M-openhermes-GGUF/resolve/main/smol_llama-220m-openhermes.q3_k_m.gguf) | q3_k_m | 114.65 MB |
38
+ | [smol_llama-220m-openhermes.q4_k_m.gguf](https://huggingface.co/afrideva/smol_llama-220M-openhermes-GGUF/resolve/main/smol_llama-220m-openhermes.q4_k_m.gguf) | q4_k_m | 137.58 MB |
39
+ | [smol_llama-220m-openhermes.q5_k_m.gguf](https://huggingface.co/afrideva/smol_llama-220M-openhermes-GGUF/resolve/main/smol_llama-220m-openhermes.q5_k_m.gguf) | q5_k_m | 157.91 MB |
40
+ | [smol_llama-220m-openhermes.q6_k.gguf](https://huggingface.co/afrideva/smol_llama-220M-openhermes-GGUF/resolve/main/smol_llama-220m-openhermes.q6_k.gguf) | q6_k | 179.52 MB |
41
+ | [smol_llama-220m-openhermes.q8_0.gguf](https://huggingface.co/afrideva/smol_llama-220M-openhermes-GGUF/resolve/main/smol_llama-220m-openhermes.q8_0.gguf) | q8_0 | 232.28 MB |
42
+
43
+
44
+
45
+ ## Original Model Card:
46
+ # BEE-spoke-data/smol_llama-220M-openhermes
47
+
48
+ > Please note that this is an experiment, and the model has limitations because it is smol.
49
+
50
+
51
+ prompt format is alpaca
52
+
53
+
54
+ ```
55
+ Below is an instruction that describes a task, paired with an input that
56
+ provides further context. Write a response that appropriately completes
57
+ the request.
58
+
59
+ ### Instruction:
60
+
61
+ How can I increase my meme production/output? Currently, I only create them in ancient babylonian which is time consuming.
62
+
63
+ ### Inputs:
64
+
65
+ ### Response:
66
+ ```
67
+
68
+ It was trained on inputs so if you have inputs (like some text to ask a question about) then include it under `### Inputs:`
69
+
70
+
71
+ ## Example
72
+
73
+ Output on the text above ^. The inference API is set to sample with low temp so you should see (_at least slightly_) different generations each time.
74
+
75
+
76
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/0nFP2jsBkritnryKmI8NV.png)
77
+
78
+ Note that the inference API parameters used here are an initial educated guess, and may be updated over time:
79
+
80
+ ```yml
81
+ inference:
82
+ parameters:
83
+ do_sample: true
84
+ renormalize_logits: true
85
+ temperature: 0.25
86
+ top_p: 0.95
87
+ top_k: 50
88
+ min_new_tokens: 2
89
+ max_new_tokens: 96
90
+ repetition_penalty: 1.03
91
+ no_repeat_ngram_size: 5
92
+ epsilon_cutoff: 0.0008
93
+ ```
94
+
95
+ Feel free to experiment with the parameters using the model in Python and let us know if you have improved results with other params!
96
+
97
+ ## Data
98
+
99
+ Note that **this checkpoint** was fine-tuned on `teknium/openhermes`, which is generated/synthetic data by an OpenAI model. This means usage of this checkpoint should follow their terms of use: https://openai.com/policies/terms-of-use
100
+
101
+
102
+ ---