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

rossevine
/
Model_S_P_Wav2Vec2

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use rossevine/Model_S_P_Wav2Vec2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="rossevine/Model_S_P_Wav2Vec2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("rossevine/Model_S_P_Wav2Vec2")
    model = AutoModelForCTC.from_pretrained("rossevine/Model_S_P_Wav2Vec2")
  • Notebooks
  • Google Colab
  • Kaggle
Model_S_P_Wav2Vec2
2.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
f6a8845 verified over 1 year ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    add tokenizer almost 3 years ago
  • README.md
    1.57 kB
    update model card README.md almost 3 years ago
  • added_tokens.json
    23 Bytes
    add tokenizer almost 3 years ago
  • config.json
    1.66 kB
    Training in progress, step 400 almost 3 years ago
  • model.safetensors
    1.26 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • preprocessor_config.json
    214 Bytes
    Training in progress, step 400 almost 3 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    309 Bytes
    add tokenizer almost 3 years ago
  • tokenizer_config.json
    260 Bytes
    add tokenizer almost 3 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.86 kB
    xet
    Training in progress, step 400 almost 3 years ago
  • vocab.json
    259 Bytes
    add tokenizer almost 3 years ago