ltoniazzi's picture
Update README.md
1f12c90 verified
|
raw
history blame
593 Bytes
# Models reduced in size and overfitted for testing
Folders structure
```
<model architecture>/<reduced size of most matrices>/<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).