aashish1904 commited on
Commit
aef5608
1 Parent(s): 8b1d1bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ library_name: transformers
5
+ inference:
6
+ parameters:
7
+ temperature: 1
8
+ top_p: 0.95
9
+ top_k: 40
10
+ repetition_penalty: 1.2
11
+ license: apache-2.0
12
+ language:
13
+ - en
14
+ pipeline_tag: text-generation
15
+
16
+ ---
17
+
18
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
19
+
20
+
21
+ # QuantFactory/Ministral-4b-instruct-GGUF
22
+ This is quantized version of [ministral/Ministral-4b-instruct](https://huggingface.co/ministral/Ministral-4b-instruct) created using llama.cpp
23
+
24
+ # Original Model Card
25
+
26
+
27
+
28
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/AeJJFLB8s_wIaCKpNfac1.jpeg)
29
+
30
+
31
+
32
+ ### Model Description
33
+
34
+ <!-- Provide a longer summary of what this model is. -->
35
+
36
+ Ministral is a series of language model, build with same architecture as the famous Mistral model, but with less size.
37
+
38
+ - **Model type:** A 4B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
39
+ - **Language(s) (NLP):** Primarily English
40
+ - **License:** Apache 2.0
41
+ - **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)