Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,6 @@ This was trained as part of the paper [RomanSetu: Efficiently unlocking multilin
|
|
18 |
The codebase used to train and evaluate this model can be found at [https://github.com/AI4Bharat/romansetu](https://github.com/AI4Bharat/romansetu).
|
19 |
|
20 |
## Usage
|
21 |
-
Clone [https://github.com/AI4Bharat/romansetu](https://github.com/AI4Bharat/romansetu) and install the required dependencies. Then download or clone this model to the same machine.
|
22 |
-
|
23 |
-
## Example
|
24 |
|
25 |
```python3
|
26 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
18 |
The codebase used to train and evaluate this model can be found at [https://github.com/AI4Bharat/romansetu](https://github.com/AI4Bharat/romansetu).
|
19 |
|
20 |
## Usage
|
|
|
|
|
|
|
21 |
|
22 |
```python3
|
23 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|