CoolFace
Modelpublic

cglez/gpt2-dapt-trec

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes14downloads
Model Card

Model Card: GPT-2-DAPT-TREC

A domain-adapted GPT-2, further pre-trained on the TREC dataset text.

Model Details

Description

This model is based on the GPT-2 architecture and was further pre-trained (domain-adapted) using the text in TREC dataset, excluding its test split.

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
151epoch-1step-51
5255epoch-5step-255
10511epoch-10step-511
201023epoch-20step-1023
402046epoch-40step-2046
603070epoch-60step-3070
804093epoch-80step-4093
1005116epoch-100step-5116
1206140epoch-120step-6140
1407163epoch-140step-7163
1608186epoch-160step-8186
1809210epoch-180step-9210
19910200epoch-199step-10200

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

python
from transformers import AutoModelForCausalLM

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 TREC dataset, excluding the test partition.

Training Hyperparameters
  • Precision: fp16
  • Batch size: 8
  • Gradient accumulation steps: 12

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 A100 PCIE 40GB
  • Runtime: 7 h
  • Cluster Provider: Artemisa
  • Compute Region: EU
  • Carbon Emitted: 1.08 kg CO2 eq.

Citation

BibTeX:

[More Information Needed]