NCHS
/

NAdamsNCHS commited on
Commit
2f4f5fb
·
verified ·
1 Parent(s): 9f2aaf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ import numpy as np
26
 
27
  # Load the model
28
 
29
- model_location = "nhcs_non_tx"
30
  model = AutoModelForSequenceClassification.from_pretrained(model_location)
31
  tokenizer = AutoTokenizer.from_pretrained(model_location)
32
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
 
26
 
27
  # Load the model
28
 
29
+ model_location = "NCHS/Non_Therapeutic_Drug_Use"
30
  model = AutoModelForSequenceClassification.from_pretrained(model_location)
31
  tokenizer = AutoTokenizer.from_pretrained(model_location)
32
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")