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

  • Log In
  • Sign Up

gutierrez310
/
some_model

Feature Extraction
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use gutierrez310/some_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="gutierrez310/some_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("gutierrez310/some_model")
    model = AutoModel.from_pretrained("gutierrez310/some_model")
  • Notebooks
  • Google Colab
  • Kaggle
some_model
17.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
gutierrez310's picture
gutierrez310
Upload model
c48f962 verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 15 days ago
  • README.md
    5.17 kB
    Upload model 15 days ago
  • config.json
    694 Bytes
    Upload model 15 days ago
  • model.safetensors
    17.5 MB
    xet
    Upload model 15 days ago