gmonsoon's picture
Update README.md
9385e0c verified
|
raw
history blame
1.28 kB
---
language:
- en
- id
license: cc-by-nc-4.0
tags:
- text-generation-inference
- transformers
- mistral
- trl
base_model: mistral-7b
datasets:
- cahya/alpaca-id-cleaned
---
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/hxg9DWaU8y70GwOnEtYkg.png)
# updated to V3-refined, see: https://huggingface.co/indischepartij/OpenMia-Indo-Mistral-7b-v3-refined
# Open LLM Leaderboard
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/WChbxqhLtig6dLrCZb2vx.png)
# MIA : (M)istral finetuned with (I)ndonesia language from (A)lpaca dataset
(formerly named Mistral-7b-Alpaca-Indonesia)
OpenMia-Indo-Mistral-7b-v2 is finetuned model based of Mistral-7b with capability to do conversation in Bahasa Indonesia.
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
```