Tianlin668 commited on
Commit
0ce5370
·
1 Parent(s): b28c259

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 MentaLLaMA-chat-7B 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
 
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