Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Jun1801
/
LegalAI_ReaderModule

Question Answering
Transformers
Safetensors
distilbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Jun1801/LegalAI_ReaderModule with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Jun1801/LegalAI_ReaderModule")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Jun1801/LegalAI_ReaderModule")
    model = AutoModelForQuestionAnswering.from_pretrained("Jun1801/LegalAI_ReaderModule")
  • Notebooks
  • Google Colab
  • Kaggle
LegalAI_ReaderModule
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Jun1801's picture
Jun1801
Upload tokenizer
c4a02f5 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.17 kB
    Upload DistilBertForQuestionAnswering 7 months ago
  • config.json
    509 Bytes
    Upload DistilBertForQuestionAnswering 7 months ago
  • model.safetensors
    265 MB
    xet
    Upload DistilBertForQuestionAnswering 7 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 7 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    1.23 kB
    Upload tokenizer 7 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 7 months ago