Instructions to use selsar/stance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use selsar/stance with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("selsar/stance", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 409 Bytes
ff14213 | 1 | {"labels": ["Negative", "Neutral", "Positive"], "scheme": "liberal", "task": "3class", "base_model": "Qwen/Qwen2.5-3B-Instruct", "use_fewshot": false, "use_fewshot_contrastive": false, "neg_weight_mult": 1.0, "per_group_class_weighting": true, "focal_gamma": 0.0, "include_mlp_lora": true, "target_modules": ["q_proj", "k_proj", "v_proj", "o_proj", "gate_proj", "up_proj", "down_proj"], "max_prompt_len": 704} |