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

AbidHasan95
/
smsner_model4

Text Classification
Transformers
Safetensors
smsbert
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AbidHasan95/smsner_model4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AbidHasan95/smsner_model4", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("AbidHasan95/smsner_model4", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
smsner_model4
89.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AbidHasan95's picture
AbidHasan95
Update README.md
2840f81 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.2 kB
    Update README.md almost 2 years ago
  • config.json
    800 Bytes
    Upload model almost 2 years ago
  • configuration_smsbert.py
    182 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    89.9 MB
    xet
    Upload model almost 2 years ago
  • modelling_smsbertmodel.py
    3.99 kB
    Upload model almost 2 years ago