AhmadMustafa
commited on
Commit
•
dd01e0e
1
Parent(s):
4e7a993
Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ Use the code below to get started with the model.
|
|
53 |
|
54 |
```python3
|
55 |
|
56 |
-
model = AutoModelForCausalLM.from_pretrained("AhmadMustafa/
|
57 |
tokenizer = AutoTokenizer.from_pretrained("MBZUAI/MobiLlama-05B")
|
58 |
|
59 |
example = {'inputs': """ اس دی گی ایک خبر سے متعلق ایک مضمون لکھیں۔
|
|
|
53 |
|
54 |
```python3
|
55 |
|
56 |
+
model = AutoModelForCausalLM.from_pretrained("AhmadMustafa/MobiLLama-Urdu-Article-Generation", trust_remote_code=True).to(device)
|
57 |
tokenizer = AutoTokenizer.from_pretrained("MBZUAI/MobiLlama-05B")
|
58 |
|
59 |
example = {'inputs': """ اس دی گی ایک خبر سے متعلق ایک مضمون لکھیں۔
|