cloghost commited on
Commit
813fa0f
1 Parent(s): 5717f8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -16,9 +16,7 @@ library_name: transformers
16
 
17
  ## Overview
18
 
19
- This repository contains a fine-tuned Neural Machine Translation (NMT) model that translates text from **Hindi** to **Kangri**.
20
- The model is built using the Hugging Face Transformers library and is designed to facilitate easy integration and usage in various applications.
21
- I have added the kangri language to the tokenizer and train it on the kangri corpus. This is version. Soon, gonna improve it.
22
 
23
  ## Model Details
24
 
@@ -33,8 +31,7 @@ To use this model, you need to install the Hugging Face Transformers library alo
33
 
34
 
35
  ## Using the Model
36
- You can use this model with the Hugging Face Transformers library in a Python script or a Jupyter notebook.
37
- Below is a sample code snippet to demonstrate how to load and use the model for translation.
38
 
39
  ```python
40
  import torch
 
16
 
17
  ## Overview
18
 
19
+ This repository contains a fine-tuned Neural Machine Translation (NMT) model that translates text from **Hindi** to **Kangri**. The model is built using the Hugging Face Transformers library and is designed to facilitate easy integration and usage in various applications.I have added the kangri language to the tokenizer and train it on the kangri corpus. This is version. Soon, gonna improve it.
 
 
20
 
21
  ## Model Details
22
 
 
31
 
32
 
33
  ## Using the Model
34
+ You can use this model with the Hugging Face Transformers library in a Python script or a Jupyter notebook. Below is a sample code snippet to demonstrate how to load and use the model for translation.
 
35
 
36
  ```python
37
  import torch