Datasets:
File size: 719 Bytes
e5f7856 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Text Embeddings for the Semantic Axis of KGD-BMTP
The semantic axis uses text embeddings with the following configuration:
- **Model**: [Qwen3](https://huggingface.co/collections/Qwen/qwen3-embedding)
- **Embedding Dimension**: 32
Each prompt follows the template:
```text
"item title: {item title}, progressive level categories: {category level 1} -> {category level 2} -> ... -> {category level n}".
```
For example:
```text
"item title: The Phantom Tollbooth, progressive level categories: Arts, Crafts & Sewing -> Model & Hobby Building -> Pre-Built & Diecast Models"
"item title: Brambly Hedge Pattern Book, progressive level categories: Arts, Crafts & Sewing -> Sewing -> Sewing Patterns & Templates"
```
|