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

suayptalha
/
minGRU-Sentiment-Analysis

Text Classification
Transformers
Safetensors
English
mingru
minGRU
sentiment_analysis
custom_code
hf_integration
Model card Files Files and versions
xet
Community

Instructions to use suayptalha/minGRU-Sentiment-Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use suayptalha/minGRU-Sentiment-Analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="suayptalha/minGRU-Sentiment-Analysis", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("suayptalha/minGRU-Sentiment-Analysis", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
minGRU-Sentiment-Analysis
Ctrl+K
Ctrl+K
  • 1 contributor
History: 46 commits
suayptalha's picture
suayptalha
Update README.md
006b822 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.25 kB
    Update README.md over 1 year ago
  • config.json
    687 Bytes
    Upload config.json over 1 year ago
  • configuration_minGRU.py
    968 Bytes
    Update configuration_minGRU.py over 1 year ago
  • loss.png
    35.5 kB
    Upload 2 files over 1 year ago
  • minGRU.jpg
    62.1 kB
    Upload 2 files over 1 year ago
  • model.safetensors
    75.1 MB
    xet
    Yeni dosya yüklendi. over 1 year ago
  • modeling_minGRU.py
    5.16 kB
    Update modeling_minGRU.py over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    712 kB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    1.19 kB
    Upload tokenizer over 1 year ago
  • vocab.txt
    232 kB
    Upload tokenizer over 1 year ago