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

naem1023
/
bart-v2-speech

Transformers
PyTorch
bart
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use naem1023/bart-v2-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use naem1023/bart-v2-speech with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("naem1023/bart-v2-speech")
    model = AutoModelForSeq2SeqLM.from_pretrained("naem1023/bart-v2-speech")
  • Notebooks
  • Google Colab
  • Kaggle
bart-v2-speech
497 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
naem1023's picture
naem1023
add tokenizer
284f5e5 almost 4 years ago
  • .gitattributes
    1.39 kB
    add tokenizer almost 4 years ago
  • .gitignore
    13 Bytes
    Model save almost 4 years ago
  • README.md
    1.12 kB
    update model card README.md almost 4 years ago
  • all_results.json
    196 Bytes
    End of training almost 4 years ago
  • config.json
    1.46 kB
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    496 MB
    xet
    add model almost 4 years ago
  • special_tokens_map.json
    123 Bytes
    add tokenizer almost 4 years ago
  • tokenizer.json
    1.05 MB
    xet
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    303 Bytes
    add tokenizer almost 4 years ago
  • train_results.json
    196 Bytes
    End of training almost 4 years ago
  • trainer_state.json
    612 Bytes
    End of training almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.5 kB
    xet
    Model save almost 4 years ago