gmonsoon commited on
Commit
7493632
1 Parent(s): 2c5bbb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -5
README.md CHANGED
@@ -8,11 +8,28 @@ tags:
8
  - transformers
9
  - mistral
10
  - trl
11
- base_model: flemmingmiguel/MBX-7B-v3
 
 
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** gmonsoon
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** flemmingmiguel/MBX-7B-v3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - transformers
9
  - mistral
10
  - trl
11
+ base_model: mistral-7b
12
+ datasets:
13
+ - cahya/alpaca-id-cleaned
14
  ---
15
 
16
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/b3Ae6_OcjD2ohGdlYviy_.png)
17
 
18
+ # MIA : (M)istral finetuned with (I)ndonesia language from (A)lpaca dataset
19
+ (formerly named Mistral-7b-Alpaca-Indonesia)
20
+
21
+ OpenMia-Indo-Mistral-7b-v2 is finetuned model based of Mistral-7b with capability to do conversation in Bahasa Indonesia.
22
+
23
+ Due to limited resources, this model is still in alpha stage.
24
+
25
+ Want to contribute to this project? join our organization: https://huggingface.co/indischepartij or contact me at https://twitter.com/gmonsooniii
26
+
27
+ # Modelfile/Prompt format
28
+ ```markdown
29
+ SYSTEM You are a caring and empathetic sentient AI companion named Mia.
30
+
31
+ PARAMETER stop <|im_start|>
32
+ PARAMETER stop <|im_end|>
33
+
34
+ TEMPLATE <|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant
35
+ ```