Instructions to use remva/base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use remva/base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="remva/base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("remva/base") model = AutoModelForTokenClassification.from_pretrained("remva/base") - Notebooks
- Google Colab
- Kaggle
base
This model is a fine-tuned version of bert-base-cased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.5143
- Precision: 0.6063
- Recall: 0.4147
- F1: 0.4925
- Accuracy: 0.9211
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.2671 | 1.0 | 976 | 0.3307 | 0.6290 | 0.2977 | 0.4041 | 0.9107 |
| 0.1165 | 2.0 | 1952 | 0.2956 | 0.6143 | 0.3839 | 0.4725 | 0.9202 |
| 0.0694 | 3.0 | 2928 | 0.3866 | 0.6389 | 0.3908 | 0.4850 | 0.9206 |
| 0.0487 | 4.0 | 3904 | 0.3621 | 0.6150 | 0.4443 | 0.5159 | 0.9234 |
| 0.0348 | 5.0 | 4880 | 0.4069 | 0.5729 | 0.4424 | 0.4993 | 0.9213 |
| 0.0276 | 6.0 | 5856 | 0.4729 | 0.6046 | 0.3965 | 0.4789 | 0.9188 |
| 0.0191 | 7.0 | 6832 | 0.4909 | 0.6118 | 0.4097 | 0.4908 | 0.9209 |
| 0.0113 | 8.0 | 7808 | 0.5011 | 0.5907 | 0.4059 | 0.4812 | 0.9202 |
| 0.0144 | 9.0 | 8784 | 0.5329 | 0.6125 | 0.4009 | 0.4846 | 0.9203 |
| 0.0071 | 10.0 | 9760 | 0.5143 | 0.6063 | 0.4147 | 0.4925 | 0.9211 |
Framework versions
- Transformers 4.35.0
- Pytorch 2.1.0+cu118
- Datasets 2.14.6
- Tokenizers 0.14.1
- Downloads last month
- 4
Model tree for remva/base
Base model
google-bert/bert-base-cased