--- license: apache-2.0 language: - ja - en base_model: - tokyotech-llm/GPT-OSS-Swallow-20B-RL-v0.1 tags: - gguf - agent - swallow - gpt-oss --- # GPT-OSS-Swallow-20B-RL-v0.1-GGUF This repository provides GGUF formatted and quantized versions of the original model [tokyotech-llm/GPT-OSS-Swallow-20B-RL-v0.1](https://huggingface.co/tokyotech-llm/GPT-OSS-Swallow-20B-RL-v0.1). ## Attribution & License This model is a derivative work of [tokyotech-llm/GPT-OSS-Swallow-20B-RL-v0.1](https://huggingface.co/tokyotech-llm/GPT-OSS-Swallow-20B-RL-v0.1) created by TokyoTech LLM, and is released under the **Apache License 2.0**. ### Modifications - Converted original safetensors to GGUF format using `llama.cpp`. - Applied quantization (e.g., Q4_K_M, Q8_0) to the original FP16 weights. For the full license text, please refer to the `LICENSE` file or the official [Apache 2.0 License page](https://www.apache.org/licenses/LICENSE-2.0).