Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

OpenDataArena
/
ODA-Fin-SFT-8B

Question Answering
Transformers
Safetensors
English
Chinese
qwen3
text-generation
finance
reasoning
chain-of-thought
financial-analysis
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use OpenDataArena/ODA-Fin-SFT-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OpenDataArena/ODA-Fin-SFT-8B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="OpenDataArena/ODA-Fin-SFT-8B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("OpenDataArena/ODA-Fin-SFT-8B")
    model = AutoModelForCausalLM.from_pretrained("OpenDataArena/ODA-Fin-SFT-8B")
  • Notebooks
  • Google Colab
  • Kaggle
ODA-Fin-SFT-8B / imgs
903 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
chuxuecao's picture
chuxuecao
Upload 2 files
f34c188 verified 3 months ago
  • main_results_table.png
    477 kB
    xet
    Upload 2 files 3 months ago
  • model_compare.png
    427 kB
    xet
    Upload 2 files 3 months ago