Instructions to use muhammadhanifnahara/edgesense-telemetry-reasoning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use muhammadhanifnahara/edgesense-telemetry-reasoning with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("muhammadhanifnahara/edgesense-telemetry-reasoning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
EdgeSense – Gemma 4 LoRA for Explainable Predictive Maintenance
This repository contains a LoRA adapter fine‑tuned on Gemma 4 for explainable industrial predictive maintenance.
Base Model
- google/gemma-4-E2B-it
Training Method
- LoRA fine‑tuning using Unsloth
- 4‑bit quantization
- Predictive Maintenance Dataset
Purpose
Instead of being a classifier, the model is intended to be a reasoning model. From raw machine telemetry, it produces interpretable diagnostic narratives and confidence-aware maintenance recommendations.
Usage
from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
model_name="google/gemma-4-E2B-it",
adapter_name="USERNAME/edgesense-gemma4-lora",
load_in_4bit=True,
)
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support