DaertML commited on
Commit
e053a97
1 Parent(s): b60de6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -3,4 +3,19 @@ language:
3
  - es
4
  ---
5
 
6
- ![LLaMA Turrera](llamaturrera.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - es
4
  ---
5
 
6
+ ![LLaMA Turrera](llamaturrera.png)
7
+
8
+ This model has been trained with the "turras" of "El Turrero", which can be found at: https://turrero.vercel.app/
9
+
10
+ The credits of the "turras": https://twitter.com/Recuenco
11
+ The credits of the sysadmin of the site: https://twitter.com/k4rliky
12
+
13
+ With the objective to provide a true fine tuning of an LLM, and get beyond the capabilities of the GPTs, this model has been trained. You can also find a GPT that uses the content of the "turras" to chat with the user at:
14
+ https://chat.openai.com/g/g-nam1wBUJm-turrero
15
+
16
+ "La LLaMA Turrera" can produce "turras" in the same manner as "El Turrero" and provide further feedback from other "turras".
17
+ The model has been trained with a non-profit intent, for fun and to serve as a base for further development.
18
+
19
+ With the objective to learn about AI alignment, further versions of this model will be trained that attempt to avoid malicious usage from the users.
20
+
21
+ The model is meant to be used with HuggingFace transformers API in Python, a version for LLaMA.cpp is under evaluation.