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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Lvxue
/
distilled_mt5-base_20ep

Transformers
PyTorch
mt5
text2text-generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Lvxue/distilled_mt5-base_20ep with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Lvxue/distilled_mt5-base_20ep")
    model = AutoModelForSeq2SeqLM.from_pretrained("Lvxue/distilled_mt5-base_20ep")
  • Notebooks
  • Google Colab
  • Kaggle
distilled_mt5-base_20ep
1.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits

This model has 1 file scanned as unsafe.

Lvxue's picture
Lvxue
Training in progress, step 50000
b3835b5 almost 4 years ago
  • .gitattributes
    1.22 kB
    Training in progress, step 2500 almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 2500 almost 4 years ago
  • config.json
    719 Bytes
    Training in progress, step 2500 almost 4 years ago
  • pytorch_model.bin
    1.2 GB
    xet
    Training in progress, step 50000 almost 4 years ago
  • special_tokens_map.json
    65 Bytes
    Training in progress, step 2500 almost 4 years ago
  • spiece.model
    4.31 MB
    xet
    Training in progress, step 2500 almost 4 years ago
  • tokenizer.json
    16.3 MB
    xet
    Training in progress, step 2500 almost 4 years ago
  • tokenizer_config.json
    415 Bytes
    Training in progress, step 2500 almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "__main__.DistillationTrainingArguments"

    How to fix it?

    3.38 kB
    xet
    Training in progress, step 2500 almost 4 years ago