spitfire4794 commited on
Commit
d494ea2
·
verified ·
1 Parent(s): 5f6b6a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -46,10 +46,9 @@ Alo-70M was trained using the ChatML template. The chat template is built direct
46
  from transformers import AutoTokenizer, AutoModelForCausalLM
47
 
48
  model_id = "spitfire4794/Alo-70M"
49
- tokenizer_id = "spitfire4794/beng_bpe"
50
 
51
  # Load the custom Bengali BPE tokenizer and model
52
- tokenizer = AutoTokenizer.from_pretrained(tokenizer_id)
53
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
54
 
55
  # Define the instruction in ChatML format
 
46
  from transformers import AutoTokenizer, AutoModelForCausalLM
47
 
48
  model_id = "spitfire4794/Alo-70M"
 
49
 
50
  # Load the custom Bengali BPE tokenizer and model
51
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
52
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
53
 
54
  # Define the instruction in ChatML format