File size: 583 Bytes
60c09fb 2471dc9 60c09fb 1f12c90 cbb3898 |
1 2 3 4 5 6 7 8 9 10 11 |
# Models reduced in size and overfitted for testing
Folders structure
```
<model architecture>/<reduced hidden_size>/<either base for the base model or lora for adapter>
```
- `base`: overfitted to complete this [Sagan's Pale Blue Dot paragraph](https://github.com/ltoniazzi/reduce-llms-for-testing/blob/main/data/pale_blue_dot.txt)
- `lora`: overfitted to complete this [Bohemian_Rapshody paragraph](https://github.com/ltoniazzi/reduce-llms-for-testing/blob/main/data/bohemian_rapshody.txt)
Models generated with [this repo](https://github.com/ltoniazzi/reduce-llms-for-testing). |