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

uripper
/
HESS

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

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

  • Libraries
  • Transformers

    How to use uripper/HESS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="uripper/HESS")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("uripper/HESS")
    model = AutoModelForMaskedLM.from_pretrained("uripper/HESS")
  • Notebooks
  • Google Colab
  • Kaggle
HESS
199 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
uripper's picture
uripper
Upload training_args.bin
9743e8a over 3 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    891 Bytes
    Update README.md almost 4 years ago
  • config.json
    691 Bytes
    Update config.json over 3 years ago
  • ipu_config.json
    866 Bytes
    Create ipu_config.json over 3 years ago
  • pytorch_model.bin
    198 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • special_tokens_map.json
    136 Bytes
    Upload 4 files over 3 years ago
  • tokenizer.json
    505 kB
    Upload 4 files over 3 years ago
  • tokenizer_config.json
    442 Bytes
    Upload 4 files over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "optimum.graphcore.training_args.IPUTrainingArguments",
    • "poptorch.enums.DataLoaderMode",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device"

    How to fix it?

    2.67 kB
    xet
    Upload training_args.bin over 3 years ago
  • vocab.txt
    128 kB
    Upload 4 files over 3 years ago