Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Models reduced in size and overfitted for testing
|
2 |
+
|
3 |
+
Folders structure
|
4 |
+
```
|
5 |
+
<model architecture>/<reduced size of most matrices>/<either base for the base model or lora for adapter>
|
6 |
+
```
|
7 |
+
|
8 |
+
- `base`: overfitted to complete this [Shakespeare paragraph](https://github.com/ltoniazzi/reduce-llms-for-testing/blob/main/data/shakespeare.txt)
|
9 |
+
- `lora`: overfitted to complete this [Bohemian Raphsody paragraph](https://github.com/ltoniazzi/reduce-llms-for-testing/blob/main/data/bohemian_rapshody.txt)
|