Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,10 @@ model-index:
|
|
20 |
type: synthetic
|
21 |
name: Customer Support Tickets
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Siena Sentiment Analysis Model
|
@@ -113,4 +115,4 @@ id2label = {
|
|
113 |
}
|
114 |
|
115 |
print(f"Predicted sentiment: {id2label[predicted_label]}")
|
116 |
-
```
|
|
|
20 |
type: synthetic
|
21 |
name: Customer Support Tickets
|
22 |
metrics:
|
23 |
+
- type: accuracy
|
24 |
+
value: 0.95
|
25 |
+
base_model:
|
26 |
+
- distilbert/distilbert-base-uncased
|
27 |
---
|
28 |
|
29 |
# Siena Sentiment Analysis Model
|
|
|
115 |
}
|
116 |
|
117 |
print(f"Predicted sentiment: {id2label[predicted_label]}")
|
118 |
+
```
|