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

  • Log In
  • Sign Up

fkHug
/
modelFromWav2vec

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use fkHug/modelFromWav2vec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="fkHug/modelFromWav2vec")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("fkHug/modelFromWav2vec")
    model = AutoModelForCTC.from_pretrained("fkHug/modelFromWav2vec", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
modelFromWav2vec
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
fkHug's picture
fkHug
Update from
d778372 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    22 Bytes
    Update README.md over 4 years ago
  • config.json
    1.81 kB
    Update from over 4 years ago
  • preprocessor_config.json
    158 Bytes
    Update from over 4 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    Update from over 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    Update from over 4 years ago
  • special_tokens_map.json
    85 Bytes
    Update from over 4 years ago
  • tokenizer_config.json
    138 Bytes
    Update from over 4 years ago
  • trainer_state.json
    1.3 kB
    Update from over 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.29 kB
    xet
    Update from over 4 years ago
  • vocab.json
    349 Bytes
    Update from over 4 years ago