File size: 1,120 Bytes
4d3ba2e 014d821 4d3ba2e 014d821 4d3ba2e 014d821 4d3ba2e 014d821 4d3ba2e 014d821 4d3ba2e 014d821 4d3ba2e 014d821 4d3ba2e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
tags:
- generated_from_trainer
metrics:
- accuracy
model-index:
- name: pygmalion-350m
results: []
---
# pygmalion-350m
This model is a fine-tuned version of [PygmalionAI/pygmalion-350m](https://huggingface.co/PygmalionAI/pygmalion-350m/) on a 2.4MB dataset.
It achieves the following results on the evaluation set:
- Loss: 2.2731
- Accuracy: 0.5187
## Model description
A proof-of-concept model based on PygmalionAI/pygmalion-350m, which was in turn based on OPT-350m.
This model was fine-tuned purely for testing purposes.
## Fine-tuning process
Fine-tuned on an A100-80GB with HF's `run_clm.py` script. It was run through 3 epochs with 8 batch size using 2.4MB dataset (split 75/25 between training and validation sets).
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 3.0
### Framework versions
- Transformers 4.27.0.dev0
- Pytorch 1.13.1+cu117
- Datasets 2.10.0
- Tokenizers 0.13.2
|