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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

patrickvonplaten
/
opt_metaseq_6700m

Feature Extraction
Transformers
opt
opt_metasq
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use patrickvonplaten/opt_metaseq_6700m with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="patrickvonplaten/opt_metaseq_6700m")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("patrickvonplaten/opt_metaseq_6700m")
    model = AutoModel.from_pretrained("patrickvonplaten/opt_metaseq_6700m", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
opt_metaseq_6700m
13.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
patrickvonplaten's picture
patrickvonplaten
ArthurZ's picture
ArthurZ HF Staff
Update config.json (#1)
e9cd299 about 4 years ago
  • model
    up about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    870 Bytes
    Create README.md about 4 years ago
  • config.json
    742 Bytes
    Update config.json (#1) about 4 years ago
  • run.sh
    133 Bytes
    add model about 4 years ago
  • run_model.py
    2.3 kB
    up about 4 years ago