Update README.md
Browse files
README.md
CHANGED
|
@@ -49,8 +49,8 @@ To get the best results, use the following structured prompt:
|
|
| 49 |
```
|
| 50 |
|
| 51 |
### Usage Example
|
| 52 |
-
|
| 53 |
-
|
| 54 |
import torch
|
| 55 |
|
| 56 |
model_id = "Raziel1234/Duchifat-2-Thinking-Final" # Update with your exact HF path
|
|
|
|
| 49 |
```
|
| 50 |
|
| 51 |
### Usage Example
|
| 52 |
+
``` python
|
| 53 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 54 |
import torch
|
| 55 |
|
| 56 |
model_id = "Raziel1234/Duchifat-2-Thinking-Final" # Update with your exact HF path
|