Telugu-LLM-Labs
commited on
Commit
•
2e7b51a
1
Parent(s):
7788869
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ max_seq_length = 2048
|
|
37 |
dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
|
38 |
load_in_4bit = False
|
39 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
40 |
-
model_name = "Telugu-LLM-Labs/Telugu-gemma-
|
41 |
max_seq_length = max_seq_length,
|
42 |
dtype = dtype,
|
43 |
load_in_4bit = load_in_4bit,
|
|
|
37 |
dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
|
38 |
load_in_4bit = False
|
39 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
40 |
+
model_name = "Telugu-LLM-Labs/Telugu-gemma-7b-finetuned-sft",
|
41 |
max_seq_length = max_seq_length,
|
42 |
dtype = dtype,
|
43 |
load_in_4bit = load_in_4bit,
|