lpreusser commited on
Commit
fa021e1
·
verified ·
1 Parent(s): 2657fb5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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).