Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Lvxue
/
finetuned-mt5-small

Transformers
PyTorch
English
Romanian
mt5
text2text-generation
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use Lvxue/finetuned-mt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lvxue/finetuned-mt5-small with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Lvxue/finetuned-mt5-small")
    model = AutoModelForSeq2SeqLM.from_pretrained("Lvxue/finetuned-mt5-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
finetuned-mt5-small
1.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 204 commits
Lvxue's picture
Lvxue
update model card README.md
e787c21 about 4 years ago
  • .gitattributes
    1.4 kB
    Training in progress, step 2000 about 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 2000 about 4 years ago
  • README.md
    1.4 kB
    update model card README.md about 4 years ago
  • all_results.json
    420 Bytes
    End of training about 4 years ago
  • config.json
    773 Bytes
    Training in progress, step 2000 about 4 years ago
  • eval_results.json
    242 Bytes
    End of training about 4 years ago
  • pytorch_model.bin
    1.2 GB
    xet
    Model save about 4 years ago
  • special_tokens_map.json
    74 Bytes
    Training in progress, step 2000 about 4 years ago
  • spiece.model
    4.31 MB
    xet
    Training in progress, step 2000 about 4 years ago
  • tokenizer.json
    16.3 MB
    xet
    Training in progress, step 2000 about 4 years ago
  • tokenizer_config.json
    436 Bytes
    Training in progress, step 2000 about 4 years ago
  • train_results.json
    199 Bytes
    End of training about 4 years ago
  • trainer_state.json
    126 kB
    End of training about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.44 kB
    xet
    Training in progress, step 2000 about 4 years ago