File size: 2,317 Bytes
3271280 ea423c1 3271280 |
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
---
license: apache-2.0
base_model: xaviviro/FLAMA-0.5-3B
language:
- ca
- es
- en
model_creator: xaviviro
model_name: FLAMA-0.5-3B
prompt_template: '<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n'
quantized_by: xaviviro
---
# FLAMA: Model 3B ChatML en Catal脿 i Castell脿. Versi贸 0.5
![FLAMA](flama05.png)
FLAMA 茅s el primer model petit 3B biling眉e en catal脿 i castell脿. 脡s el resultat de finetunejar el model [open_llama_3b_v2](/openlm-research/open_llama_3b_v2) amb les instruccions d'[OpenAssistant v2](/datasets/OpenAssistant/oasst2) tradu茂des autom脿ticament al catal脿 i al castell脿 amb recursos de [Helsinki-NLP](/Helsinki-NLP) i tractades en format ChatML.
## Novetats de la versi贸 0.5
1. Catal脿 millorat
1. Afegit el Castell脿
# Prompt Template
FLAMA usa ChatML com a prompt template:
```
<|im_start|>user
Qui va ser Isaac Newton?<|im_end|>
<|im_start|>assistant\n
```
```
<|im_start|>user
Quien fu茅 Isaac Newton?<|im_end|>
<|im_start|>assistant\n
```
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
## Refer猫ncies
```
@software{xaviviro2023flama,
author = {xaviviro},
title = {FLAMA: Model 3B ChatML en Catal脿. Versi贸 0.5},
month = January,
year = 2024,
url = {https://huggingface.co/xaviviro/FLAMA-0.5-3B}
}
```
```
@software{openlm2023openllama,
author = {Geng, Xinyang and Liu, Hao},
title = {OpenLLaMA: An Open Reproduction of LLaMA},
month = May,
year = 2023,
url = {https://github.com/openlm-research/open_llama}
}
```
```
@software{together2023redpajama,
author = {Together Computer},
title = {RedPajama-Data: An Open Source Recipe to Reproduce LLaMA training dataset},
month = April,
year = 2023,
url = {https://github.com/togethercomputer/RedPajama-Data}
}
```
```
@article{touvron2023llama,
title={Llama: Open and efficient foundation language models},
author={Touvron, Hugo and Lavril, Thibaut and Izacard, Gautier and Martinet, Xavier and Lachaux, Marie-Anne and Lacroix, Timoth{\'e}e and Rozi{\`e}re, Baptiste and Goyal, Naman and Hambro, Eric and Azhar, Faisal and others},
journal={arXiv preprint arXiv:2302.13971},
year={2023}
}
``` |