"Route supervised and contrastive fine-tuning for CoSENT,
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill training-finetuning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Training Finetuning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-training-finetuning-10ce390d)More formats (shields.io, HTML) on the badges page.
---
name: training-finetuning
description: "Route supervised and contrastive fine-tuning for CoSENT,
Sentence-BERT, BERT-match, and BGE, including dataset schemas, validation
helpers, command construction, and GPU/multi-card boundaries."
disable-model-invocation: true
metadata:
disco-role: operating
license: Apache 2.0
---
# Training and Fine-tuning
Use this sub-skill for text-matching and retrieval fine-tuning workflows:
- CoSENT
- Sentence-BERT
- BERT-match
- BGE
Use the bundled validators before training custom data.
## Route away
- embeddings-only inference → embeddings
- benchmark reporting or model choice → evaluation-benchmarks
- serving or deployment → serving-deployment
## Read in order
1. `references/data-formats.md`
2. `references/api-reference.md`
3. `references/training-workflows.md`
4. `references/troubleshooting.md`
## Bundled scripts
- `scripts/validate_text_matching_data.py`
- `scripts/validate_bge_jsonl.py`
## Operating notes
- Full training may need network access, GPU hardware, bf16 support, or Hugging Face dataset cache.
- Keep `output_dir` dedicated to one experiment; it is the reload path for prediction.
- Do not assume field names are uniform: the loaders accept either `sentence1`/`sentence2` or `text1`/`text2`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!