cointegrated/rut5-base

🤗 Hugging Face 来源mit244M 参数977 MBsafetensors✓ 4 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo cointegrated/rut5-base ./model-folder
需要做种者 →

This is a smaller version of the google/mt5-base model with only Russian and some English embeddings left.

  • The original model has 582M parameters, with 384M of them being input and output embeddings.
  • After shrinking the sentencepiece vocabulary from 250K to 30K (top 10K English and top 20K Russian tokens) the number of model parameters reduced to 244M parameters, and model size reduced from 2.2GB to 0.9GB - 42% of the original one.

The creation of this model is described in the post How to adapt a multilingual T5 model for a single language along with the source code.