Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.3
|
3 |
+
base_model:
|
4 |
+
- meta-llama/Llama-3.3-70B-Instruct
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- meta
|
8 |
+
- llama-3.3
|
9 |
+
- fp8-dynamic
|
10 |
+
---
|
11 |
+
|
12 |
+
## Quantized Model Information
|
13 |
+
|
14 |
+
> [!IMPORTANT]
|
15 |
+
> This repository is a 'FP8-Dynamic' quantized version of [`meta-llama/Llama-3.3-70B-Instruct`](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct), originally released by Meta AI.
|
16 |
+
|
17 |
+
For usage instructions please refer to the original model [`meta-llama/Llama-3.3-70B-Instruct`](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct).
|