Add 8 courtroom jargon-style LoRAs (GGUF) for MiniCPM5-1B
Browse files- .gitattributes +8 -0
- README.md +38 -0
- style-ai.lora.gguf +3 -0
- style-aviation.lora.gguf +3 -0
- style-corporate.lora.gguf +3 -0
- style-gaming.lora.gguf +3 -0
- style-medical.lora.gguf +3 -0
- style-politics.lora.gguf +3 -0
- style-scifi.lora.gguf +3 -0
- style-sports.lora.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
style-ai.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
style-aviation.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
style-corporate.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
style-gaming.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
style-medical.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
style-politics.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
style-scifi.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
style-sports.lora.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: openbmb/MiniCPM5-1B
|
| 4 |
+
tags:
|
| 5 |
+
- lora
|
| 6 |
+
- gguf
|
| 7 |
+
- llama.cpp
|
| 8 |
+
- text-generation
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Buzzwords & Misdemeanors — style LoRAs
|
| 14 |
+
|
| 15 |
+
Eight GGUF LoRA adapters for **`openbmb/MiniCPM5-1B`** (apply with `llama.cpp`, no merge),
|
| 16 |
+
one per jargon *style*. They turn the base model into a courtroom actor (judge / prosecutor
|
| 17 |
+
/ defense — selected by system prompt) that argues in dense domain jargon while never naming
|
| 18 |
+
the hidden profession or charge in plain words.
|
| 19 |
+
|
| 20 |
+
Built for the Hugging Face **Build Small** hackathon. See the game:
|
| 21 |
+
[BuildSmallHackathon](https://github.com/) · base GGUF: `openbmb/MiniCPM5-1B-GGUF`.
|
| 22 |
+
|
| 23 |
+
## Adapters
|
| 24 |
+
`style-{corporate, aviation, ai, politics, medical, gaming, sports, scifi}.lora.gguf`
|
| 25 |
+
|
| 26 |
+
## How they were trained
|
| 27 |
+
- **Teacher distillation:** Gemma 4 31B (FP8) generated ShareGPT courtroom transcripts,
|
| 28 |
+
anchored by curated per-style jargon banks and seeded for variety.
|
| 29 |
+
- **Curriculum fork:** stage 1 trains a generic legal LoRA (`legal_base`) on MiniCPM5-1B;
|
| 30 |
+
stage 2 forks each style from it (fresh run, same config) — never merged into the base.
|
| 31 |
+
- Each adapter benchmarked vs the base (think-mode off): all 8 PASS — high target-jargon
|
| 32 |
+
coverage, peaking on their own style.
|
| 33 |
+
|
| 34 |
+
## Usage (llama.cpp)
|
| 35 |
+
```bash
|
| 36 |
+
# base + one style adapter
|
| 37 |
+
llama-cli -m MiniCPM5-1B-Q4_K_M.gguf --lora style-corporate.lora.gguf -p "..."
|
| 38 |
+
```
|
style-ai.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79280f6967f203b89afc301f689da5d491c3e933c535b862260b388d485fbffa
|
| 3 |
+
size 89676768
|
style-aviation.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19fd70cc4a1bf268e0ea0a16efee20cdee1b1672e294a14cb2ac62f6eecde4ac
|
| 3 |
+
size 89676768
|
style-corporate.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd0bab14e8ac1b68a66ee8416bd9841bf0a652abec47e62581bfec706ddc3674
|
| 3 |
+
size 89676768
|
style-gaming.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc3c9437c5972c7143f16fe21887d2490dc8a9303f25af4466bd4d6f7035c1c5
|
| 3 |
+
size 89676768
|
style-medical.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c6e077454e84349a05f09026fd452f8bd019be551c874384f57dc5576ae495e
|
| 3 |
+
size 89676768
|
style-politics.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ec2d5e8b47bfb89b1abb5660dd1d06ce4eef7201351f28a4e6ddd4353afa040
|
| 3 |
+
size 89676768
|
style-scifi.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:022bbf079d764e77fab895b81c2f3b7c9dc1338f1ba97a67416950ba33f25a0b
|
| 3 |
+
size 89676768
|
style-sports.lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcd3dc900ded99ce48ea646cfefa79d2d8386b4f2322c806bad6245554dd01bc
|
| 3 |
+
size 89676768
|