Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Respeecher
/
ukrainian-data2vec

Feature Extraction
Transformers
PyTorch
data2vec-audio
Model card Files Files and versions
xet
Community
1

Instructions to use Respeecher/ukrainian-data2vec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Respeecher/ukrainian-data2vec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Respeecher/ukrainian-data2vec")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Respeecher/ukrainian-data2vec")
    model = AutoModel.from_pretrained("Respeecher/ukrainian-data2vec")
  • Notebooks
  • Google Colab
  • Kaggle
ukrainian-data2vec
1.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
VSydorskyi's picture
VSydorskyi
Create README.md
a95e066 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    978 Bytes
    Create README.md about 3 years ago
  • config.json
    2.08 kB
    Update config.json about 3 years ago
  • preprocessor_config.json
    215 Bytes
    Upload feature extractor about 3 years ago
  • pytorch_model.bin
    1.25 GB
    xet
    Upload 2 files about 3 years ago