ltoniazzi commited on
Commit
c26d5fb
·
verified ·
1 Parent(s): 27d413e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,11 +1,18 @@
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).
 
 
1
  # Models with reduced matrix size and overfitted for testing
2
 
3
+ Base models and adapters for LLMs to be used to test converting to `gguf` and testing inference.
4
+
5
+ These LLMs are in `safetensors` format with their architecture unchanged but for the size of their tensors.
6
+
7
+
8
+
9
+ Folders structure:
10
  ```
11
  <model architecture>/hidden_size=<reduced size>/<base|lora>
12
  ```
13
+ where:
14
  - `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)
15
+ - `lora`: overfitted to complete this [Bohemian Rapshody paragraph](https://github.com/ltoniazzi/reduce-llms-for-testing/blob/main/data/bohemian_rapshody.txt)
16
 
17
+ These models are generated with the repo [reduce-llms-for-testing](https://github.com/ltoniazzi/reduce-llms-for-testing).
18
+ Please open an issue/PR there if you want to add more models.