This repository contains a LoRA adapter trained to classify marketplace customer reviews into product categories. The adapter was fine-tuned on a downstream sequence-classification task and is intended to be used with the Qwen/Qwen2.5-3B base model using the PEFT library.
-
Adapter type: LoRA (PEFT)
-
Base model: Qwen/Qwen2.5-3B
-
Task: Multiclass text classification (product category of marketplace reviews)
-
Labels (classes):
- бытовая техника (home appliances)
- обувь (shoes)
- одежда (clothing)
- посуда (tableware / kitchenware)
- текстиль (textiles)
- товары для детей (kids / baby products)
- украшения и аксессуары (jewelry & accessories)
- электроника (electronics)
- нет товара (NO_PRODUCT)
-
Developed by: [More Information Needed]
-
Funded by [optional]: [More Information Needed]
-
Shared by [optional]: [More Information Needed]
-
Model type: [More Information Needed]
-
Language(s) (NLP): [More Information Needed]
-
License: [More Information Needed]
-
Finetuned from model [optional]: [More Information Needed]
1pip install transformers peft safetensors huggingface_hub
2# If you want 8-bit:
3pip install bitsandbytes
Carbon emissions can be estimated using the
Machine Learning Impact calculator presented in
Lacoste et al. (2019).