Update README.md
Browse files
README.md
CHANGED
@@ -208,6 +208,12 @@ Each JSONL file in the dataset follows a structured format with the following fi
|
|
208 |
"instruction": "Identify the sentiment in the text and label it as positive, negative, or neutral. Return only the label without any explanation, justification or additional text."
|
209 |
}
|
210 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
|
212 |
## 📢 Citation
|
213 |
|
|
|
208 |
"instruction": "Identify the sentiment in the text and label it as positive, negative, or neutral. Return only the label without any explanation, justification or additional text."
|
209 |
}
|
210 |
```
|
211 |
+
## Model
|
212 |
+
[**LlamaLens on Hugging Face**](https://huggingface.co/QCRI/LlamaLens)
|
213 |
+
|
214 |
+
## Replication Scripts
|
215 |
+
[**LlamaLens GitHub Repository**](https://github.com/firojalam/LlamaLens)
|
216 |
+
|
217 |
|
218 |
## 📢 Citation
|
219 |
|