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

Magolor
/
deepstruct

Feature Extraction
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use Magolor/deepstruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Magolor/deepstruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Magolor/deepstruct")
    model = AutoModel.from_pretrained("Magolor/deepstruct")
  • Notebooks
  • Google Colab
  • Kaggle
deepstruct / hub
46.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Magolor
update MP
a9d6ab6 almost 4 years ago
  • MP
    update MP almost 4 years ago
  • .DS_Store
    10.2 kB
    update MP almost 4 years ago