Fix non-ASCII characters in README
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ tags:
|
|
| 8 |
|
| 9 |
[](https://doi.org/10.5281/zenodo.20279247)
|
| 10 |
|
| 11 |
-
# Llama 3 8B Instruct
|
| 12 |
|
| 13 |
-
> **15.00 GB
|
| 14 |
|
| 15 |
## Use it in 2 lines
|
| 16 |
|
|
@@ -53,7 +53,7 @@ model = BigSmallStreamingModel.from_pretrained(
|
|
| 53 |
)
|
| 54 |
```
|
| 55 |
|
| 56 |
-
Uses up to ~12
|
| 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
|
| 95 |
-
- **BigSmall format:** [Elastic License 2.0](https://github.com/wpferrell/Bigsmall/blob/main/LICENSE)
|
| 96 |
- **Commercial SaaS licensing:** wpferrell@gmail.com
|
| 97 |
|
| 98 |
## Citation
|
|
|
|
| 8 |
|
| 9 |
[](https://doi.org/10.5281/zenodo.20279247)
|
| 10 |
|
| 11 |
+
# Llama 3 8B Instruct -- Lossless Compressed
|
| 12 |
|
| 13 |
+
> **15.00 GB - 9.83 GB (34% 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 -- same as [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-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
|