Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
stas
/
tiny-wmt19-en-ru
like
0
Text2Text Generation
Transformers
PyTorch
wmt19
English
Russian
fsmt
wmt19
testing
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
refs/pr/2
tiny-wmt19-en-ru
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
b35e7f9
about 4 years ago
raw
Copy download link
history
blame
Safe
152 Bytes
{
"langs"
:
[
"en"
,
"ru"
]
,
"unk_token"
:
"<unk>"
,
"bos_token"
:
"<s>"
,
"sep_token"
:
"</s>"
,
"pad_token"
:
"<pad>"
,
"src_vocab_size"
:
21
,
"tgt_vocab_size"
:
21
}