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

hasanmustafa0503
/
MindGuardAI

Text Classification
Transformers
Safetensors
PyTorch
sentiment_analysis
mental_health_disorder
chatbot
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use hasanmustafa0503/MindGuardAI with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hasanmustafa0503/MindGuardAI")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("hasanmustafa0503/MindGuardAI", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MindGuardAI
1.96 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
hasanmustafa0503's picture
hasanmustafa0503
Update README.md
cd43493 verified about 1 year ago
  • mental_disorder_model
    Upload pytorch_model.bin about 1 year ago
  • sentiment_model
    Upload pytorch_model.bin about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.22 kB
    Update README.md about 1 year ago
  • mentalchatbot.py
    11.9 kB
    Update mentalchatbot.py about 1 year ago
  • readme.md
    1.09 kB
    Create readme.md about 1 year ago