Views
No views yet
VinAI/phobert-base using LoRA (Low-Rank Adaptation) for Vietnamese sentiment classification.positive, negative.PhoBERT (VinAI/phobert-base)TaskType.SEQ_CLS)1LoraConfig(
2 r=16,
3 lora_alpha=32,
4 target_modules=["query", "value"],
5 lora_dropout=0.1,
6 bias="none",
7 task_type=TaskType.SEQ_CLS
8)
9