Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,30 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- ta
|
5 |
-
|
|
|
6 |
tags:
|
7 |
- translation
|
8 |
- tamil
|
9 |
- colloquial-tamil
|
10 |
- fine-tuned
|
11 |
- text-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
|
14 |
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
- ta
|
6 |
+
---
|
7 |
+
|
8 |
tags:
|
9 |
- translation
|
10 |
- tamil
|
11 |
- colloquial-tamil
|
12 |
- fine-tuned
|
13 |
- text-to-text
|
14 |
+
## Usage
|
15 |
+
|
16 |
+
To use this model, you can either directly use the Hugging Face `transformers` library or you can use the model via the Hugging Face inference API.
|
17 |
+
|
18 |
+
|
19 |
+
### Model Information
|
20 |
+
|
21 |
+
Training Details
|
22 |
+
|
23 |
+
- **This model has been fine-tuned for English to Tamil translation.**
|
24 |
+
- **Training Duration: Over 10 hours**
|
25 |
+
- **Loss Achieved: 0.6**
|
26 |
+
- **Model Architecture**
|
27 |
+
- **The model architecture is based on the Transformer architecture, specifically optimized for sequence-to-sequence tasks.**
|
28 |
|
29 |
|
30 |
|