Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
|
| 24 |
model = AutoModelForCausalLM.from_pretrained(
|
| 25 |
model_id, trust_remote_code=True).to("cuda")
|
| 26 |
|
| 27 |
-
response = model.chat(tokenizer, "गोंयच्या निसर्गाविशीं एक
|
| 28 |
print(response)
|
| 29 |
```
|
| 30 |
|
|
|
|
| 24 |
model = AutoModelForCausalLM.from_pretrained(
|
| 25 |
model_id, trust_remote_code=True).to("cuda")
|
| 26 |
|
| 27 |
+
response = model.chat(tokenizer, "गोंयच्या निसर्गाविशीं एक कविता बरय.")
|
| 28 |
print(response)
|
| 29 |
```
|
| 30 |
|