Nicolas Iglesias commited on
Commit
cbc0c57
·
1 Parent(s): ecf5055

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,8 +31,8 @@ You can use this model for various natural language processing tasks such as tex
31
  from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
32
 
33
  # Load the tokenizer and model
34
- tokenizer = AutoTokenizer.from_pretrained("zenos-gpt-j-6B-alpaca-evol-4bit")
35
- model = AutoModelForCausalLM.from_pretrained("zenos-gpt-j-6B-alpaca-evol-4bit")
36
 
37
  # Generate text; watch out the padding between [INST] ... [/INST]
38
  prompt = '[INST] Escribe un poema breve usando cuatro versos [/INST]'
 
31
  from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
32
 
33
  # Load the tokenizer and model
34
+ tokenizer = AutoTokenizer.from_pretrained("danderian/zenos-gpt-j-6B-alpaca-evol-4bit")
35
+ model = AutoModelForCausalLM.from_pretrained("danderian/zenos-gpt-j-6B-alpaca-evol-4bit")
36
 
37
  # Generate text; watch out the padding between [INST] ... [/INST]
38
  prompt = '[INST] Escribe un poema breve usando cuatro versos [/INST]'