Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- ja
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
license:
|
| 8 |
+
- llama3.3
|
| 9 |
+
- gemma
|
| 10 |
+
model_type: llama
|
| 11 |
+
base_model:
|
| 12 |
+
- tokyotech-llm/Llama-3.3-Swallow-70B-Instruct-v0.4
|
| 13 |
+
base_model_relation: quantized
|
| 14 |
+
---
|
| 15 |
+
This model is the quantized version of [tokyotech-llm/Llama-3.3-Swallow-70B-Instruct-v0.4](https://huggingface.co/tokyotech-llm/Llama-3.3-Swallow-70B-Instruct-v0.4) by [LLM Compressor](https://github.com/vllm-project/llm-compressor).
|
| 16 |
+
This model adheres to the same licensing terms as the original model.
|