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

  • Log In
  • Sign Up

sattwik21
/
gestr-jepa-isl

Text Classification
Transformers
Safetensors
gestr-jepa
custom_code
Model card Files Files and versions
xet
Community

Instructions to use sattwik21/gestr-jepa-isl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sattwik21/gestr-jepa-isl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sattwik21/gestr-jepa-isl", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("sattwik21/gestr-jepa-isl", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gestr-jepa-isl
364 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
sattwik21's picture
sattwik21
Upload GestrJEPAForClassification
fca8613 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload GestrJEPAForClassification 5 months ago
  • config.json
    1.13 kB
    Upload GestrJEPAForClassification 5 months ago
  • model.safetensors
    354 kB
    xet
    Upload GestrJEPAForClassification 5 months ago
  • modeling_gestr_jepa.py
    1.42 kB
    Upload modeling_gestr_jepa.py with huggingface_hub 5 months ago