logasanjeev commited on
Commit
bcdc30b
·
verified ·
1 Parent(s): e5d3565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -155,7 +155,7 @@ model-index:
155
  source:
156
  name: Kaggle Evaluation Notebook
157
  url: >-
158
- https://www.kaggle.com/code/ravindranlogasanjeev/evaluation-logasanjeev-goemotions-bert/notebook
159
  ---
160
 
161
  # Emotion Analyzer Bert
@@ -175,7 +175,7 @@ Fine-tuned [BERT-base-uncased](https://huggingface.co/bert-base-uncased) on [GoE
175
 
176
  ## Try It Out
177
 
178
- For accurate predictions with optimized thresholds, use the [Gradio demo](https://logasanjeev-emotion-analyzer-bert.hf.space). The demo now includes preprocessed text and the top 5 predicted emotions, in addition to thresholded predictions. Example predictions:
179
 
180
  - **Input**: "I’m thrilled to win this award! 😄"
181
  - **Output**: `excitement: 0.5836, joy: 0.5290`
@@ -193,7 +193,7 @@ For accurate predictions with optimized thresholds, use the [Gradio demo](https:
193
  - **Hamming Loss**: 0.0377
194
  - **Avg Positive Predictions**: 1.4789
195
 
196
- For a detailed evaluation, including class-wise accuracy, precision, recall, F1, MCC, support, and thresholds, along with visualizations, check out the [Kaggle notebook](https://www.kaggle.com/code/ravindranlogasanjeev/evaluation-logasanjeev-goemotions-bert/notebook).
197
 
198
  ### Class-Wise Performance
199
 
 
155
  source:
156
  name: Kaggle Evaluation Notebook
157
  url: >-
158
+ https://www.kaggle.com/code/ravindranlogasanjeev/evaluation-logasanjeev-emotion-analyzer-bert/notebook
159
  ---
160
 
161
  # Emotion Analyzer Bert
 
175
 
176
  ## Try It Out
177
 
178
+ For accurate predictions with optimized thresholds, use the [Gradio demo](https://logasanjeev-emotion-analyzer-bert-demo.hf.space). The demo now includes preprocessed text and the top 5 predicted emotions, in addition to thresholded predictions. Example predictions:
179
 
180
  - **Input**: "I’m thrilled to win this award! 😄"
181
  - **Output**: `excitement: 0.5836, joy: 0.5290`
 
193
  - **Hamming Loss**: 0.0377
194
  - **Avg Positive Predictions**: 1.4789
195
 
196
+ For a detailed evaluation, including class-wise accuracy, precision, recall, F1, MCC, support, and thresholds, along with visualizations, check out the [Kaggle notebook](https://www.kaggle.com/code/ravindranlogasanjeev/evaluation-logasanjeev-emotion-analyzer-bert/notebook).
197
 
198
  ### Class-Wise Performance
199