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

anton-l
/
xtreme_s_xlsr_300m_fleurs_langid

Audio Classification
Transformers
PyTorch
TensorBoard
Allar
wav2vec2
fleurs-lang_id
google/xtreme_s
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use anton-l/xtreme_s_xlsr_300m_fleurs_langid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anton-l/xtreme_s_xlsr_300m_fleurs_langid with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anton-l/xtreme_s_xlsr_300m_fleurs_langid")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anton-l/xtreme_s_xlsr_300m_fleurs_langid")
    model = AutoModelForAudioClassification.from_pretrained("anton-l/xtreme_s_xlsr_300m_fleurs_langid")
  • Notebooks
  • Google Colab
  • Kaggle
xtreme_s_xlsr_300m_fleurs_langid
637 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
anton-l's picture
anton-l HF Staff
Create run.sh
751f072 about 4 years ago
  • runs
    End of training about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 1000 about 4 years ago
  • README.md
    7.58 kB
    Update README.md about 4 years ago
  • all_results.json
    12.2 kB
    End of training about 4 years ago
  • config.json
    5.81 kB
    End of training about 4 years ago
  • emissions.csv
    619 Bytes
    Model save about 4 years ago
  • predict_results.json
    12.1 kB
    End of training about 4 years ago
  • preprocessor_config.json
    212 Bytes
    Training in progress, step 1000 about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    632 MB
    xet
    End of training about 4 years ago
  • run.sh
    879 Bytes
    Create run.sh about 4 years ago
  • train_results.json
    202 Bytes
    End of training about 4 years ago
  • trainer_state.json
    2.33 MB
    End of training about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.25 kB
    xet
    Model save about 4 years ago