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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

samerzaher80
/
AetherMind_SRL

Text Classification
Transformers
Safetensors
English
deberta-v2
nli
natural-language-inference
knowledge-distillation
srl
self-reflective-learning
biomedical-nlp
aethermind
student-model
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use samerzaher80/AetherMind_SRL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use samerzaher80/AetherMind_SRL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="samerzaher80/AetherMind_SRL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("samerzaher80/AetherMind_SRL")
    model = AutoModelForSequenceClassification.from_pretrained("samerzaher80/AetherMind_SRL", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AetherMind_SRL / predictions
14.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
samerzaher80's picture
samerzaher80
Add prediction files for reproducibility
db97804 9 months ago
  • adni_test_predictions.json
    1.09 MB
    Add prediction files for reproducibility 9 months ago
  • anli_test_r1_predictions.json
    740 kB
    Add prediction files for reproducibility 9 months ago
  • anli_test_r2_predictions.json
    740 kB
    Add prediction files for reproducibility 9 months ago
  • anli_test_r3_predictions.json
    865 kB
    Add prediction files for reproducibility 9 months ago
  • boolq_predictions.json
    2.65 MB
    Add prediction files for reproducibility 9 months ago
  • mnli_test_predictions.json
    4.51 MB
    Add prediction files for reproducibility 9 months ago
  • snli_test_predictions.json
    3.95 MB
    Add prediction files for reproducibility 9 months ago