updated readme and added image
Browse files- README.md +5 -6
- capablities_tasks_datasets.png +3 -0
README.md
CHANGED
@@ -470,11 +470,8 @@ configs:
|
|
470 |
## Overview
|
471 |
LlamaLens is a specialized multilingual LLM designed for analyzing news and social media content. It focuses on 19 NLP tasks, leveraging 52 datasets across Arabic, English, and Hindi.
|
472 |
|
473 |
-
|
474 |
-
<
|
475 |
-
<img width="352" alt="capablities_tasks_datasets" src="https://github.com/user-attachments/assets/23bbb62b-0983-4df7-9d6b-64bef777e11c">
|
476 |
-
</picture>
|
477 |
-
</p>
|
478 |
|
479 |
## LlamaLens
|
480 |
This repo includes scripts needed to run our full pipeline, including data preprocessing and sampling, instruction dataset creation, model fine-tuning, inference and evaluation.
|
@@ -553,8 +550,9 @@ Each JSONL file in the dataset follows a structured format with the following fi
|
|
553 |
|
554 |
## 📢 Citation
|
555 |
|
556 |
-
If you use this dataset, please cite our paper:
|
557 |
|
|
|
558 |
@article{kmainasi2024llamalensspecializedmultilingualllm,
|
559 |
title={LlamaLens: Specialized Multilingual LLM for Analyzing News and Social Media Content},
|
560 |
author={Mohamed Bayan Kmainasi and Ali Ezzat Shahroor and Maram Hasanain and Sahinur Rahman Laskar and Naeemul Hassan and Firoj Alam},
|
@@ -568,3 +566,4 @@ If you use this dataset, please cite our paper:
|
|
568 |
archivePrefix={arXiv},
|
569 |
primaryClass={cs.CL}
|
570 |
}
|
|
|
|
470 |
## Overview
|
471 |
LlamaLens is a specialized multilingual LLM designed for analyzing news and social media content. It focuses on 19 NLP tasks, leveraging 52 datasets across Arabic, English, and Hindi.
|
472 |
|
473 |
+
|
474 |
+
<p align="center"> <img src="./capablities_tasks_datasets.png" style="width: 40%;" id="title-icon"> </p>
|
|
|
|
|
|
|
475 |
|
476 |
## LlamaLens
|
477 |
This repo includes scripts needed to run our full pipeline, including data preprocessing and sampling, instruction dataset creation, model fine-tuning, inference and evaluation.
|
|
|
550 |
|
551 |
## 📢 Citation
|
552 |
|
553 |
+
If you use this dataset, please cite our [paper](https://arxiv.org/pdf/2410.15308):
|
554 |
|
555 |
+
```
|
556 |
@article{kmainasi2024llamalensspecializedmultilingualllm,
|
557 |
title={LlamaLens: Specialized Multilingual LLM for Analyzing News and Social Media Content},
|
558 |
author={Mohamed Bayan Kmainasi and Ali Ezzat Shahroor and Maram Hasanain and Sahinur Rahman Laskar and Naeemul Hassan and Firoj Alam},
|
|
|
566 |
archivePrefix={arXiv},
|
567 |
primaryClass={cs.CL}
|
568 |
}
|
569 |
+
```
|
capablities_tasks_datasets.png
ADDED
Git LFS Details
|