Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Tamil Summarization and English-to-Tamil Translation Model
|
5 |
|
@@ -20,5 +28,4 @@ This repository contains a fine-tuned model for both Tamil summarization and Eng
|
|
20 |
You can install the necessary dependencies using pip:
|
21 |
|
22 |
```bash
|
23 |
-
pip install transformers
|
24 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- HariprasathSB/tamil_summarization
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- ta
|
8 |
+
tags:
|
9 |
+
- summarization
|
10 |
+
- translation
|
11 |
---
|
12 |
# Tamil Summarization and English-to-Tamil Translation Model
|
13 |
|
|
|
28 |
You can install the necessary dependencies using pip:
|
29 |
|
30 |
```bash
|
31 |
+
pip install transformers
|
|