dibsondivya
commited on
Commit
•
163dcbe
1
Parent(s):
f46e6ba
Update README.md
Browse files
README.md
CHANGED
@@ -37,3 +37,10 @@ It achieves the following results on the evaluation set:
|
|
37 |
|
38 |
`model = AutoModelForSequenceClassification.from_pretrained("dibsondivya/distilbert-phmtweets-sutd")`
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
`model = AutoModelForSequenceClassification.from_pretrained("dibsondivya/distilbert-phmtweets-sutd")`
|
39 |
|
40 |
+
|
41 |
+
## Model Evaluation Results
|
42 |
+
### With Validation Set
|
43 |
+
- Accuracy: 0.8708661417322835
|
44 |
+
|
45 |
+
## With Test Set
|
46 |
+
- Accuracy: 0.8772961058045555
|