Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
lamia6001
/
bert-base-uncased-finetuned-emotion
like
0
Text Classification
Transformers
google-tensorflow
TensorFlow
bert
generated_from_keras_callback
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
af87b21
bert-base-uncased-finetuned-emotion
1 contributor
History:
3 commits
lamia6001
Training in progress epoch 0
af87b21
8 months ago
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Vasanth
Create # Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Vasanth/bert-base-uncased-finetuned-emotion") model = AutoModelForSequenceClassification.from_pretrained("Vasanth/bert-base-uncased-finetuned-emotion")
8 months ago
.gitattributes
1.52 kB
initial commit
8 months ago
README.md
1.91 kB
Training in progress epoch 0
8 months ago
config.json
999 Bytes
Training in progress epoch 0
8 months ago
special_tokens_map.json
125 Bytes
Training in progress epoch 0
8 months ago
tf_model.h5
438 MB
LFS
Training in progress epoch 0
8 months ago
tokenizer.json
711 kB
Training in progress epoch 0
8 months ago
tokenizer_config.json
1.24 kB
Training in progress epoch 0
8 months ago
vocab.txt
232 kB
Training in progress epoch 0
8 months ago