File size: 659 Bytes
ca3d9c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
library_name: transformers
tags:
- autotrain
- text-classification
base_model: allenai/longformer-base-4096
widget:
- text: "I love AutoTrain"
datasets:
- spacesedan/Amazon_Reviews_Sentiment_10K
---
# Model Trained Using AutoTrain
- Problem type: Text Classification
## Validation Metrics
loss: 1.0463045835494995
f1_macro: 0.509019730829119
f1_micro: 0.5233333333333333
f1_weighted: 0.516464791683911
precision_macro: 0.5322711463107999
precision_micro: 0.5233333333333333
precision_weighted: 0.5447555045714482
recall_macro: 0.5207324546507
recall_micro: 0.5233333333333333
recall_weighted: 0.5233333333333333
accuracy: 0.5233333333333333
|