--- tags: - generated_from_trainer datasets: - jed351/shikoto_zh_hk metrics: - accuracy model-index: - name: gpt2-shikoto results: - task: name: Causal Language Modeling type: text-generation dataset: name: jed351/shikoto_zh_hk type: jed351/shikoto_zh_hk metrics: - name: Accuracy type: accuracy value: 0.37381769930940056 --- # gpt2-shikoto This model is a fine-tuned version of [jed351/gpt2-tiny-zh-hk](https://huggingface.co/jed351/gpt2-tiny-zh-hk) on the jed351/shikoto_zh_hk dataset. It achieves the following results on the evaluation set: - Loss: 3.2965 - Accuracy: 0.3738 ## 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: 5e-05 - train_batch_size: 20 - eval_batch_size: 20 - seed: 42 - distributed_type: multi-GPU - num_devices: 2 - total_train_batch_size: 40 - total_eval_batch_size: 40 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - training_steps: 400000 - mixed_precision_training: Native AMP ### Training results ### Framework versions - Transformers 4.26.0.dev0 - Pytorch 1.13.1 - Datasets 2.8.0 - Tokenizers 0.13.2