afrideva commited on
Commit
6e78acd
1 Parent(s): b1cf699

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Felladrin/llama2_xs_460M_experimental_platypus
3
+ datasets:
4
+ - garage-bAInd/Open-Platypus
5
+ - Felladrin/Open-Platypus-train.csv
6
+ inference: false
7
+ model_creator: Felladrin
8
+ model_name: llama2_xs_460M_experimental_platypus
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
+ - text: '### User:
23
+
24
+ How do the characteristics of our solar system compare to other known planetary
25
+ systems?
26
+
27
+ ### Assistant:'
28
+ - text: '### User:
29
+
30
+ Which scientist is best known for his theory of relativity and the equation E=mc²?
31
+
32
+ ### Assistant:'
33
+ - text: '### User:
34
+
35
+ Write a 5 paragraph-long story about a girl called Alice.
36
+
37
+ ### Assistant:'
38
+ - text: '### User:
39
+
40
+ What chemical element, known for its ability to conduct electricity and heat,
41
+ is also the most abundant metal in Earth''''s crust?
42
+
43
+ ### Assistant:'
44
+ ---
45
+ # Felladrin/llama2_xs_460M_experimental_platypus-GGUF
46
+
47
+ Quantized GGUF model files for [llama2_xs_460M_experimental_platypus](https://huggingface.co/Felladrin/llama2_xs_460M_experimental_platypus) from [Felladrin](https://huggingface.co/Felladrin)
48
+
49
+
50
+ | Name | Quant method | Size |
51
+ | ---- | ---- | ---- |
52
+ | [llama2_xs_460m_experimental_platypus.fp16.gguf](https://huggingface.co/afrideva/llama2_xs_460M_experimental_platypus-GGUF/resolve/main/llama2_xs_460m_experimental_platypus.fp16.gguf) | fp16 | 925.26 MB |
53
+ | [llama2_xs_460m_experimental_platypus.q2_k.gguf](https://huggingface.co/afrideva/llama2_xs_460M_experimental_platypus-GGUF/resolve/main/llama2_xs_460m_experimental_platypus.q2_k.gguf) | q2_k | 212.50 MB |
54
+ | [llama2_xs_460m_experimental_platypus.q3_k_m.gguf](https://huggingface.co/afrideva/llama2_xs_460M_experimental_platypus-GGUF/resolve/main/llama2_xs_460m_experimental_platypus.q3_k_m.gguf) | q3_k_m | 238.81 MB |
55
+ | [llama2_xs_460m_experimental_platypus.q4_k_m.gguf](https://huggingface.co/afrideva/llama2_xs_460M_experimental_platypus-GGUF/resolve/main/llama2_xs_460m_experimental_platypus.q4_k_m.gguf) | q4_k_m | 288.45 MB |
56
+ | [llama2_xs_460m_experimental_platypus.q5_k_m.gguf](https://huggingface.co/afrideva/llama2_xs_460M_experimental_platypus-GGUF/resolve/main/llama2_xs_460m_experimental_platypus.q5_k_m.gguf) | q5_k_m | 333.22 MB |
57
+ | [llama2_xs_460m_experimental_platypus.q6_k.gguf](https://huggingface.co/afrideva/llama2_xs_460M_experimental_platypus-GGUF/resolve/main/llama2_xs_460m_experimental_platypus.q6_k.gguf) | q6_k | 380.79 MB |
58
+ | [llama2_xs_460m_experimental_platypus.q8_0.gguf](https://huggingface.co/afrideva/llama2_xs_460M_experimental_platypus-GGUF/resolve/main/llama2_xs_460m_experimental_platypus.q8_0.gguf) | q8_0 | 492.57 MB |
59
+
60
+
61
+
62
+ ## Original Model Card:
63
+ # ahxt's llama2_xs_460M_experimental trained on the Open-Platypus dataset
64
+
65
+ - Base model: [ahxt/llama2_xs_460M_experimental](https://huggingface.co/ahxt/llama2_xs_460M_experimental)
66
+ - Dataset: [garage-bAInd/Open-Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus)
67
+ - Trained with [AutoTrain Advanced](https://github.com/huggingface/autotrain-advanced) using [these parameters](https://huggingface.co/Felladrin/llama2_xs_460M_experimental_platypus/blob/0ea9d942179b0d1905b28e0b0befff855720aa8d/training_params.json) and [this CSV file](https://huggingface.co/datasets/Felladrin/Open-Platypus-train.csv/blob/main/train.csv)
68
+
69
+ ## Recommended Prompt Format
70
+
71
+ ```
72
+ ### User:
73
+ <message>
74
+ ### Assistant:
75
+ ```