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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ciaochris
/
Vers3Dynamics-Civil-Reactor-Expert-3B

Text Generation
PEFT
Safetensors
English
lora
qwen2.5
civil-nuclear
reactor-physics
reactor-kinetics
synthetic-data
vers3dynamics
conversational
Model card Files Files and versions
xet
Community

Instructions to use ciaochris/Vers3Dynamics-Civil-Reactor-Expert-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ciaochris/Vers3Dynamics-Civil-Reactor-Expert-3B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "ciaochris/Vers3Dynamics-Civil-Reactor-Expert-3B")
  • Notebooks
  • Google Colab
  • Kaggle
Vers3Dynamics-Civil-Reactor-Expert-3B / evaluation
198 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 8 commits
Chris
feat: scale dataset to 697 examples and eval to 180, fix decay-heat physics bug
e73d591 18 days ago
  • raw
    feat: scale dataset to 697 examples and eval to 180, fix decay-heat physics bug 18 days ago
  • __init__.py
    1.4 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago
  • benchmark.py
    22.2 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago
  • dataset_utils.py
    14 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago
  • numerical.py
    20.9 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago
  • report.py
    13.2 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago