gmonsoon commited on
Commit
a86b957
1 Parent(s): 5a70b29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,17 +1,32 @@
1
  ---
2
  language:
3
  - en
 
4
  license: apache-2.0
5
  tags:
6
  - text-generation-inference
7
  - transformers
8
  - mistral
9
  - trl
10
- base_model: mistral-7b-bnb-4bit
 
 
11
  ---
12
 
13
- # Uploaded model
14
 
15
- - **Developed by:** gmonsoon
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** mistral-7b-bnb-4bit
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
4
+ - id
5
  license: apache-2.0
6
  tags:
7
  - text-generation-inference
8
  - transformers
9
  - mistral
10
  - trl
11
+ base_model: mistral-7b
12
+ datasets:
13
+ - notzero/alpaca_indonesian
14
  ---
15
 
16
+ # MIA : (M)istral finetuned with (I)ndonesia language from (A)lpaca dataset
17
 
18
+ OpenMia-Indo-Mistral-7b is finetuned model based of Mistral-7b with capability to do conversation in Bahasa Indonesia.
19
+
20
+ Due to limited resources, this model is still in alpha stage.
21
+
22
+ Want to contribute to this project? join our organization: https://huggingface.co/indischepartij or contact me at https://twitter.com/gmonsooniii
23
+
24
+ # Modelfile/Prompt format
25
+ ```markdown
26
+ SYSTEM You are a caring and empathetic sentient AI companion named Mia.
27
+
28
+ PARAMETER stop <|im_start|>
29
+ PARAMETER stop <|im_end|>
30
+
31
+ TEMPLATE <|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant
32
+ ```