Downloads · 30 days
89
4% of all-time downloads
samchain/EconoBert
EconoBert is a fill-mask model from samchain. Use it when you need the model to fill a missing word. It is set up for transformers. The card lists the license as apache-2.0.
This model is a fine-tuned version of bert-base-uncased on this dataset: (https://huggingface.co/datasets/samchain/BISSpeeches9723) It achieves the following results on the test set:
Downloads · 30 days
89
4% of all-time downloads
All-time downloads
2.1K
Public
Parameters
110M
1.4 GB on disk
Likes
5
Public
Click a slice to open those files.
.h5536 MB · 38%
From the Hugging Face model README
This model is a fine-tuned version of bert-base-uncased on this dataset: (https://huggingface.co/datasets/samchain/BIS_Speeches_97_23) It achieves the following results on the test set:
The model is a simple fine-tuning of a base bert on a dataset specific to the domain of economics. It follows the same architecture and no resize_token_embeddings were required.
This model should be used as a backbone for NLP tasks applied to the domain of economics, politics and finance.
The dataset used as a fine-tuning domain is : https://huggingface.co/datasets/samchain/BIS_Speeches_97_23
The dataset is made of 773k pairs of sentences, an half being negative pairs (meaning sequence A and B are not related) and the other half positive (sequence B follows sequence A).
The test set is made of 136k pairs.
The model has been fine tuned on 2 epochs, with a batch size of 64 and a sequence length of 128. I used Adam learning-rate with a value of 1e-5,
The following hyperparameters were used during training:
Training loss is 1.6046 on train set and 1.47 on test set.