medmekk's picture
medmekk HF staff
Upload folder using huggingface_hub
c255707 verified
metadata
base_model:
  - deepseek-ai/deepseek-coder-1.3b-base

deepseek-ai/deepseek-coder-1.3b-base (Quantized)

Description

This model is a quantized version of the original model deepseek-ai/deepseek-coder-1.3b-base. It has been quantized using int8_weight_only quantization with torchao.

Quantization Details

  • Quantization Type: int8_weight_only
  • Group Size: None

Usage

You can use this model in your applications by loading it directly from the Hugging Face Hub:

from transformers import AutoModel

model = AutoModel.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base")