Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Models with reduced matrix size and overfitted for testing
|
2 |
+
|
3 |
+
Folders structure
|
4 |
+
```
|
5 |
+
<model architecture>/hidden_size=<reduced size>/<base|lora>
|
6 |
+
```
|
7 |
+
|
8 |
+
- `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)
|
9 |
+
- `lora`: overfitted to complete this [Bohemian_Rapshody paragraph](https://github.com/ltoniazzi/reduce-llms-for-testing/blob/main/data/bohemian_rapshody.txt)
|
10 |
+
|
11 |
+
Models generated with [this repo](https://github.com/ltoniazzi/reduce-llms-for-testing).
|