CoolFace
Modelpublic

Pamzyy/testcode

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes14downloads
README.md49 linesDownload Raw Back to root
1---2library_name: transformers3tags:4- generated_from_trainer5model-index:6- name: testcode7  results: []8---9 10<!-- This model card has been generated automatically according to the information the Trainer had access to. You11should probably proofread and complete it, then remove this comment. -->12 13# testcode14 15This model was trained from scratch on an unknown dataset.16 17## Model description18 19More information needed20 21## Intended uses & limitations22 23More information needed24 25## Training and evaluation data26 27More information needed28 29## Training procedure30 31### Training hyperparameters32 33The following hyperparameters were used during training:34- learning_rate: 2e-0535- train_batch_size: 836- eval_batch_size: 837- seed: 4238- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments39- lr_scheduler_type: linear40- training_steps: 10041- mixed_precision_training: Native AMP42 43### Framework versions44 45- Transformers 4.47.146- Pytorch 2.6.0+cu12447- Datasets 3.1.048- Tokenizers 0.21.049