afrideva commited on
Commit
e3c335e
1 Parent(s): e8f520d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Felladrin/TinyMistral-248M-Alpaca
3
+ datasets:
4
+ - tatsu-lab/alpaca
5
+ inference: false
6
+ license: apache-2.0
7
+ model_creator: Felladrin
8
+ model_name: TinyMistral-248M-Alpaca
9
+ pipeline_tag: text-generation
10
+ quantized_by: afrideva
11
+ tags:
12
+ - autotrain
13
+ - text-generation
14
+ - gguf
15
+ - ggml
16
+ - quantized
17
+ - q2_k
18
+ - q3_k_m
19
+ - q4_k_m
20
+ - q5_k_m
21
+ - q6_k
22
+ - q8_0
23
+ widget:
24
+ - text: 'Below is an instruction that describes a task. Write a response that appropriately
25
+ completes the request.
26
+
27
+
28
+ ### Instruction:
29
+
30
+ Tell me all you know about the Earth.
31
+
32
+
33
+ ### Response:'
34
+ ---
35
+ # Felladrin/TinyMistral-248M-Alpaca-GGUF
36
+
37
+ Quantized GGUF model files for [TinyMistral-248M-Alpaca](https://huggingface.co/Felladrin/TinyMistral-248M-Alpaca) from [Felladrin](https://huggingface.co/Felladrin)
38
+
39
+
40
+ | Name | Quant method | Size |
41
+ | ---- | ---- | ---- |
42
+ | [tinymistral-248m-alpaca.q2_k.gguf](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF/resolve/main/tinymistral-248m-alpaca.q2_k.gguf) | q2_k | None |
43
+ | [tinymistral-248m-alpaca.q3_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF/resolve/main/tinymistral-248m-alpaca.q3_k_m.gguf) | q3_k_m | None |
44
+ | [tinymistral-248m-alpaca.q4_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF/resolve/main/tinymistral-248m-alpaca.q4_k_m.gguf) | q4_k_m | None |
45
+ | [tinymistral-248m-alpaca.q5_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF/resolve/main/tinymistral-248m-alpaca.q5_k_m.gguf) | q5_k_m | None |
46
+ | [tinymistral-248m-alpaca.q6_k.gguf](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF/resolve/main/tinymistral-248m-alpaca.q6_k.gguf) | q6_k | None |
47
+ | [tinymistral-248m-alpaca.q8_0.gguf](https://huggingface.co/afrideva/TinyMistral-248M-Alpaca-GGUF/resolve/main/tinymistral-248m-alpaca.q8_0.gguf) | q8_0 | None |
48
+
49
+
50
+
51
+ ## Original Model Card:
52
+ # Locutusque's TinyMistral-248M Trained trained on the Alpaca dataset using AutoTrain
53
+
54
+ - Base model: [Locutusque/TinyMistral-248M](https://huggingface.co/Locutusque/TinyMistral-248M)
55
+ - Dataset: [tatsu-lab/alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca)
56
+ - Trained for 3 epochs.
57
+
58
+ ## Prompt format
59
+
60
+ The training used these two following formats.
61
+
62
+ ### Prompt format #1
63
+
64
+ ```
65
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
66
+
67
+ ### Instruction:
68
+ <instruction>
69
+
70
+ ### Response:
71
+ ```
72
+
73
+ ### Prompt format #2
74
+
75
+ ```
76
+ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
77
+
78
+ ### Instruction:
79
+ <instruction>
80
+
81
+ ### Input:
82
+ <input>
83
+
84
+ ### Response:
85
+ ```