Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

benjamin
/
zett-hypernetwork-xlm-roberta-base

Feature Extraction
Transformers
JAX
Safetensors
custom_code
Model card Files Files and versions
xet
Community

Instructions to use benjamin/zett-hypernetwork-xlm-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use benjamin/zett-hypernetwork-xlm-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="benjamin/zett-hypernetwork-xlm-roberta-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("benjamin/zett-hypernetwork-xlm-roberta-base", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
zett-hypernetwork-xlm-roberta-base
183 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
benjamin's picture
benjamin
Update README.md
4fff680 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    add tokenizer almost 2 years ago
  • README.md
    131 Bytes
    Update README.md almost 2 years ago
  • config.json
    1.99 kB
    Upload ZettHypernet almost 2 years ago
  • configuration_hypernet.py
    2.51 kB
    Upload ZettHypernet almost 2 years ago
  • flax_model.msgpack
    82.6 MB
    xet
    add flax weights almost 2 years ago
  • model.safetensors
    82.5 MB
    xet
    Upload ZettHypernet almost 2 years ago
  • modeling_hypernet.py
    9.71 kB
    Upload ZettHypernet almost 2 years ago
  • special_tokens_map.json
    280 Bytes
    add tokenizer almost 2 years ago
  • tokenizer.json
    18.1 MB
    xet
    update tokenizer almost 2 years ago
  • tokenizer_config.json
    1.15 kB
    add tokenizer almost 2 years ago