Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ import torch
|
|
23 |
from transformers import BertTokenizer, BertForSequenceClassification, AutoConfig
|
24 |
|
25 |
# Define the model path
|
26 |
-
model_path = "
|
27 |
|
28 |
# Load configuration, tokenizer, and model
|
29 |
config = AutoConfig.from_pretrained(model_path, num_labels=6, problem_type="single_label_classification")
|
|
|
23 |
from transformers import BertTokenizer, BertForSequenceClassification, AutoConfig
|
24 |
|
25 |
# Define the model path
|
26 |
+
model_path = "KevSun/mentalhealth_LM"
|
27 |
|
28 |
# Load configuration, tokenizer, and model
|
29 |
config = AutoConfig.from_pretrained(model_path, num_labels=6, problem_type="single_label_classification")
|