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

Iftisyed
/
my_LegalBERTFinal

Fill-Mask
Transformers
TensorBoard
Safetensors
bert
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Iftisyed/my_LegalBERTFinal with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Iftisyed/my_LegalBERTFinal")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Iftisyed/my_LegalBERTFinal")
    model = AutoModelForMaskedLM.from_pretrained("Iftisyed/my_LegalBERTFinal", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
my_LegalBERTFinal / runs
22.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Iftisyed's picture
Iftisyed
Training in progress, step 2000
d16fde9 over 2 years ago
  • Nov24_10-47-07_1e1cc80b349d
    Training in progress, step 500 over 2 years ago
  • Nov24_10-55-40_1e1cc80b349d
    Training in progress, step 2000 over 2 years ago
  • Nov24_15-35-38_8f51cb66384d
    Training in progress, step 2000 over 2 years ago
  • Nov25_06-35-33_358c5994c48c
    Training in progress, step 2000 over 2 years ago