Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
nanopass
/
distilbert-base-uncased-emotion-2
like
0
Follow
nanopass
4
Text Classification
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
emotion
English
distilbert
emotion
Inference Endpoints
arxiv:
1910.01108
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
refs/pr/1
distilbert-base-uncased-emotion-2
/
convert_pytorch_to_tensorflow.py
haqishen
first commit
19cd3b5
almost 3 years ago
raw
Copy download link
history
blame
Safe
170 Bytes
from
transformers
import
TFAutoModelForSequenceClassification
model = TFAutoModelForSequenceClassification.from_pretrained(
"./"
, from_pt=
True
)
model.save_pretrained(
"./"
)