Update README.md
Browse files![W&B Chart 23_3_2024, 11_46_59 pm.png](https://cdn-uploads.huggingface.co/production/uploads/65ae9249e50627e40c159b16/82PwF19H9V9o1CVoYuuJo.png)
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Tamil Summarization and English-to-Tamil Translation Model
|
5 |
+
|
6 |
+
## Overview
|
7 |
+
This repository contains a fine-tuned model for both Tamil summarization and English-to-Tamil translation. The model was fine-tuned using the Hugging Face Transformers library. This README provides information on how to use the model and its capabilities.
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
- **Model Name**: [Provide your model's name here]
|
11 |
+
- **Model Type**: [Summarization , Translation]
|
12 |
+
- **Framework**: Hugging Face Transformers
|
13 |
+
- **Original Model**: [Mr-Vicky-01/Fine_tune_english_to_tamil](Mr-Vicky-01/Fine_tune_english_to_tamil)
|
14 |
+
- **Fine-tuning Dataset**: [HariprasathSB/tamil_summarization](https://huggingface.co/datasets/HariprasathSB/tamil_summarization)
|
15 |
+
- **Languages Supported**: English, Tamil
|
16 |
+
## Model Performance
|
17 |
+
![W&B Chart 23_3_2024, 11_46_59 pm.png](https://cdn-uploads.huggingface.co/production/uploads/65ae9249e50627e40c159b16/82PwF19H9V9o1CVoYuuJo.png)
|
18 |
+
## Usage
|
19 |
+
### Installation
|
20 |
+
You can install the necessary dependencies using pip:
|
21 |
+
|
22 |
+
```bash
|
23 |
+
pip install transformers
|
24 |
+
|