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

Usin2705
/
CaptainA_v0

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Finnish
wav2vec2
Finnish parliament data slow samples 300h
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Usin2705/CaptainA_v0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Usin2705/CaptainA_v0")
    # Load model directly
    from transformers import AutoProcessor, Wav2Vec2ForECTC
    
    processor = AutoProcessor.from_pretrained("Usin2705/CaptainA_v0")
    model = Wav2Vec2ForECTC.from_pretrained("Usin2705/CaptainA_v0")
  • Notebooks
  • Google Colab
  • Kaggle
CaptainA_v0
2.52 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Usin2705's picture
Usin2705
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
0562564 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    3.73 kB
    Update README.md almost 3 years ago
  • all_results.json
    441 Bytes
    Upload 9 files almost 3 years ago
  • config.json
    2.04 kB
    Upload 9 files almost 3 years ago
  • model.safetensors
    1.26 GB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • preprocessor_config.json
    212 Bytes
    Upload 9 files almost 3 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    Upload 9 files almost 3 years ago
  • special_tokens_map.json
    85 Bytes
    Upload 9 files almost 3 years ago
  • tokenizer_config.json
    217 Bytes
    Upload 9 files almost 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.18 kB
    xet
    Upload 9 files almost 3 years ago
  • vocab.json
    298 Bytes
    Upload 9 files almost 3 years ago