Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Letz-MT-Llama-3.2-3B-as-en
|
| 8 |
+
|
| 9 |
+
## Model description
|
| 10 |
+
**Letz-MT-Llama-3.2-3B-as-en** is a fine-tuned machine translation model based on **Llama 3.2 (3B)**. The dataset is from **WMT 2025**.
|
| 11 |
+
|
| 12 |
+
It is specialized for **Assamese → English** translation tasks.
|
| 13 |
+
The model was trained and fine-tuned on the **WMT 2025 dataset** to provide high-quality neural machine translation.
|
| 14 |
+
|
| 15 |
+
- **Base model**: Llama 3.2 (3B)
|
| 16 |
+
- **Language pair**: `Assamese (as)` → `English (en)`
|
| 17 |
+
- **Format**: safetensors
|
| 18 |
+
- **License**: MIT
|
| 19 |
+
|
| 20 |
+
## Intended use
|
| 21 |
+
- Translating Assamese text into English
|
| 22 |
+
- Can be integrated into translation services, research projects, and multilingual applications
|
| 23 |
+
|
| 24 |
+
⚠️ **Not intended for**:
|
| 25 |
+
- High-risk use cases (legal, medical, financial decision-making)
|
| 26 |
+
- Professional writing that requires perfect translation accuracy
|