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

waveletdeboshir
/
gigaam-ctc

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Russian
gigaam-ctc
asr
gigaam
stt
ctc
audio
speech
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use waveletdeboshir/gigaam-ctc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use waveletdeboshir/gigaam-ctc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="waveletdeboshir/gigaam-ctc", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("waveletdeboshir/gigaam-ctc", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gigaam-ctc
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
waveletdeboshir's picture
waveletdeboshir
Update README.md
08d7246 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.17 kB
    Update README.md 10 months ago
  • added_tokens.json
    30 Bytes
    Add model files about 1 year ago
  • config.json
    1.34 kB
    add AutoModelForCTC map about 1 year ago
  • encoder.py
    20 kB
    Fix device and type in RotaryPosinionalEmbeddings 11 months ago
  • gigaam_transformers.py
    7.73 kB
    Upload 2 files about 1 year ago
  • model.safetensors
    465 MB
    xet
    Adding `safetensors` variant of this model (#1) about 1 year ago
  • preprocessor_config.json
    534 Bytes
    Add auto classes about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (5)

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

    What is a pickle import?

    465 MB
    xet
    Rename state_dict keys about 1 year ago
  • special_tokens_map.json
    55 Bytes
    Add model files about 1 year ago
  • tokenizer_config.json
    619 Bytes
    Add auto classes about 1 year ago
  • vocab.json
    405 Bytes
    Add model files about 1 year ago