jxuhf commited on
Commit
9841781
1 Parent(s): 5305a1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -37,6 +37,9 @@ It achieves the following results on the evaluation set:
37
  More information needed
38
 
39
  ## Intended uses & limitations
 
 
 
40
 
41
  More information needed
42
 
37
  More information needed
38
 
39
  ## Intended uses & limitations
40
+ from transformers import AutoModelForSequenceClassification
41
+
42
+ model = AutoModelForSequenceClassification.from_pretrained("jxuhf/roberta-base-finetuned-cola")
43
 
44
  More information needed
45