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

worstchan
/
EAT-base_epoch30_pretrain

Feature Extraction
Transformers
Safetensors
eat
Audio
SSL
EAT
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use worstchan/EAT-base_epoch30_pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use worstchan/EAT-base_epoch30_pretrain with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="worstchan/EAT-base_epoch30_pretrain", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("worstchan/EAT-base_epoch30_pretrain", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
EAT-base_epoch30_pretrain
360 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
worstchan's picture
worstchan
Update README.md
6eb9593 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.87 kB
    Update README.md about 1 year ago
  • config.json
    779 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • configuration_eat.py
    1.77 kB
    Upload folder using huggingface_hub about 1 year ago
  • eat_model.py
    3.67 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    360 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_core.py
    6.93 kB
    Upload folder using huggingface_hub about 1 year ago
  • modeling_eat.py
    467 Bytes
    Upload folder using huggingface_hub about 1 year ago