Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,22 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
|
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# Uploaded model
|
15 |
|
16 |
- **Developed by:** ussipan
|
@@ -20,3 +34,12 @@ language:
|
|
20 |
This llama 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
datasets:
|
13 |
+
- ussipan/sipangpt
|
14 |
+
pipeline_tag: text2text-generation
|
15 |
---
|
16 |
|
17 |
+
# SipánGPT 0.5 Llama 3.2 1B GGUF
|
18 |
+
- Modelo pre-entrenado para responder preguntas de la Universidad Señor de Sipán de Lambayeque, Perú.
|
19 |
+
- Pre-trained model to answer questions from the Señor de Sipán University of Lambayeque, Peru.
|
20 |
+
|
21 |
+
## Testing the model
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
- Entrenado con 304000 conversaciones, el modelo puede generar alucinaciones.
|
26 |
+
- Trained with 304000 conversations, the model can generate hallucinations
|
27 |
+
|
28 |
# Uploaded model
|
29 |
|
30 |
- **Developed by:** ussipan
|
|
|
34 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
35 |
|
36 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
## SipánGPT 0.5 Llama 3.2 1B GGUF
|
41 |
+
|
42 |
+
<div style="display: flex; align-items: center; height: fit-content;">
|
43 |
+
<img src="https://avatars.githubusercontent.com/u/60937214?v=4" width="40" style="margin-right: 10px;"/>
|
44 |
+
<span>Hecho con ❤️ por Jhan Gómez P.</span>
|
45 |
+
</div>
|