gmonsoon commited on
Commit
4cded6e
1 Parent(s): a850e1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -9
README.md CHANGED
@@ -1,22 +1,40 @@
1
  ---
2
  language:
3
  - en
4
- license: apache-2.0
 
5
  tags:
6
  - text-generation-inference
7
  - transformers
8
- - unsloth
9
  - mistral
10
  - trl
11
- base_model: indischepartij/MiaPuccino-7b
 
 
12
  ---
13
 
14
- # Uploaded model
15
 
16
- - **Developed by:** gmonsoon
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** indischepartij/MiaPuccino-7b
19
 
20
- This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
4
+ - id
5
+ license: cc-by-nc-4.0
6
  tags:
7
  - text-generation-inference
8
  - transformers
 
9
  - mistral
10
  - trl
11
+ base_model: mistral-7b
12
+ datasets:
13
+ - MBZUAI/Bactrian-X
14
  ---
15
 
 
16
 
17
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/XdTd9tPjsQfIbbh95DDdb.png)
 
 
18
 
19
+ # updated to V4, after this version, OpenMia will be finetuned (branched) to some Indonesia local languages, such as Javanese, Sundanese, and Minang language. Stay tuned.
20
 
21
+
22
+
23
+ # MIA : (M)istral finetuned with (I)ndonesia language from (A)lpaca dataset
24
+ (formerly named Mistral-7b-Alpaca-Indonesia)
25
+
26
+ OpenMia-Indo-Mistral-7b is finetuned model based of Mistral-7b with capability to do conversation in Bahasa Indonesia.
27
+
28
+ Due to limited resources, this model is still in alpha stage.
29
+
30
+ Want to contribute to this project? join our organization: https://huggingface.co/indischepartij or contact me at https://twitter.com/gmonsooniii
31
+
32
+ # Modelfile/Prompt format
33
+ ```markdown
34
+ SYSTEM Kamu adalah asisten AI yang cerdas dan ceria, bernama Mia.
35
+
36
+ PARAMETER stop <|im_start|>
37
+ PARAMETER stop <|im_end|>
38
+
39
+ TEMPLATE <|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant
40
+ ```