Search 3.2M models and datasets…
⌘K
Chat
Models
Datasets
Deploy
Pricing
Docs
Chat
Models
Datasets
Deploy
More
bert-base-uncased-emotion – AI Model by nateraw | AlphaNeural AI
You can deploy this model and start earning money today!
nateraw
/
bert-base-uncased-emotion
like
0
transformers
pytorch
jax
bert
text-classification
emotion
en
emotion
apache-2.0
autotrain_compatible
endpoints_compatible
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
· from $0.17/hr
bert-base-uncased-emotion
Model description
bert-base-uncased
finetuned on the emotion dataset using PyTorch Lightning. Sequence length 128, learning rate 2e-5, batch size 32, 2 GPUs, 4 epochs.
For more details, please see,
the emotion dataset on nlp viewer
.
Limitations and bias
Not the best model, but it works in a pinch I guess...
Code not available as I just hacked this together.
Follow me on github
to get notified when code is made available.
Training data
Data came from HuggingFace's
datasets
package. The data can be viewed
on nlp viewer
.
Training procedure
...
Eval results
val_acc - 0.931 (useless, as this should be precision/recall/f1)
The score was calculated using PyTorch Lightning metrics.