Commit 409668f
authored
Feature Enhancement: Batch Inference Support in candle-binding (#71)
* Feature Enhancement: Batch Inference Support in candle-binding
Feature Enhancement: Batch Inference Support in candle-binding
Signed-off-by: OneZero-Y <[email protected]>
fix: unified_classifier_test
Signed-off-by: OneZero-Y <[email protected]>
fix: unified_classifier_test
Signed-off-by: OneZero-Y <[email protected]>
fix: unit_test
Signed-off-by: OneZero-Y <[email protected]>
* feat: add LoRA training pipeline and intelligent model selection
- Complete LoRA training scripts for 3 classification tasks
- Smart model selection with architecture priority (BERT > RoBERTa > ModernBERT)
- Official Candle BERT integration for Python-Go consistency
- Enhanced unified classifier with high-confidence LoRA models
Signed-off-by: OneZero-Y <[email protected]>
* fix: unit test and model download from huggingface
Signed-off-by: OneZero-Y <[email protected]>
fix: unit test and model download from huggingface
Signed-off-by: OneZero-Y <[email protected]>
fix: unit test and model download from huggingface
Signed-off-by: OneZero-Y <[email protected]>
fix: unit test and model download from huggingface
Signed-off-by: OneZero-Y <[email protected]>
fix: unit test and model download from huggingface
Signed-off-by: OneZero-Y <[email protected]>
fix: unit test and model download from huggingface
Signed-off-by: OneZero-Y <[email protected]>
fix: unit test and model download from huggingface
Signed-off-by: OneZero-Y <[email protected]>
---------
Signed-off-by: OneZero-Y <[email protected]>1 parent ee71357 commit 409668f
File tree
34 files changed
+11454
-791
lines changed- candle-binding
- src
- config
- src
- semantic-router/pkg
- api
- config
- extproc
- services
- utils/classification
- training/training_lora
- classifier_model_fine_tuning_lora
- pii_model_fine_tuning_lora
- prompt_guard_fine_tuning_lora
- website/docs
- api
- training
34 files changed
+11454
-791
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
259 | 295 | | |
260 | 296 | | |
261 | 297 | | |
| |||
0 commit comments