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

TCMVince
/
HOP4NLP3

Fill-Mask
Transformers
Safetensors
bert_energy
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use TCMVince/HOP4NLP3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="TCMVince/HOP4NLP3", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("TCMVince/HOP4NLP3", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
HOP4NLP3 / energybert
32.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
TCMVince's picture
TCMVince
Upload energybert/__init__.py with huggingface_hub
e5049bf verified about 1 month ago
  • __init__.py
    271 Bytes
    Upload energybert/__init__.py with huggingface_hub about 1 month ago
  • hf_configuration.py
    3.25 kB
    Upload energybert/hf_configuration.py with huggingface_hub about 1 month ago
  • hopfield.py
    13.4 kB
    Upload energybert/hopfield.py with huggingface_hub about 1 month ago
  • mlm.py
    15 kB
    Upload energybert/mlm.py with huggingface_hub about 1 month ago
  • positional.py
    1.03 kB
    Upload energybert/positional.py with huggingface_hub about 1 month ago