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

Chillarmo
/
ATOM

Automatic Speech Recognition
Transformers
ONNX
Safetensors
Armenian
whisper
asr
audio
speech
low-resource
morpheme-tokenization
armenian
compact-model
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Chillarmo/ATOM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Chillarmo/ATOM")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Chillarmo/ATOM")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Chillarmo/ATOM")
  • Notebooks
  • Google Colab
  • Kaggle
ATOM / onnx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Chillarmo's picture
Chillarmo
Adding ONNX file of this model (#1)
615f1b6 verified 8 months ago
  • config.json
    1.27 kB
    Adding ONNX file of this model (#1) 8 months ago
  • decoder_model.onnx
    31.9 MB
    xet
    Adding ONNX file of this model (#1) 8 months ago
  • decoder_model_merged.onnx
    32 MB
    xet
    Adding ONNX file of this model (#1) 8 months ago
  • decoder_with_past_model.onnx
    29.5 MB
    xet
    Adding ONNX file of this model (#1) 8 months ago
  • encoder_model.onnx
    32.9 MB
    xet
    Adding ONNX file of this model (#1) 8 months ago
  • generation_config.json
    232 Bytes
    Adding ONNX file of this model (#1) 8 months ago
  • merges.txt
    107 kB
    Adding ONNX file of this model (#1) 8 months ago
  • preprocessor_config.json
    356 Bytes
    Adding ONNX file of this model (#1) 8 months ago
  • special_tokens_map.json
    552 Bytes
    Adding ONNX file of this model (#1) 8 months ago
  • tokenizer.json
    470 kB
    Adding ONNX file of this model (#1) 8 months ago
  • tokenizer_config.json
    1.03 kB
    Adding ONNX file of this model (#1) 8 months ago
  • vocab.json
    156 kB
    Adding ONNX file of this model (#1) 8 months ago