fin-r1#

  • Context Length: 131072

  • Model Name: fin-r1

  • Languages: en, zh

  • Abilities: chat

  • Description: Fin-R1 is a large language model specifically designed for the field of financial reasoning

Specifications#

Model Spec 1 (pytorch, 7 Billion)#

  • Model Format: pytorch

  • Model Size (in billions): 7

  • Quantizations: 4-bit, 8-bit, none

  • Engines: vLLM, Transformers (vLLM only available for quantization none)

  • Model ID: SUFE-AIFLM-Lab/Fin-R1

  • Model Hubs: Hugging Face, ModelScope

Execute the following command to launch the model, remember to replace ${quantization} with your chosen quantization method from the options listed above:

xinference launch --model-engine ${engine} --model-name fin-r1 --size-in-billions 7 --model-format pytorch --quantization ${quantization}