Mr-Vicky-01
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,6 @@ language:
|
|
7 |
widget:
|
8 |
- text: A room without books is like a body without a soul
|
9 |
- text: hardwork never fail
|
10 |
-
- text: Be the change that you wish to see in the world.
|
11 |
- text: Actor Vijay is competing an 2026 election.
|
12 |
- text: The Sun is approximately 4.6 billion years older than Earth.
|
13 |
pipeline_tag: text2text-generation
|
@@ -51,7 +50,7 @@ You can use this model in your Python code like this:
|
|
51 |
import torch
|
52 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
53 |
|
54 |
-
checkpoint = "
|
55 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
56 |
model = AutoModelForSeq2SeqLM.from_pretrained(checkpoint)
|
57 |
|
|
|
7 |
widget:
|
8 |
- text: A room without books is like a body without a soul
|
9 |
- text: hardwork never fail
|
|
|
10 |
- text: Actor Vijay is competing an 2026 election.
|
11 |
- text: The Sun is approximately 4.6 billion years older than Earth.
|
12 |
pipeline_tag: text2text-generation
|
|
|
50 |
import torch
|
51 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
52 |
|
53 |
+
checkpoint = "Mr-Vicky-01/English-Tamil-Translator"
|
54 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
55 |
model = AutoModelForSeq2SeqLM.from_pretrained(checkpoint)
|
56 |
|