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 / examples
12.8 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 3 commits
Chris
fix: implement missing xenon module, correct physics bugs, clean repo-wide lint
75a6d70 22 days ago
  • __init__.py
    65 Bytes
    Harden the civil reactor expert release for auditability about 1 month ago
  • call_local_endpoint.py
    2.22 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago
  • infer_transformers.py
    2.13 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago
  • serve_local_endpoint.py
    8.38 kB
    fix: implement missing xenon module, correct physics bugs, clean repo-wide lint 22 days ago