Update README.md
Browse files
README.md
CHANGED
@@ -40,9 +40,9 @@ import numpy as np
|
|
40 |
|
41 |
labdic ={ 0: "rationale", 1: "suggestion", 2: "specific_critique"}
|
42 |
|
43 |
-
model = AutoModelForSequenceClassification.from_pretrained("Shenzy/Sentence_Classification4DesignTutor"
|
44 |
|
45 |
-
tokenizer = AutoTokenizer.from_pretrained("Shenzy/Sentence_Classification4DesignTutor"
|
46 |
|
47 |
inputs = tokenizer("An unusual hierarchy in the section near the top where the design seems to prioritise running time over a compacted artist name.", return_tensors="pt")
|
48 |
|
|
|
40 |
|
41 |
labdic ={ 0: "rationale", 1: "suggestion", 2: "specific_critique"}
|
42 |
|
43 |
+
model = AutoModelForSequenceClassification.from_pretrained("Shenzy/Sentence_Classification4DesignTutor")
|
44 |
|
45 |
+
tokenizer = AutoTokenizer.from_pretrained("Shenzy/Sentence_Classification4DesignTutor")
|
46 |
|
47 |
inputs = tokenizer("An unusual hierarchy in the section near the top where the design seems to prioritise running time over a compacted artist name.", return_tensors="pt")
|
48 |
|