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

optimum
/
tiny_random_bert_neuronx

Feature Extraction
Transformers
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use optimum/tiny_random_bert_neuronx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="optimum/tiny_random_bert_neuronx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("optimum/tiny_random_bert_neuronx")
    model = AutoModel.from_pretrained("optimum/tiny_random_bert_neuronx")
  • Notebooks
  • Google Colab
  • Kaggle
tiny_random_bert_neuronx
Ctrl+K
Ctrl+K
  • 3 contributors
History: 21 commits
Optimum
Upload feature_extractor/preprocessor_config.json with huggingface_hub
4c63bc7 almost 3 years ago
  • feature_extractor
    Upload feature_extractor/preprocessor_config.json with huggingface_hub almost 3 years ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub almost 3 years ago
  • text_encoder
    Upload text_encoder/model.neuron with huggingface_hub almost 3 years ago
  • tokenizer
    Upload tokenizer/merges.txt with huggingface_hub almost 3 years ago
  • unet
    Upload unet/model.neuron with huggingface_hub almost 3 years ago
  • vae_decoder
    Upload vae_decoder/model.neuron with huggingface_hub almost 3 years ago
  • .gitattributes
    1.59 kB
    Upload vae_decoder/model.neuron with huggingface_hub almost 3 years ago
  • config.json
    1.09 kB
    Upload config.json with huggingface_hub almost 3 years ago
  • model.neuron
    384 kB
    Upload model.neuron with huggingface_hub almost 3 years ago
  • model_index.json
    519 Bytes
    Upload model_index.json with huggingface_hub almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    update model almost 3 years ago
  • tokenizer.json
    23.1 kB
    update model almost 3 years ago
  • tokenizer_config.json
    366 Bytes
    update model almost 3 years ago
  • vocab.txt
    4.68 kB
    update model almost 3 years ago