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

Jungwoo4021
/
wav2vec2-base-ks-ept4

Audio Classification
Transformers
PyTorch
TensorBoard
wav2vec2
text-classification
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Jungwoo4021/wav2vec2-base-ks-ept4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jungwoo4021/wav2vec2-base-ks-ept4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Jungwoo4021/wav2vec2-base-ks-ept4")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSequenceClassification
    
    processor = AutoProcessor.from_pretrained("Jungwoo4021/wav2vec2-base-ks-ept4")
    model = AutoModelForSequenceClassification.from_pretrained("Jungwoo4021/wav2vec2-base-ks-ept4")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-ks-ept4
379 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
Jungwoo4021's picture
Jungwoo4021
update model card README.md
120c4fa almost 4 years ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    2.09 kB
    update model card README.md almost 4 years ago
  • all_results.json
    351 Bytes
    End of training almost 4 years ago
  • config.json
    2.87 kB
    Training in progress, epoch 1 almost 4 years ago
  • eval_results.json
    204 Bytes
    End of training almost 4 years ago
  • preprocessor_config.json
    215 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    379 MB
    xet
    Model save almost 4 years ago
  • train_results.json
    168 Bytes
    End of training almost 4 years ago
  • trainer_state.json
    8.83 kB
    End of training almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.38 kB
    xet
    Training in progress, epoch 1 almost 4 years ago