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

ethicalabs
/
Echo-DSRN-v0.1.3-Research-Intent-CLF

Text Classification
Transformers
Safetensors
English
echo
research-intent
echo-dsrn
openaire-2026-hackathon
vllm
custom_code
Model card Files Files and versions
xet
Community

Instructions to use ethicalabs/Echo-DSRN-v0.1.3-Research-Intent-CLF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ethicalabs/Echo-DSRN-v0.1.3-Research-Intent-CLF with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ethicalabs/Echo-DSRN-v0.1.3-Research-Intent-CLF", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("ethicalabs/Echo-DSRN-v0.1.3-Research-Intent-CLF", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Echo-DSRN-v0.1.3-Research-Intent-CLF
200 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
mrs83's picture
mrs83
Update README.md
bfdd1f1 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.99 kB
    Update README.md about 1 month ago
  • __init__.py
    1.17 kB
    Upload folder using huggingface_hub about 1 month ago
  • chat_template.jinja
    2.43 kB
    Upload folder using huggingface_hub 2 months ago
  • config.json
    1.41 kB
    Upload 5 files 3 months ago
  • configuration_echo.py
    4.38 kB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    197 MB
    xet
    Upload 5 files 3 months ago
  • modeling_echo.py
    79.8 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    3.62 MB
    Upload 5 files 3 months ago
  • tokenizer_config.json
    561 Bytes
    Upload 5 files 3 months ago
  • triton_scan.py
    16.5 kB
    Upload 3 files 3 months ago
  • utils.py
    1.91 kB
    Upload folder using huggingface_hub 2 months ago