Updated README.md
#20
by siva120603 - opened
README.md
CHANGED
|
@@ -62,7 +62,7 @@ labels = [row[1] for row in csvreader if len(row) > 1]
|
|
| 62 |
model = AutoModelForSequenceClassification.from_pretrained(MODEL)
|
| 63 |
model.save_pretrained(MODEL)
|
| 64 |
|
| 65 |
-
text = "Good night
|
| 66 |
text = preprocess(text)
|
| 67 |
encoded_input = tokenizer(text, return_tensors='pt')
|
| 68 |
output = model(**encoded_input)
|
|
|
|
| 62 |
model = AutoModelForSequenceClassification.from_pretrained(MODEL)
|
| 63 |
model.save_pretrained(MODEL)
|
| 64 |
|
| 65 |
+
text = "Good night😊"
|
| 66 |
text = preprocess(text)
|
| 67 |
encoded_input = tokenizer(text, return_tensors='pt')
|
| 68 |
output = model(**encoded_input)
|