KevSun commited on
Commit
953d959
1 Parent(s): 1a31293

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "Kevintu/mentalhealth_LM"
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")