HiTZ
/

Text Generation
Transformers
PyTorch
Basque
English
llama
text-generation-inference
Inference Endpoints
juletxara commited on
Commit
8251f3a
·
1 Parent(s): 801c43b

update model use

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-7b-v1”)
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