Update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,26 @@ inference:
|
|
| 46 |
mask_token: "<mask>"
|
| 47 |
---
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
# NE-BERT: Northeast India's Multilingual ModernBERT
|
| 50 |
|
| 51 |
**NE-BERT** is a state-of-the-art transformer model designed specifically for the complex, low-resource linguistic landscape of Northeast India. It achieves strong **Regional State-of-the-Art (SOTA)** performance across multiple Northeast Indian languages and **2x to 3x faster inference** compared to general multilingual models.
|
|
|
|
| 46 |
mask_token: "<mask>"
|
| 47 |
---
|
| 48 |
|
| 49 |
+
<p align="center">
|
| 50 |
+
|
| 51 |
+
<!-- Model -->
|
| 52 |
+
<img alt="Model" src="https://img.shields.io/badge/Model-ModernBERT-0A84FF">
|
| 53 |
+
|
| 54 |
+
<!-- Task -->
|
| 55 |
+
<img alt="Task" src="https://img.shields.io/badge/Task-Masked%20Language%20Modeling-34C759">
|
| 56 |
+
|
| 57 |
+
<!-- Languages -->
|
| 58 |
+
<img alt="Languages" src="https://img.shields.io/badge/Supported%20Languages-9%20(+%20EN%2FHI)-AF52DE">
|
| 59 |
+
|
| 60 |
+
<!-- Region -->
|
| 61 |
+
<img alt="Region" src="https://img.shields.io/badge/Region-Northeast%20India-FF9F0A">
|
| 62 |
+
|
| 63 |
+
<!-- License -->
|
| 64 |
+
<img alt="License" src="https://img.shields.io/badge/License-CC--BY--4.0-FC5C65">
|
| 65 |
+
|
| 66 |
+
</p>
|
| 67 |
+
|
| 68 |
+
|
| 69 |
# NE-BERT: Northeast India's Multilingual ModernBERT
|
| 70 |
|
| 71 |
**NE-BERT** is a state-of-the-art transformer model designed specifically for the complex, low-resource linguistic landscape of Northeast India. It achieves strong **Regional State-of-the-Art (SOTA)** performance across multiple Northeast Indian languages and **2x to 3x faster inference** compared to general multilingual models.
|