|
--- |
|
license: mit |
|
--- |
|
# Tamil Summarization and English-to-Tamil Translation Model |
|
|
|
## Overview |
|
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. |
|
|
|
## Model Details |
|
- **Model Name**: [Provide your model's name here] |
|
- **Model Type**: [Summarization , Translation] |
|
- **Framework**: Hugging Face Transformers |
|
- **Original Model**: [Mr-Vicky-01/Fine_tune_english_to_tamil](Mr-Vicky-01/Fine_tune_english_to_tamil) |
|
- **Fine-tuning Dataset**: [HariprasathSB/tamil_summarization](https://huggingface.co/datasets/HariprasathSB/tamil_summarization) |
|
- **Languages Supported**: English, Tamil |
|
## Model Performance |
|
![W&B Chart 23_3_2024, 11_46_59 pm.png](https://cdn-uploads.huggingface.co/production/uploads/65ae9249e50627e40c159b16/82PwF19H9V9o1CVoYuuJo.png) |
|
## Usage |
|
### Installation |
|
You can install the necessary dependencies using pip: |
|
|
|
```bash |
|
pip install transformers |
|
|
|
|