ltoniazzi commited on
Commit
1f12c90
·
verified ·
1 Parent(s): 35708cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ Folders structure
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)
10
 
11
  Models generated with [this repo](https://github.com/ltoniazzi/reduce-llms-for-testing).
 
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 [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).