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

naleraphael
/
rasr_base_zhtw

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use naleraphael/rasr_base_zhtw with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="naleraphael/rasr_base_zhtw")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("naleraphael/rasr_base_zhtw")
    model = AutoModelForCTC.from_pretrained("naleraphael/rasr_base_zhtw")
  • Notebooks
  • Google Colab
  • Kaggle
rasr_base_zhtw
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
naleraphael's picture
naleraphael
Training in progress, step 500
876f9a6 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 4 years ago
  • added_tokens.json
    27 Bytes
    Training in progress, step 500 over 4 years ago
  • config.json
    2.04 kB
    Training in progress, step 500 over 4 years ago
  • preprocessor_config.json
    212 Bytes
    Training in progress, step 500 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?

    1.27 GB
    xet
    Training in progress, step 500 over 4 years ago
  • run.sh
    1.05 kB
    Training in progress, step 500 over 4 years ago
  • run_speech_recognition_ctc.py
    30.4 kB
    Training in progress, step 500 over 4 years ago
  • special_tokens_map.json
    309 Bytes
    Training in progress, step 500 over 4 years ago
  • tokenizer_config.json
    260 Bytes
    Training in progress, step 500 over 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    2.99 kB
    xet
    Training in progress, step 500 over 4 years ago
  • vocab.json
    38.3 kB
    Training in progress, step 500 over 4 years ago