Views
No views yet
| Component | Description |
|---|---|
| Base Model | sentence-transformers/all-MiniLM-L6-v2 (384-dim embeddings) |
| Classifier | LogisticRegression (scikit-learn) |
| Dataset | Custom OS command dataset with examples, responses, and Python actions |
| Frameworks | sentence-transformers, scikit-learn |
| Runs on | CPU (no GPU needed) |
| License | MIT |
1restart my computer
2
3{
4 "intent": "system_restart",
5 "response": "System restart initiated...",
6 "action": "os.system('shutdown /r /t 1')"
7}
8
9
10## 📜 License
11
12This model is released under the **MIT License**.
13You may use, modify, and distribute it freely with attribution.
14
15---
16
17## 📖 Citation
18
19If you use this model, please cite:
20
21@software{jarvis_intent_classifier,
22 title={Jarvis Intent Classifier},
23 author={Arul Krishnan},
24 year={2025},
25 publisher={Hugging Face Hub},
26 url={https://huggingface.co/KrishnanDevilking/jarvis-intent-classifier}
27}