Update README.md
Browse files
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/
|
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,
|