Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
model_name: shisa-v2-llama3.1-405b-FP8-Dynamic
|
4 |
+
license: llama3.1
|
5 |
+
datasets:
|
6 |
+
- shisa-ai/shisa-v2-sharegpt
|
7 |
+
- shisa-ai/deepseekv3-ultrafeedback-armorm
|
8 |
+
language:
|
9 |
+
- ja
|
10 |
+
- en
|
11 |
+
- ko
|
12 |
+
- zh
|
13 |
+
base_model:
|
14 |
+
- shisa-ai/shisa-v2-llama3.1-405b
|
15 |
+
pipeline_tag: text-generation
|
16 |
+
---
|
17 |
+
Quantized w/ [llm-compressor](https://github.com/vllm-project/llm-compressor) using [shisa-ai/shisa-v2-sharegpt](https://huggingface.co/datasets/shisa-ai/shisa-v2-sharegpt) as the calibration set.
|
18 |
+
|
19 |
+
Original model: [shisa-ai/shisa-v2-llama3.1-405b](https://huggingface.co/shisa-ai/shisa-v2-llama3.1-405b)
|