Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

hts98
/
Model2

Automatic Speech Recognition
Transformers
PyTorch
whisper
Generated from Trainer
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use hts98/Model2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="hts98/Model2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("hts98/Model2")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("hts98/Model2")
  • Notebooks
  • Google Colab
  • Kaggle
Model2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
hts98's picture
hts98
Upload tokenizer
2d465cc almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    End of training almost 3 years ago
  • README.md
    1.01 kB
    update model card README.md almost 3 years ago
  • added_tokens.json
    2.08 kB
    Upload tokenizer almost 3 years ago
  • config.json
    1.29 kB
    End of training almost 3 years ago
  • generation_config.json
    3.49 kB
    End of training almost 3 years ago
  • merges.txt
    494 kB
    Upload tokenizer almost 3 years ago
  • normalizer.json
    52.7 kB
    Upload tokenizer almost 3 years ago
  • preprocessor_config.json
    339 Bytes
    End of training almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    3.06 GB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    2.08 kB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    805 Bytes
    Upload tokenizer almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.03 kB
    xet
    End of training almost 3 years ago
  • vocab.json
    1.04 MB
    Upload tokenizer almost 3 years ago