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

HamdanXI
/
t5_small_gloss_merged_dataset

Translation
Transformers
PyTorch
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Model card Files Files and versions
xet
Community
3

Instructions to use HamdanXI/t5_small_gloss_merged_dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HamdanXI/t5_small_gloss_merged_dataset with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="HamdanXI/t5_small_gloss_merged_dataset")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("HamdanXI/t5_small_gloss_merged_dataset")
    model = AutoModelForSeq2SeqLM.from_pretrained("HamdanXI/t5_small_gloss_merged_dataset")
  • Notebooks
  • Google Colab
  • Kaggle
t5_small_gloss_merged_dataset
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
HamdanXI's picture
HamdanXI
autoevaluator's picture
autoevaluator HF Staff
Add evaluation results on the default config and train split of aslg_pc12 (#2)
de062ff over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.34 kB
    Add evaluation results on the default config and train split of aslg_pc12 (#2) over 2 years ago
  • added_tokens.json
    2.63 kB
    Training in progress, step 10000 over 2 years ago
  • config.json
    1.5 kB
    Training in progress, step 10000 over 2 years ago
  • generation_config.json
    142 Bytes
    End of training over 2 years ago
  • pytorch_model.bin
    242 MB
    xet
    End of training over 2 years ago
  • special_tokens_map.json
    2.2 kB
    Training in progress, step 10000 over 2 years ago
  • spiece.model
    792 kB
    xet
    Training in progress, step 10000 over 2 years ago
  • tokenizer.json
    2.42 MB
    Training in progress, step 10000 over 2 years ago
  • tokenizer_config.json
    20.7 kB
    Training in progress, step 10000 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "accelerate.state.PartialState",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    4.09 kB
    xet
    Training in progress, step 10000 over 2 years ago