andyfe commited on
Commit
ea17a2d
·
verified ·
1 Parent(s): ab2e048

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -20,8 +20,10 @@ model-index:
20
  type: synthetic
21
  name: Customer Support Tickets
22
  metrics:
23
- - type: accuracy
24
- value: 0.95
 
 
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
+ ```