Intent Routing Arch Bge Large
| Entity Passport | |
| Registry ID | hf-model--linkyeu--intent-routing-arch-bge-large |
| Provider | huggingface |
Cite this model
Academic & Research Attribution
@misc{hf_model__linkyeu__intent_routing_arch_bge_large,
author = {linkyeu},
title = {Intent Routing Arch Bge Large Model},
year = {2026},
howpublished = {\url{https://huggingface.co/linkyeu/intent-routing-arch-bge-large}},
note = {Accessed via Free2AITools Knowledge Fortress}
} đŦTechnical Deep Dive
Full Specifications [+]âž
Quick Commands
huggingface-cli download linkyeu/intent-routing-arch-bge-large pip install -U transformers âī¸ Nexus Index V2.0
đŦ Index Insight
FNI V2.0 for Intent Routing Arch Bge Large: Semantic (S:50), Authority (A:0), Popularity (P:2), Recency (R:96), Quality (Q:65).
Verification Authority
đ What's Next?
Technical Deep Dive
SetFit with BAAI/bge-large-en-v1.5
This is a SetFit model that can be used for Text Classification. This SetFit model uses BAAI/bge-large-en-v1.5 as the Sentence Transformer embedding model. A LogisticRegression instance is used for classification.
The model has been trained using an efficient few-shot learning technique that involves:
- Fine-tuning a Sentence Transformer with contrastive learning.
- Training a classification head with features from the fine-tuned Sentence Transformer.
Model Details
Model Description
- Model Type: SetFit
- Sentence Transformer body: BAAI/bge-large-en-v1.5
- Classification head: a LogisticRegression instance
- Maximum Sequence Length: 512 tokens
- Number of Classes: 6 classes
Model Sources
- Repository: SetFit on GitHub
- Paper: Efficient Few-Shot Learning Without Prompts
- Blogpost: SetFit: Efficient Few-Shot Learning Without Prompts
Model Labels
| Label | Examples |
|---|---|
| 1 |
|
| 0 |
|
| 2 |
|
| 3 |
|
| 5 |
|
| 4 |
|
Uses
Direct Use for Inference
First install the SetFit library:
pip install setfit
Then you can load this model and run inference.
from setfit import SetFitModel
# Download from the đ¤ Hub
model = SetFitModel.from_pretrained("tmp/best_model")
# Run inference
preds = model("lets fix the issues")
Training Details
Training Set Metrics
| Training set | Min | Median | Max |
|---|---|---|---|
| Word count | 1 | 12.1876 | 125 |
| Label | Training Sample Count |
|---|---|
| 0 | 43 |
| 1 | 80 |
| 2 | 92 |
| 3 | 56 |
| 4 | 64 |
| 5 | 86 |
Training Hyperparameters
- batch_size: (8, 8)
- num_epochs: (2, 2)
- max_steps: -1
- sampling_strategy: undersampling
- num_iterations: 10
- body_learning_rate: (1e-05, 1e-05)
- head_learning_rate: 0.0011800069021089953
- loss: CosineSimilarityLoss
- distance_metric: cosine_distance
- margin: 0.25
- end_to_end: False
- use_amp: False
- warmup_proportion: 0.006100049987809886
- l2_weight: 0.01
- seed: 42
- eval_max_steps: -1
- load_best_model_at_end: True
Training Results
| Epoch | Step | Training Loss | Validation Loss |
|---|---|---|---|
| 0.0009 | 1 | 0.2444 | - |
| 0.0199 | 21 | - | 0.2323 |
| 0.0399 | 42 | - | 0.2335 |
| 0.0475 | 50 | 0.2389 | - |
| 0.0598 | 63 | - | 0.2261 |
| 0.0798 | 84 | - | 0.2224 |
| 0.0950 | 100 | 0.2256 | - |
| 0.0997 | 105 | - | 0.2112 |
| 0.1197 | 126 | - | 0.2038 |
| 0.1396 | 147 | - | 0.1854 |
| 0.1425 | 150 | 0.1988 | - |
| 0.1595 | 168 | - | 0.1775 |
| 0.1795 | 189 | - | 0.1690 |
| 0.1899 | 200 | 0.1625 | - |
| 0.1994 | 210 | - | 0.1679 |
| 0.2194 | 231 | - | 0.1472 |
| 0.2374 | 250 | 0.1172 | - |
| 0.2393 | 252 | - | 0.1511 |
| 0.2593 | 273 | - | 0.1463 |
| 0.2792 | 294 | - | 0.1449 |
| 0.2849 | 300 | 0.092 | - |
| 0.2991 | 315 | - | 0.1410 |
| 0.3191 | 336 | - | 0.1215 |
| 0.3324 | 350 | 0.0696 | - |
| 0.3390 | 357 | - | 0.1232 |
| 0.3590 | 378 | - | 0.1269 |
| 0.3789 | 399 | - | 0.1346 |
| 0.3799 | 400 | 0.0266 | - |
| 0.3989 | 420 | - | 0.1315 |
| 0.4188 | 441 | - | 0.1296 |
Framework Versions
- Python: 3.12.12
- SetFit: 1.1.3
- Sentence Transformers: 3.4.1
- Transformers: 4.51.3
- PyTorch: 2.11.0+cu130
- Datasets: 4.8.4
- Tokenizers: 0.21.4
Citation
BibTeX
@article{https://doi.org/10.48550/arxiv.2209.11055,
doi = {10.48550/ARXIV.2209.11055},
url = {https://arxiv.org/abs/2209.11055},
author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {Efficient Few-Shot Learning Without Prompts},
publisher = {arXiv},
year = {2022},
copyright = {Creative Commons Attribution 4.0 International}
}
â ī¸ Incomplete Data
Some information about this model is not available. Use with Caution - Verify details from the original source before relying on this data.
View Original Source âđ Limitations & Considerations
- âĸ Benchmark scores may vary based on evaluation methodology and hardware configuration.
- âĸ VRAM requirements are estimates; actual usage depends on quantization and batch size.
- âĸ FNI scores are relative rankings and may change as new models are added.
- â License Unknown: Verify licensing terms before commercial use.
Social Proof
AI Summary: Based on Hugging Face metadata. Not a recommendation.
đĄī¸ Model Transparency Report
Technical metadata sourced from upstream repositories.
đ Identity & Source
- id
- hf-model--linkyeu--intent-routing-arch-bge-large
- slug
- linkyeu--intent-routing-arch-bge-large
- source
- huggingface
- author
- linkyeu
- license
- tags
- setfit, safetensors, bert, sentence-transformers, text-classification, generated_from_setfit_trainer, arxiv:2209.11055, base_model:baai/bge-large-en-v1.5, base_model:finetune:baai/bge-large-en-v1.5, text-embeddings-inference, endpoints_compatible, region:us
âī¸ Technical Specs
- architecture
- null
- params billions
- null
- context length
- null
- pipeline tag
- text-classification
đ Engagement & Metrics
- downloads
- 19
- stars
- 0
- forks
- 0
Data indexed from public sources. Updated daily.