Delete README.md
Browse files
README.md
DELETED
@@ -1,88 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- neulab/PangeaInstruct
|
5 |
-
language:
|
6 |
-
- am
|
7 |
-
- ar
|
8 |
-
- bg
|
9 |
-
- bn
|
10 |
-
- cs
|
11 |
-
- de
|
12 |
-
- el
|
13 |
-
- en
|
14 |
-
- es
|
15 |
-
- fa
|
16 |
-
- fr
|
17 |
-
- ga
|
18 |
-
- hi
|
19 |
-
- id
|
20 |
-
- ig
|
21 |
-
- it
|
22 |
-
- iw
|
23 |
-
- ja
|
24 |
-
- jv
|
25 |
-
- ko
|
26 |
-
- nl
|
27 |
-
- mn
|
28 |
-
- ms
|
29 |
-
- no
|
30 |
-
- pl
|
31 |
-
- pt
|
32 |
-
- ro
|
33 |
-
- ru
|
34 |
-
- si
|
35 |
-
- su
|
36 |
-
- sw
|
37 |
-
- ta
|
38 |
-
- te
|
39 |
-
- th
|
40 |
-
- tr
|
41 |
-
- uk
|
42 |
-
- ur
|
43 |
-
- vi
|
44 |
-
- zh
|
45 |
-
base_model:
|
46 |
-
- Qwen/Qwen2-7B-Instruct
|
47 |
-
---
|
48 |
-
# Pangea-7B Model Card
|
49 |
-
|
50 |
-
[Pangea: A Fully Open Multilingual Multimodal LLM for 39 Languages](https://neulab.github.io/Pangea/)
|
51 |
-
|
52 |
-
๐ช๐น ๐ธ๐ฆ ๐ง๐ฌ ๐ง๐ฉ ๐จ๐ฟ ๐ฉ๐ช ๐ฌ๐ท ๐ฌ๐ง ๐บ๐ธ ๐ช๐ธ ๐ฎ๐ท ๐ซ๐ท ๐ฎ๐ช ๐ฎ๐ณ ๐ฎ๐ฉ ๐ณ๐ฌ ๐ฎ๐น ๐ฎ๐ฑ ๐ฏ๐ต ๐ฎ๐ฉ ๐ฐ๐ท ๐ณ๐ฑ ๐ฒ๐ณ ๐ฒ๐พ ๐ณ๐ด ๐ต๐ฑ ๐ต๐น ๐ง๐ท ๐ท๐ด ๐ท๐บ ๐ฑ๐ฐ ๐ฎ๐ฉ ๐ฐ๐ช ๐น๐ฟ ๐ฑ๐ฐ ๐ฎ๐ณ ๐ฎ๐ณ ๐น๐ญ ๐น๐ท ๐บ๐ฆ ๐ต๐ฐ ๐ฎ๐ณ ๐ป๐ณ ๐จ๐ณ ๐น๐ผ
|
53 |
-
|
54 |
-
[๐ Homepage](https://neulab.github.io/Pangea/) | [๐ค Pangea-7B](https://huggingface.co/neulab/Pangea-7B) | [๐ PangeaIns](https://huggingface.co/datasets/neulab/PangeaInstruct) | [๐งช PangeaBench](https://huggingface.co/collections/neulab/pangea-6713c3b0d78a453906eb2ed8) | [๐ป Github](https://github.com/neulab/Pangea/tree/main) | [๐ Arxiv](https://arxiv.org/abs/2410.16153) | [๐ PDF](https://arxiv.org/pdf/2410.16153)
|
55 |
-
|
56 |
-
|
57 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/6230d750d93e84e233882dbc/ZjVTKnIsyshWpo-PWg9gM.png" alt="description" style="width:300px;">
|
58 |
-
|
59 |
-
|
60 |
-
## Model details
|
61 |
-
|
62 |
-
- **Model:** Pangea is a fully open-source Multilingual Multimodal Multicultural LLM.
|
63 |
-
- **Date:** Pangea-7B was trained in 2024.
|
64 |
-
- **Training Dataset:** [6M PangeaIns](https://huggingface.co/datasets/neulab/PangeaInstruct).
|
65 |
-
|
66 |
-
## Uses
|
67 |
-
|
68 |
-
### Direct Use
|
69 |
-
```python
|
70 |
-
from transformers import AutoProcessor, AutoModelForCausalLM
|
71 |
-
|
72 |
-
processor = AutoProcessor.from_pretrained("neulab/Pangea-7B")
|
73 |
-
model = AutoModelForCausalLM.from_pretrained("neulab/Pangea-7B")
|
74 |
-
```
|
75 |
-
|
76 |
-
## Citing the Model
|
77 |
-
|
78 |
-
**BibTeX Citation:**
|
79 |
-
|
80 |
-
```
|
81 |
-
@article{yue2024pangeafullyopenmultilingual,
|
82 |
-
title={Pangea: A Fully Open Multilingual Multimodal LLM for 39 Languages},
|
83 |
-
author={Xiang Yue and Yueqi Song and Akari Asai and Seungone Kim and Jean de Dieu Nyandwi and Simran Khanuja and Anjali Kantharuban and Lintang Sutawika and Sathyanarayanan Ramamoorthy and Graham Neubig},
|
84 |
-
year={2024},
|
85 |
-
journal={arXiv preprint arXiv:2410.16153},
|
86 |
-
url={https://arxiv.org/abs/2410.16153}
|
87 |
-
}
|
88 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|