alan-yahya/NanoBERT-V1
05
NanoBERT-V1
This model is further pre-trained from google-bert/bert-base-uncased using a corpus consisting of 200,000 Nanoscience and Nanotechnology papers.
For practical applications, please use https://huggingface.co/Flamenco43/NanoBERT-V2
Intended uses & limitations
Intended for training on downstream tasks using Nanoscience datasets. Can be used directly to create dense vector representations for information retrieval.
Training and evaluation data
Trained using 2 nodes on Polaris: https://docs.alcf.anl.gov/polaris/hardware-overview/machine-overview/
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- trainbatchsize: 32
- evalbatchsize: 32
- seed: 42
- distributed_type: multi-GPU
- num_devices: 8
- totaltrainbatch_size: 256
- totalevalbatch_size: 256
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lrschedulertype: linear
- training_steps: 1000000
Framework versions
- Transformers 4.41.2
- Pytorch 2.3.0
- Datasets 2.20.0
- Tokenizers 0.19.1
