Lukekim commited on
Commit
74eea96
·
1 Parent(s): ce9f381

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,8 +22,8 @@ import os
22
  import torch
23
  import torch.nn as nn
24
 
25
- model = AutoModelForSequenceClassification.from_pretrained("axiomlabs/chatgpt-qa-detector-deberta-v3-large", num_labels=2)
26
- tokenizer = AutoTokenizer.from_pretrained("axiomlabs/chatgpt-qa-detector-deberta-v3-large")
27
 
28
  model.eval()
29
 
 
22
  import torch
23
  import torch.nn as nn
24
 
25
+ model = AutoModelForSequenceClassification.from_pretrained("LDKSolutions/chatgpt-qa-detector-deberta-v3-large", num_labels=2)
26
+ tokenizer = AutoTokenizer.from_pretrained("LDKSolutions/chatgpt-qa-detector-deberta-v3-large")
27
 
28
  model.eval()
29