KevSun commited on
Commit
4891fd0
·
verified ·
1 Parent(s): ffde054

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
22
  import torch
23
 
24
  # Load model and tokenizer
25
- model_path = "Kevintu/climate-attitude-LM" # Ensure this path points to the correct directory
26
  model = AutoModelForSequenceClassification.from_pretrained(model_path)
27
  tokenizer = AutoTokenizer.from_pretrained(model_path)
28
 
 
22
  import torch
23
 
24
  # Load model and tokenizer
25
+ model_path = "KevSun/climate-attitude-LM" # Ensure this path points to the correct directory
26
  model = AutoModelForSequenceClassification.from_pretrained(model_path)
27
  tokenizer = AutoTokenizer.from_pretrained(model_path)
28