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

PantagrueLLM
/
jargon-general-base

Fill-Mask
Transformers
PyTorch
French
jargon
linformer
legal
medical
RoBERTa
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use PantagrueLLM/jargon-general-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PantagrueLLM/jargon-general-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="PantagrueLLM/jargon-general-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("PantagrueLLM/jargon-general-base", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
jargon-general-base
584 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
a-mannion's picture
a-mannion
Upload JargonForMaskedLM
0cf23e5 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    6.02 kB
    Update README.md about 2 years ago
  • config.json
    1.84 kB
    Upload JargonForMaskedLM about 2 years ago
  • jargon_configuration.py
    3.19 kB
    Upload 8 files about 2 years ago
  • jargon_model.py
    21.3 kB
    Upload 8 files about 2 years ago
  • linformer.py
    30.3 kB
    Upload 8 files about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    582 MB
    xet
    Upload JargonForMaskedLM about 2 years ago
  • special_tokens_map.json
    122 Bytes
    Upload 8 files about 2 years ago
  • tokenizer.json
    1.39 MB
    Upload 8 files about 2 years ago
  • tokenizer_config.json
    286 Bytes
    Upload 8 files about 2 years ago