Johnohhh1/erg_chemical_dataset
Preview • Updated • 31 • 1
How to use Johnohhh1/erg_assist 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 Johnohhh1/erg_assist 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 Johnohhh1/erg_assist to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Johnohhh1/erg_assist to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="Johnohhh1/erg_assist",
max_seq_length=2048,
)A specialized fine-tune of Gemma-3N focused on hazardous materials emergency response. This model combines ERG (Emergency Response Guidebook) protocols with atmospheric dispersion modeling capabilities similar to MARPLOT/ALOHA software.
Primary Applications:
NOT intended for:
Fine-tuned on:
Dataset: Johnohhh1/erg_chemical_dataset (36,421 examples)
The model demonstrates knowledge in:
ollama run gemma-erg
"What are the initial isolation distances for UN1005 (anhydrous ammonia)?"
"Calculate plume dispersion for 1000 gallons of chlorine in D stability conditions"
"What PPE is required for sulfuric acid decontamination?"
The model shows strong performance in:
⚠️ Critical Safety Notice: This model provides educational estimates only. Always defer to:
If you use this model, please cite:
@misc{gemma-erg-hazmat,
author = {Johnohhh1},
title = {Gemma-3N-ERG-Hazmat-Assistant},
year = {2024},
publisher = {HuggingFace},
url = {https://huggingface.co/Johnohhh1/gemma-3N-finetune-gguf}
}