minilm testing

This commit is contained in:
2026-04-08 17:27:11 +05:30
parent ec6fbe40e4
commit d227f37cc2
8 changed files with 24684 additions and 8 deletions

View File

@@ -4,6 +4,16 @@ Dataset for labelling queries containing tasks in natural language, with a focus
These queries were generated by prompting various commercially available LLMs and were pre-annotated using Gemini-2.5-flash-lite. They were then converted to a label studio supported format and then annotations were manually revised.
## Training
```bash
uv run mini_lm.py
```
```bash
uv run inference.py --top-k
```
## Setup
```bash