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

msk18
/
model_1

Feature Extraction
Transformers
PyTorch
gpt_bigcode
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use msk18/model_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="msk18/model_1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("msk18/model_1")
    model = AutoModel.from_pretrained("msk18/model_1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
model_1
29.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
msk18's picture
msk18
Upload model
29debe6 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.04 kB
    Upload model over 2 years ago
  • pytorch_model-00001-of-00003.bin
    9.86 GB
    xet
    Upload model over 2 years ago
  • pytorch_model-00002-of-00003.bin
    9.99 GB
    xet
    Upload model over 2 years ago
  • pytorch_model-00003-of-00003.bin
    9.46 GB
    xet
    Upload model over 2 years ago
  • pytorch_model.bin.index.json
    31.9 kB
    Upload model over 2 years ago