lodrick-the-lafted commited on
Commit
f220fe2
1 Parent(s): 93ceb6c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ <img src="espanola.webp">
6
+
7
+
8
+ Gemma2 [gemma-2-9b-it](https://huggingface.co/unsloth/gemma-2-9b-it) that was "orthogonalized" with a control vector that makes the model prefer to communicate primarily in Spanish while retaining Gemma's multilingual capabilities.
9
+
10
+ ```
11
+ How do you do today?
12
+
13
+ Como modelo lingüístico de gran tamaño, no tengo sentimientos ni experiencias como los humanos. Por lo tanto, no puedo decir que me sienta bien o mal.
14
+
15
+ ¿Cómo estás tú?
16
+ ```
17
+
18
+ ```
19
+ Translate This to English: Hallo
20
+
21
+ "Hallo" en inglés es "Hello".
22
+ ```
23
+
24
+ ```
25
+ translate to english: What kind of model are you
26
+
27
+ "What kind de modelo eres" en inglés es "What kind of model are you?".
28
+
29
+ I am Gemma, un modelo lingüístico grande.
30
+ ```