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

cahya
/
wav2vec2-base-turkish-artificial

Automatic Speech Recognition
Transformers
PyTorch
Turkish
wav2vec2
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use cahya/wav2vec2-base-turkish-artificial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cahya/wav2vec2-base-turkish-artificial with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="cahya/wav2vec2-base-turkish-artificial")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("cahya/wav2vec2-base-turkish-artificial")
    model = AutoModelForCTC.from_pretrained("cahya/wav2vec2-base-turkish-artificial")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-turkish-artificial
757 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
5295cd1 almost 3 years ago
  • language_model
    add LM over 4 years ago
  • .gitattributes
    790 Bytes
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    3.88 kB
    added first commit about 5 years ago
  • added_tokens.json
    3 Bytes
    add LM over 4 years ago
  • alphabet.json
    285 Bytes
    add LM over 4 years ago
  • config.json
    1.29 kB
    added first commit about 5 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • preprocessor_config.json
    262 Bytes
    update preprocessor_config.json for LM over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    added first commit about 5 years ago
  • special_tokens_map.json
    83 Bytes
    add LM over 4 years ago
  • tokenizer_config.json
    474 Bytes
    add LM over 4 years ago
  • vocab.json
    368 Bytes
    added first commit about 5 years ago