anamikac2708
commited on
Commit
•
e21c872
1
Parent(s):
1dfc674
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ This project is for research purposes only. Third-party datasets may be subject
|
|
26 |
## How to Get Started with the Model
|
27 |
|
28 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
29 |
-
```
|
30 |
import torch
|
31 |
from unsloth import FastLanguageModel
|
32 |
from transformers import AutoTokenizer, pipeline
|
|
|
26 |
## How to Get Started with the Model
|
27 |
|
28 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
29 |
+
```python
|
30 |
import torch
|
31 |
from unsloth import FastLanguageModel
|
32 |
from transformers import AutoTokenizer, pipeline
|