Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
hima06varshini
/
TeluguTranslatica
like
0
Translation
PyTorch
hima06varshini/english-telugu-parallel-corpus
English
Telugu
transformer
machine-translation
NLP
License:
cc-by-4.0
Model card
Files
Files and versions
Community
main
TeluguTranslatica
/
vocab.txt
hima06varshini
Upload 7 files
9e1f23b
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
112 Bytes
with open("vocab.txt", "w") as f:
for token in tokenizer.get_vocab().keys():
f.write(token + "\n")