added readme
Browse files
README.md
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
|
4 |
Hindi-Punk is a fine-tuned model based on BERT MuRIL (Multilingual Representations for Indian Languages), specifically designed for adding punctuation to Hindi text. Leveraging the powerful capabilities of Google's MuRIL, which excels in understanding and representing multiple Indian languages, Hindi-Punk offers precise punctuation prediction for Hindi, making it a highly effective tool for natural language processing applications involving Hindi text.
|
5 |
|
6 |
-
|
7 |
## Getting Started
|
8 |
|
9 |
To use the Hindi-Punk model, you'll need to have Python installed on your system along with PyTorch and the Hugging Face Transformers library. If you don't have them installed, you can install them using pip:
|
@@ -11,7 +10,6 @@ To use the Hindi-Punk model, you'll need to have Python installed on your system
|
|
11 |
```bash
|
12 |
pip install torch transformers
|
13 |
```
|
14 |
-
|
15 |
## Using the Model
|
16 |
|
17 |
### Step 1: Import Required Libraries
|
|
|
3 |
|
4 |
Hindi-Punk is a fine-tuned model based on BERT MuRIL (Multilingual Representations for Indian Languages), specifically designed for adding punctuation to Hindi text. Leveraging the powerful capabilities of Google's MuRIL, which excels in understanding and representing multiple Indian languages, Hindi-Punk offers precise punctuation prediction for Hindi, making it a highly effective tool for natural language processing applications involving Hindi text.
|
5 |
|
|
|
6 |
## Getting Started
|
7 |
|
8 |
To use the Hindi-Punk model, you'll need to have Python installed on your system along with PyTorch and the Hugging Face Transformers library. If you don't have them installed, you can install them using pip:
|
|
|
10 |
```bash
|
11 |
pip install torch transformers
|
12 |
```
|
|
|
13 |
## Using the Model
|
14 |
|
15 |
### Step 1: Import Required Libraries
|