Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ LoRA-based fine-tuned RoBERTa model for multi-intent classification in natural l
|
|
26 |
<!-- Provide a longer summary of what this model is. -->
|
27 |
|
28 |
- **Developed by:** Taewook Kang (Github: [@twkang43](https://github.com/twkang43))
|
29 |
-
- **Model type:** Fine-tuned RoBERTa model with Low-Rank Adaptation (LoRA) for multiple intent classification.
|
30 |
- **Language(s) (NLP):** English
|
31 |
- **License:** MIT License
|
32 |
- **Finetuned from model:** [RoBERTa-base](https://huggingface.co/FacebookAI/roberta-base)
|
@@ -63,7 +63,7 @@ Fine-tuned on the [BlendX](https://arxiv.org/abs/2403.18277) dataset ("train" da
|
|
63 |
|
64 |
### Training Procedure
|
65 |
|
66 |
-
This model is primarily fine-tuned with
|
67 |
|
68 |
#### Training Hyperparameters
|
69 |
|
|
|
26 |
<!-- Provide a longer summary of what this model is. -->
|
27 |
|
28 |
- **Developed by:** Taewook Kang (Github: [@twkang43](https://github.com/twkang43))
|
29 |
+
- **Model type:** Fine-tuned [RoBERTa](https://arxiv.org/abs/1907.11692) model with [Low-Rank Adaptation](https://arxiv.org/abs/2106.09685) (LoRA) for multiple intent classification.
|
30 |
- **Language(s) (NLP):** English
|
31 |
- **License:** MIT License
|
32 |
- **Finetuned from model:** [RoBERTa-base](https://huggingface.co/FacebookAI/roberta-base)
|
|
|
63 |
|
64 |
### Training Procedure
|
65 |
|
66 |
+
This model is primarily fine-tuned with LoRA.
|
67 |
|
68 |
#### Training Hyperparameters
|
69 |
|