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

muhtarrrrrrr
/
lawmodel

Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use muhtarrrrrrr/lawmodel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="muhtarrrrrrr/lawmodel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("muhtarrrrrrr/lawmodel")
    model = AutoModelForSequenceClassification.from_pretrained("muhtarrrrrrr/lawmodel")
  • Notebooks
  • Google Colab
  • Kaggle
lawmodel
18.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
muhtarrrrrrr's picture
muhtarrrrrrr
Update README.md
6ed2f49 verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    119 Bytes
    Update README.md 5 days ago
  • config.json
    797 Bytes
    Upload BertForSequenceClassification 5 days ago
  • model.safetensors
    17.5 MB
    xet
    Upload BertForSequenceClassification 5 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 5 days ago
  • tokenizer_config.json
    350 Bytes
    Upload tokenizer 5 days ago