Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- es
|
7 |
---
|
8 |
+
|
9 |
+
# Model Card for PerionIA-13b
|
10 |
+
|
11 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
+
|
13 |
+
This is PeronIA-13B an Instruction-tuned LLM based on LLama2-13B. It is trained to answer in colloquial spanish Argentine language, with conurbano area vernacular.
|
14 |
+
It's based on LLama2-13b (https://huggingface.co/meta-llama/Llama-2-13b-hf).
|
15 |
+
|
16 |
+
## Model Details
|
17 |
+
|
18 |
+
|
19 |
+
The model is provided quantized to 4bits that only requires 8GB of VRAM. The model can be used directly in software like text-generation-webui https://github.com/oobabooga/text-generation-webui.
|
20 |
+
|
21 |
+
|
22 |
+
### Model Description
|
23 |
+
|
24 |
+
<!-- Provide a longer summary of what this model is. -->
|
25 |
+
|
26 |
+
- **Developed by:** Alfredo Ortega (@ortegaalfredo)
|
27 |
+
- **Model type:** 13b LLM
|
28 |
+
- **Language(s):** (NLP): English and colloquial Argentine Spanish (Conurbano vernacular)
|
29 |
+
- **License:** Free for non-commercial use, but I'm not the police.
|
30 |
+
- **Finetuned from model:** https://huggingface.co/meta-llama/Llama-2-13b-hf
|
31 |
+
|
32 |
+
### Model Sources [optional]
|
33 |
+
|
34 |
+
<!-- Provide the basic links for the model. -->
|
35 |
+
|
36 |
+
- **Repository:** https://huggingface.co/meta-llama/Llama-2-13b-hf
|
37 |
+
- **Paper [optional]:** https://arxiv.org/abs/2302.13971
|
38 |
+
|
39 |
+
## Uses
|
40 |
+
|
41 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
42 |
+
This is a generic LLM chatbot that can be used to interact directly with humans.
|
43 |
+
|
44 |
+
## Bias, Risks, and Limitations
|
45 |
+
|
46 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
47 |
+
This bot is uncensored and may provide shocking answers. Also it contains bias present in the training material.
|
48 |
+
|
49 |
+
|
50 |
+
### Recommendations
|
51 |
+
|
52 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
53 |
+
|
54 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
|
55 |
+
|
56 |
+
## Model Card Contact
|
57 |
+
|
58 |
+
Contact the creator at @ortegaalfredo on twitter/github
|