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

NeuraCraft
/
Lance-ASR

Automatic Speech Recognition
Transformers
Safetensors
PyTorch
lance_asr
text2text-generation
asr
transformer
custom_code
Model card Files Files and versions
xet
Community

Instructions to use NeuraCraft/Lance-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NeuraCraft/Lance-ASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NeuraCraft/Lance-ASR", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("NeuraCraft/Lance-ASR", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Lance-ASR
429 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
NeuraCraft's picture
NeuraCraft
Update README.md
34aec2a verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.31 kB
    Update README.md 3 months ago
  • chat_template.jinja
    291 Bytes
    Upload tokenizer 3 months ago
  • config.json
    434 Bytes
    Upload LanceASR 3 months ago
  • generation_config.json
    173 Bytes
    Upload LanceASR 3 months ago
  • lance_asr_model.py
    6.06 kB
    Upload LanceASR 3 months ago
  • merges.txt
    917 kB
    Upload tokenizer 3 months ago
  • model.safetensors
    420 MB
    xet
    Upload LanceASR 3 months ago
  • preprocessor_config.json
    357 Bytes
    Upload feature extractor 3 months ago
  • special_tokens_map.json
    1.26 kB
    Upload tokenizer 3 months ago
  • tokenizer.json
    7.14 MB
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    5.2 kB
    Upload tokenizer 3 months ago
  • vocab.json
    1.61 MB
    Upload tokenizer 3 months ago