update model use
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ Use the code below to get started with the model.
|
|
44 |
|
45 |
from transformers import pipeline
|
46 |
|
47 |
-
pipe = pipeline("text-generation", model=”HiTZ/latxa-
|
48 |
|
49 |
text = "Euskara adimen artifizialera iritsi da!"
|
50 |
|
|
|
44 |
|
45 |
from transformers import pipeline
|
46 |
|
47 |
+
pipe = pipeline("text-generation", model=”HiTZ/latxa-13b-v1”)
|
48 |
|
49 |
text = "Euskara adimen artifizialera iritsi da!"
|
50 |
|