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

Vasudev
/
discharge_albert

Fill-Mask
Transformers
PyTorch
albert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Vasudev/discharge_albert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Vasudev/discharge_albert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Vasudev/discharge_albert")
    model = AutoModelForMaskedLM.from_pretrained("Vasudev/discharge_albert")
  • Notebooks
  • Google Colab
  • Kaggle
discharge_albert
91.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ee5a2db verified over 1 year ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model over 1 year ago
  • config.json
    802 Bytes
    v.0.0.1 about 5 years ago
  • model.safetensors
    44.9 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    44.9 MB
    xet
    v.0.0.1 about 5 years ago
  • special_tokens_map.json
    245 Bytes
    v.0.0.1 about 5 years ago
  • spiece.model
    760 kB
    xet
    v.0.0.1 about 5 years ago
  • tokenizer.json
    1.31 MB
    v.0.0.1 about 5 years ago
  • tokenizer_config.json
    428 Bytes
    v.0.0.1 about 5 years ago
  • train_results.json
    456 Bytes
    v.0.0.1 about 5 years ago
  • trainer_state.json
    64.8 kB
    v.0.0.1 about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device"

    How to fix it?

    2.42 kB
    xet
    v.0.0.1 about 5 years ago