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

  • Log In
  • Sign Up

bumblebee-testing
/
tiny-random-NomicBertModel

Feature Extraction
Transformers
Safetensors
nomic_bert
custom_code
Model card Files Files and versions
xet
Community

Instructions to use bumblebee-testing/tiny-random-NomicBertModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bumblebee-testing/tiny-random-NomicBertModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="bumblebee-testing/tiny-random-NomicBertModel", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("bumblebee-testing/tiny-random-NomicBertModel", trust_remote_code=True)
    model = AutoModel.from_pretrained("bumblebee-testing/tiny-random-NomicBertModel", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-NomicBertModel
483 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
jonatanklosko's picture
jonatanklosko
Upload model
472ac8b 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
    2.06 kB
    Upload model 4 months ago
  • configuration_hf_nomic_bert.py
    1.96 kB
    Upload model 4 months ago
  • model.safetensors
    368 kB
    xet
    Upload model 4 months ago
  • modeling_hf_nomic_bert.py
    104 kB
    Upload model 4 months ago