SichangHe/falcon-7b-instruct-FP8-Dynamic

TEXT GENERATIONPricing:Input $0.4 / Cached $0.02 / Output $0.8Concurrent Unit Cost:1Model Size:7BQuant:FP8Context Size:32kPublished:Jun 26, 2025License:apache-2.0Architecture:Transformer Open Weights Featherless Exclusive Cold

SichangHe/falcon-7b-instruct-FP8-Dynamic is a 7 billion parameter instruction-tuned causal language model based on the Falcon architecture, developed by SichangHe. This model is specifically quantized to FP8_DYNAMIC using LLMCompressor, offering reduced memory footprint and potentially faster inference compared to its bfloat16 counterpart. It is designed for general instruction-following tasks where efficiency and performance on constrained hardware are critical.

Loading preview...

SichangHe/falcon-7b-instruct-FP8-Dynamic Overview

This model is a quantized version of the tiiuae/falcon-7b-instruct model, specifically optimized for efficient deployment. It leverages the Falcon-7B-Instruct architecture, a 7 billion parameter causal language model known for its instruction-following capabilities.

Key Quantization Details

The primary differentiator of this model is its FP8_DYNAMIC quantization. This process was performed using the llmcompressor library, applying a QuantizationModifier to target Linear layers while ignoring lm_head. The quantization scheme is FP8_DYNAMIC, which dynamically scales floating-point values to fit within an 8-bit representation, offering significant memory savings and potential speedups during inference compared to higher precision formats like bfloat16.

How it was Created

The model was generated by loading the original tiiuae/falcon-7b-instruct in torch.bfloat16 precision, applying the specified FP8_DYNAMIC quantization recipe via llmcompressor.oneshot, and then saving the quantized model and tokenizer. This makes it suitable for environments where memory bandwidth or computational resources are limited.

Ideal Use Cases

  • Resource-constrained deployments: Running large language models on devices with limited memory or computational power.
  • Faster inference: Potentially achieving higher throughput due to reduced data movement and computation with 8-bit precision.
  • Instruction-following tasks: Maintaining the core instruction-following capabilities of the original Falcon-7B-Instruct model while benefiting from quantization.