Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
BERT-Banking77-OpenIntentClassification – AI Model by KaiquanMah | AlphaNeural AI
You can deploy this model and start earning money today!
KaiquanMah
/
BERT-Banking77-OpenIntentClassification
like
0
safetensors
bert
en
PolyAI/banking77
google-bert/bert-base-uncased
finetune
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
BERT finetuned on Banking 77 Open Intent Classification Dataset
This is a BERT model finetuned on the
PolyAI/banking77
dataset.
Training Configuration
PRETRAINED_MODEL_NAME = "bert-base-uncased"
BATCH_SIZE = 128
LR_PRETRAIN = 2e-5
EPOCHS_PRETRAIN = 20
DEVICE = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
MAX_LEN = 128, to truncate long sequences down to 128 tokens, or pad short sequences up to 128 tokens