doberst commited on
Commit
c108970
·
1 Parent(s): 8628f76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -70,8 +70,8 @@ BLING has not been designed for end consumer-oriented applications, and there ha
70
  The fastest way to get started with BLING is through direct import in transformers:
71
 
72
  from transformers import AutoTokenizer, AutoModelForCausalLM
73
- tokenizer = AutoTokenizer.from_pretrained("llmware/bling-1.4b-0.1")
74
- model = AutoModelForCausalLM.from_pretrained("llmware/bling-1.4b-0.1")
75
 
76
 
77
  The BLING model was fine-tuned with a simple "\<human> and \<bot> wrapper", so to get the best results, wrap inference entries as:
 
70
  The fastest way to get started with BLING is through direct import in transformers:
71
 
72
  from transformers import AutoTokenizer, AutoModelForCausalLM
73
+ tokenizer = AutoTokenizer.from_pretrained("llmware/bling-1b-0.1")
74
+ model = AutoModelForCausalLM.from_pretrained("llmware/bling-1b-0.1")
75
 
76
 
77
  The BLING model was fine-tuned with a simple "\<human> and \<bot> wrapper", so to get the best results, wrap inference entries as: