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

ManasDubey
/
legally-ai-predex-classifier

Text Classification
Transformers
Safetensors
English
bert
legal
indian-law
judgment-prediction
legal-nlp
inlegalbert
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ManasDubey/legally-ai-predex-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ManasDubey/legally-ai-predex-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ManasDubey/legally-ai-predex-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ManasDubey/legally-ai-predex-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("ManasDubey/legally-ai-predex-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
legally-ai-predex-classifier
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
ManasDubey's picture
ManasDubey
Upload README.md with huggingface_hub
d871586 verified 11 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 days ago
  • README.md
    4.37 kB
    Upload README.md with huggingface_hub 11 days ago
  • config.json
    823 Bytes
    Upload config.json with huggingface_hub 11 days ago
  • model.safetensors
    438 MB
    xet
    Upload model.safetensors with huggingface_hub 11 days ago
  • tokenizer.json
    702 kB
    Upload tokenizer.json with huggingface_hub 11 days ago
  • tokenizer_config.json
    403 Bytes
    Upload tokenizer_config.json with huggingface_hub 11 days ago