Commit
·
0ce5370
1
Parent(s):
b28c259
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ In addition to MentalBART, the MentaLLaMA project includes another model: MentaL
|
|
42 |
|
43 |
## Usage
|
44 |
|
45 |
-
You can use the
|
46 |
|
47 |
```python
|
48 |
from transformers import BartTokenizer, BartModel
|
|
|
42 |
|
43 |
## Usage
|
44 |
|
45 |
+
You can use the MentalBART model in your Python project with the Hugging Face Transformers library. Here is a simple example of how to load the model:
|
46 |
|
47 |
```python
|
48 |
from transformers import BartTokenizer, BartModel
|