NASA Systems Engineering
Collection
This collection contains all the data for performing your own Finetunes of the NASA Systems Engineering Handbook as well as finetuned models. โข 7 items โข Updated
How to use MarshallDoyle/NASA-Systems-Engineering with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("MarshallDoyle/NASA-Systems-Engineering", device_map="auto")How to use MarshallDoyle/NASA-Systems-Engineering with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M # Run inference directly in the terminal: llama cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M # Run inference directly in the terminal: llama cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
docker model run hf.co/MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
How to use MarshallDoyle/NASA-Systems-Engineering with Ollama:
ollama run hf.co/MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
How to use MarshallDoyle/NASA-Systems-Engineering with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for MarshallDoyle/NASA-Systems-Engineering to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for MarshallDoyle/NASA-Systems-Engineering to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for MarshallDoyle/NASA-Systems-Engineering to start chatting
How to use MarshallDoyle/NASA-Systems-Engineering with Docker Model Runner:
docker model run hf.co/MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
How to use MarshallDoyle/NASA-Systems-Engineering with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MarshallDoyle/NASA-Systems-Engineering:Q4_K_M
lemonade run user.NASA-Systems-Engineering-Q4_K_M
lemonade list
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M# Run inference directly in the terminal:
llama cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M# Run inference directly in the terminal:
./llama-cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_Mgit clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M# Run inference directly in the terminal:
./build/bin/llama-cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_Mdocker model run hf.co/MarshallDoyle/NASA-Systems-Engineering:Q4_K_MDeveloped by: MarshallDoyle
Fine-tuned from: unsloth/meta-llama-3.1-8b-instruct-unsloth-bnb-4bit
Specialization: NASA Systems Engineering Handbook (2018) Q&A
Training recipe: LoRA rank=16, epochs=3, steps=285, final lossโ0.40โ0.60
| Feature | Details |
|---|---|
| Domain Expertise | Deep knowledge of NASA SE lifecycle, terminology, and best practices. |
| Compact Footprint | +83.8M trainable via LoRA on 8B base. |
| Long Context | Up to 128K token support for large documents. |
| Fast Inference | Efficient TRL & Unsloth pipeline. |
| Model | Response Snippet |
|---|---|
| Base LLaMA-3.1 | โPhase C covers detailed design and preparations for manufacturingโฆโ (generic) |
| Fine-Tuned | โThe main purpose is to complete the detailed design of system elements, fabricate hardware, and code software, ensuring all end products are defined for integration.โ |
| Model | Response Snippet |
|---|---|
| Base LLaMA-3.1 | โVerification checks requirements; validation checks user needsโฆโ (too brief) |
| Fine-Tuned | โVerification ensures the system meets specified requirements; validation confirms it satisfies stakeholder expectations in its intended environment.โ |
๐ Download & Details: Hugging Face model page
4-bit
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M# Run inference directly in the terminal: llama cli -hf MarshallDoyle/NASA-Systems-Engineering:Q4_K_M