PEFT
Safetensors
English
cybersecurity
malware-analysis
att&ck
threat-intelligence
mixtral
lora
expert-adapters
cape-sandbox
digital-forensics
Instructions to use umer07/fathom-mixtral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use umer07/fathom-mixtral with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "umer07/fathom-mixtral") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by lol-mate - opened
README.md
CHANGED
|
@@ -16,7 +16,7 @@ library_name: peft
|
|
| 16 |
base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
|
| 17 |
inference: false
|
| 18 |
metrics:
|
| 19 |
-
-
|
| 20 |
---
|
| 21 |
|
| 22 |
# **Fathom** — Specialized Cybersecurity Analysis Model
|
|
|
|
| 16 |
base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
|
| 17 |
inference: false
|
| 18 |
metrics:
|
| 19 |
+
- CHUPPPPPAAAAAA
|
| 20 |
---
|
| 21 |
|
| 22 |
# **Fathom** — Specialized Cybersecurity Analysis Model
|