1TuanPham commited on
Commit
5359d7e
1 Parent(s): c104028

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ Use the code below to get started with the model.
52
  from torch.cuda.amp import autocast
53
  from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer, pipeline
54
 
55
- model_name = "1TuanPham/InstructEnVi_llama2-bkai-120GB-Orcafamily_250kx3.37_350kx1.4"
56
  model = AutoModelForCausalLM.from_pretrained(model_name,
57
  torch_dtype=torch.bfloat16,
58
  use_cache=True,
 
52
  from torch.cuda.amp import autocast
53
  from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer, pipeline
54
 
55
+ model_name = "1TuanPham/T-Llama"
56
  model = AutoModelForCausalLM.from_pretrained(model_name,
57
  torch_dtype=torch.bfloat16,
58
  use_cache=True,