Instructions to use hafidev/bert-base-uncased-explicit-editing-terms-disfluency-detection-beta-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hafidev/bert-base-uncased-explicit-editing-terms-disfluency-detection-beta-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hafidev/bert-base-uncased-explicit-editing-terms-disfluency-detection-beta-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hafidev/bert-base-uncased-explicit-editing-terms-disfluency-detection-beta-v1") model = AutoModelForTokenClassification.from_pretrained("hafidev/bert-base-uncased-explicit-editing-terms-disfluency-detection-beta-v1") - Notebooks
- Google Colab
- Kaggle
bert-base-uncased-explicit-editing-terms-disfluency-detection-beta-v1
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.0160
- Model Preparation Time: 0.0124
- Accuracy: 0.9976
- Precision: 1.0
- Recall: 0.9468
- F1: 0.9727
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: 10
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|---|
| 0.3533 | 1.0 | 32 | 0.1243 | 0.0124 | 0.9541 | 0.0 | 0.0 | 0.0 |
| 0.0672 | 2.0 | 64 | 0.0259 | 0.0124 | 0.9961 | 0.9674 | 0.9468 | 0.9570 |
| 0.0241 | 3.0 | 96 | 0.0171 | 0.0124 | 0.9976 | 1.0 | 0.9468 | 0.9727 |
| 0.018 | 4.0 | 128 | 0.0164 | 0.0124 | 0.9976 | 1.0 | 0.9468 | 0.9727 |
| 0.0162 | 5.0 | 160 | 0.0160 | 0.0124 | 0.9976 | 1.0 | 0.9468 | 0.9727 |
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-explicit-editing-terms-disfluency-detection-beta-v1
Base model
google-bert/bert-base-uncased