CoolFace
Modelpublic

cglez/bert-dapt-civil_comments-uncased

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes17downloads
Model Card

Model Card: BERT DAPT Civil Comments

A domain-adapted BERT-base model, further pre-trained on the Civil Comments dataset text.

Model Details

Description

This model is based on the BERT base (uncased) architecture and was further pre-trained (domain-adapted) using the text in Civil Comments dataset, excluding its test split. Only the masked language modeling (MLM) objective was used during domain adaptation.

Checkpoints

Intermediate checkpoints from the pre-training process are available and can be accessed using specific tags, which correspond to training epochs and steps:

EpochStepTags
117833epoch-1step-17833
235666epoch-2step-35666
353499epoch-3step-53499
589166epoch-5step-89166
10178333epoch-10step-178333
15267495epoch-15step-267495
20356660epoch-20step-356660
25445825epoch-25step-445825

To load a model from a specific intermediate checkpoint, use the revision parameter with the corresponding tag:

python
from transformers import AutoModelForMaskedLM

model = AutoModelForMaskedLM.from_pretrained("<model-name>", revision="<checkpoint-tag>")

Sources

  • Paper: [Information pending]

Training Details

For more details on the training procedure, please refer to the base model's documentation: Training procedure.

Training Data

All texts from Civil Comments dataset, excluding the test partition.

Preprocessing

All markup and symbols were removed from the texts, including punctuation.

Training Hyperparameters
  • Precision: fp16
  • Batch size: 32
  • Gradient accumulation steps: 3

Uses

For typical use cases and limitations, please refer to the base model's guidance: Inteded uses & limitations.

Bias, Risks, and Limitations

This model inherits potential risks and limitations from the base model. Refer to: Limitations and bias.

Environmental Impact

  • Hardware Type: NVIDIA Tesla V100 PCIE 32GB
  • Runtime: 44.5 h
  • Cluster Provider: Artemisa
  • Compute Region: EU
  • Carbon Emitted: 8.28 kg CO2 eq.

Citation

BibTeX:

[More Information Needed]