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

  • Log In
  • Sign Up

Yujivus
/
pillars-compact-wikitext

Feature Extraction
Transformers
PyTorch
pillars-compact
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Yujivus/pillars-compact-wikitext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Yujivus/pillars-compact-wikitext with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Yujivus/pillars-compact-wikitext", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Yujivus/pillars-compact-wikitext", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pillars-compact-wikitext
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Yujivus's picture
Yujivus
Upload model
647c7d5 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.17 kB
    Upload model 4 months ago
  • config.json
    400 Bytes
    Upload model 4 months ago
  • configuration_pillars.py
    593 Bytes
    Upload model 4 months ago
  • modeling_pillars.py
    10.4 kB
    Upload model 4 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    132 MB
    xet
    Upload model 4 months ago