Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,11 @@ base_model: amazon/MistralLite
|
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
9 |
|
|
|
|
|
|
|
10 |
|
11 |
|
12 |
## Model Details
|
|
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
A pretrained LoRA adapter for our paper: Edinburgh Clinical NLP at SemEval-2024 Task 2: Fine-tune your model unless you have access to GPT-4 (In submission)
|
10 |
|
11 |
+
This adapter works well for a Language Modeling task. It can be further improved by merging it with the [Triplet adapter](https://huggingface.co/aryopg/MistralLite-7b_lora_contrastive_semeval_nli4ct_2024).
|
12 |
+
|
13 |
+
Refer to our code repository: https://github.com/EdinburghClinicalNLP/semeval_nli4ct
|
14 |
|
15 |
|
16 |
## Model Details
|