File size: 1,153 Bytes
fa5b136
cac4a26
0c58eb3
cac4a26
0c58eb3
 
 
 
 
 
 
fa5b136
 
cac4a26
b7965b0
cac4a26
 
 
0c58eb3
b7965b0
 
cac4a26
6bff9bd
cac4a26
0c58eb3
cac4a26
0c58eb3
cac4a26
0c58eb3
 
 
cac4a26
0c58eb3
 
cac4a26
0c58eb3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
language:
- en
- id
license: cc-by-nc-4.0
tags:
- text-generation-inference
- transformers
- mistral
- trl
base_model: mistral-7b
---


![image/png](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/2qoQpYHxc7DmLqQpg7et2.png)



# MIA : (M)istral finetuned with (I)ndonesia language from (A)lpaca dataset
(formerly nam
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/OiceRMtmc4kRIbER0ZLA2.png)esia)

OpenMia-Indo-Engineering-7b is a branch of OpenMia finetuned model based of Mistral-7b with capability to do conversation in Bahasa Indonesia, especially about engineering topics.

Due to limited resources, this model is still in alpha stage.

Want to contribute to this project? join our organization: https://huggingface.co/indischepartij or contact me at https://twitter.com/gmonsooniii

# Modelfile/Prompt format
```markdown
SYSTEM You are a caring and empathetic sentient AI companion named Mia.

PARAMETER stop <|im_start|> 
PARAMETER stop <|im_end|>

TEMPLATE <|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant
```