wpferrell commited on
Commit
3534f97
·
verified ·
1 Parent(s): c0fb0f3

Fix non-ASCII characters in README

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -8,9 +8,9 @@ tags:
8
 
9
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20279247.svg)](https://doi.org/10.5281/zenodo.20279247)
10
 
11
- # Llama 3.2 3B Instruct Lossless Compressed
12
 
13
- > **6.40 GB 3.93 GB (39% smaller). Bit-identical weights. Drop-in replacement.**
14
 
15
  ## Use it in 2 lines
16
 
@@ -53,7 +53,7 @@ model = BigSmallStreamingModel.from_pretrained(
53
  )
54
  ```
55
 
56
- Uses up to ~12× less VRAM than standard loading by streaming layers on demand.
57
 
58
  ## Stream straight from the Hub (no disk)
59
 
@@ -91,8 +91,8 @@ See [github.com/wpferrell/Bigsmall](https://github.com/wpferrell/Bigsmall) for t
91
 
92
  ## License
93
 
94
- - **Model weights:** llama3.2 same as [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct).
95
- - **BigSmall format:** [Elastic License 2.0](https://github.com/wpferrell/Bigsmall/blob/main/LICENSE) free for personal, research, and commercial use.
96
  - **Commercial SaaS licensing:** wpferrell@gmail.com
97
 
98
  ## Citation
 
8
 
9
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20279247.svg)](https://doi.org/10.5281/zenodo.20279247)
10
 
11
+ # Llama 3.2 3B Instruct -- Lossless Compressed
12
 
13
+ > **6.40 GB - 3.93 GB (39% smaller). Bit-identical weights. Drop-in replacement.**
14
 
15
  ## Use it in 2 lines
16
 
 
53
  )
54
  ```
55
 
56
+ Uses up to ~12- less VRAM than standard loading by streaming layers on demand.
57
 
58
  ## Stream straight from the Hub (no disk)
59
 
 
91
 
92
  ## License
93
 
94
+ - **Model weights:** llama3.2 -- same as [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct).
95
+ - **BigSmall format:** [Elastic License 2.0](https://github.com/wpferrell/Bigsmall/blob/main/LICENSE) -- free for personal, research, and commercial use.
96
  - **Commercial SaaS licensing:** wpferrell@gmail.com
97
 
98
  ## Citation