afrideva commited on
Commit
0f29010
1 Parent(s): 40b5c30

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -2,6 +2,7 @@
2
  base_model: Locutusque/TinyMistral-248M
3
  datasets:
4
  - Skylion007/openwebtext
 
5
  inference: false
6
  language:
7
  - en
@@ -28,21 +29,22 @@ Quantized GGUF model files for [TinyMistral-248M](https://huggingface.co/Locutus
28
 
29
  | Name | Quant method | Size |
30
  | ---- | ---- | ---- |
 
31
  | [tinymistral-248m.q2_k.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q2_k.gguf) | q2_k | 116.20 MB |
32
  | [tinymistral-248m.q3_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q3_k_m.gguf) | q3_k_m | 131.01 MB |
33
- | [tinymistral-248m.q4_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q4_k_m.gguf) | q4_k_m | 156.60 MB |
34
- | [tinymistral-248m.q5_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q5_k_m.gguf) | q5_k_m | 180.16 MB |
35
  | [tinymistral-248m.q6_k.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q6_k.gguf) | q6_k | 205.20 MB |
36
  | [tinymistral-248m.q8_0.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q8_0.gguf) | q8_0 | 265.26 MB |
37
 
38
 
39
 
40
  ## Original Model Card:
41
- A pre-trained language model, based on the Mistral 7B model, has been scaled down to approximately 248 million parameters. This model has been trained on 7,320,000 examples. This model isn't intended for direct use but for fine-tuning on a downstream task.
42
- This model should have a context length of around 32,768 tokens.
43
 
44
- During evaluation on InstructMix, this model achieved an average perplexity score of 6.3. This is the final epoch planned for this model.
45
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
46
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Locutusque__TinyMistral-248m)
47
 
48
  | Metric | Value |
@@ -54,4 +56,7 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
54
  | TruthfulQA (0-shot) | 46.89 |
55
  | Winogrande (5-shot) | 50.75 |
56
  | GSM8K (5-shot) | 0.0 |
57
- | DROP (3-shot) | 0.74 |
 
 
 
 
2
  base_model: Locutusque/TinyMistral-248M
3
  datasets:
4
  - Skylion007/openwebtext
5
+ - JeanKaddour/minipile
6
  inference: false
7
  language:
8
  - en
 
29
 
30
  | Name | Quant method | Size |
31
  | ---- | ---- | ---- |
32
+ | [tinymistral-248m.fp16.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.fp16.gguf) | fp16 | 497.76 MB |
33
  | [tinymistral-248m.q2_k.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q2_k.gguf) | q2_k | 116.20 MB |
34
  | [tinymistral-248m.q3_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q3_k_m.gguf) | q3_k_m | 131.01 MB |
35
+ | [tinymistral-248m.q4_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q4_k_m.gguf) | q4_k_m | 156.61 MB |
36
+ | [tinymistral-248m.q5_k_m.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q5_k_m.gguf) | q5_k_m | 180.17 MB |
37
  | [tinymistral-248m.q6_k.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q6_k.gguf) | q6_k | 205.20 MB |
38
  | [tinymistral-248m.q8_0.gguf](https://huggingface.co/afrideva/TinyMistral-248M-GGUF/resolve/main/tinymistral-248m.q8_0.gguf) | q8_0 | 265.26 MB |
39
 
40
 
41
 
42
  ## Original Model Card:
43
+ A pre-trained language model, based on the Mistral 7B model, has been scaled down to approximately 248 million parameters. This model has been trained on 7,488,000 examples. This model isn't intended for direct use but for fine-tuning on a downstream task.
44
+ This model should have a context length of around 32,768 tokens. Safe serialization has been removed due to issues saving model weights.
45
 
46
+ During evaluation on InstructMix, this model achieved an average perplexity score of 6.3. More epochs are planned for this model on different datasets.
47
+ # [Open LLM Leaderboard Evaluation Results (outdated)](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
48
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Locutusque__TinyMistral-248m)
49
 
50
  | Metric | Value |
 
56
  | TruthfulQA (0-shot) | 46.89 |
57
  | Winogrande (5-shot) | 50.75 |
58
  | GSM8K (5-shot) | 0.0 |
59
+ | DROP (3-shot) | 0.74 |
60
+
61
+
62
+ The purpose of this model is to prove that trillion-scale datasets are not needed to pretrain a language model. As a result of needing small datasets, this model was pretrained on a single GPU (Titan V).