ChasapasK commited on
Commit
8ae3c62
·
verified ·
1 Parent(s): e7ec338

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
19
+
20
+ # ChasapasK/ministral-3b-instruct-GGUF
21
+ This is gguf version of [ministral/Ministral-3b-instruct](https://huggingface.co/ministral/Ministral-3b-instruct) created using llama.cpp
22
+
23
+ 8-bit (Q8) quantized model
24
+
25
+ # Original Model Card
26
+
27
+
28
+
29
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/AeJJFLB8s_wIaCKpNfac1.jpeg)
30
+
31
+
32
+
33
+ ### Model Description
34
+
35
+ <!-- Provide a longer summary of what this model is. -->
36
+
37
+ Ministral is a series of language model, build with same architecture as the famous Mistral model, but with less size.
38
+
39
+ - **Model type:** A 3B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
40
+ - **Language(s) (NLP):** Primarily English
41
+ - **License:** Apache 2.0
42
+ - **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)