Instructions to use hafidev/bert-base-uncased-disfluency-explicit-editing-terms-detection-beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hafidev/bert-base-uncased-disfluency-explicit-editing-terms-detection-beta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hafidev/bert-base-uncased-disfluency-explicit-editing-terms-detection-beta")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hafidev/bert-base-uncased-disfluency-explicit-editing-terms-detection-beta") model = AutoModelForTokenClassification.from_pretrained("hafidev/bert-base-uncased-disfluency-explicit-editing-terms-detection-beta") - Notebooks
- Google Colab
- Kaggle
bert-base-uncased-disfluency-explicit-editing-terms-detection-beta
This model is a fine-tuned version of google-bert/bert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0072
- Model Preparation Time: 0.0056
- Accuracy: 0.9985
- Precision: 1.0
- Recall: 0.9663
- F1: 0.9829
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: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 50
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|---|
| 0.4454 | 1.0 | 32 | 0.1909 | 0.0056 | 0.9557 | 0.0 | 0.0 | 0.0 |
| 0.0964 | 2.0 | 64 | 0.0154 | 0.0056 | 0.9970 | 0.9770 | 0.9551 | 0.9659 |
| 0.0239 | 3.0 | 96 | 0.0102 | 0.0056 | 0.9980 | 1.0 | 0.9551 | 0.9770 |
| 0.0202 | 4.0 | 128 | 0.0079 | 0.0056 | 0.9980 | 1.0 | 0.9551 | 0.9770 |
| 0.0176 | 5.0 | 160 | 0.0072 | 0.0056 | 0.9985 | 1.0 | 0.9663 | 0.9829 |
Framework versions
- Transformers 4.51.3
- Pytorch 2.6.0+cu124
- Datasets 3.5.0
- Tokenizers 0.21.1
- Downloads last month
- 1
Model tree for hafidev/bert-base-uncased-disfluency-explicit-editing-terms-detection-beta
Base model
google-bert/bert-base-uncased