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

  • Log In
  • Sign Up

rohitkumarai
/
my_tinybert_encoder

Text Classification
Transformers
Safetensors
bert
feature-extraction
text-embedding
tinybert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use rohitkumarai/my_tinybert_encoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rohitkumarai/my_tinybert_encoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("rohitkumarai/my_tinybert_encoder")
    model = AutoModel.from_pretrained("rohitkumarai/my_tinybert_encoder")
  • Notebooks
  • Google Colab
  • Kaggle
my_tinybert_encoder
58.4 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
bjdsg
Update README.md
cacfe6d verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.54 kB
    Update README.md over 1 year ago
  • config.json
    719 Bytes
    Add model configuration and tokenizer files over 1 year ago
  • model.safetensors
    57.4 MB
    xet
    Add model.safetensors with Git LFS over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Add model configuration and tokenizer files over 1 year ago
  • tokenizer.json
    711 kB
    Add model configuration and tokenizer files over 1 year ago
  • tokenizer_config.json
    1.3 kB
    Add model configuration and tokenizer files over 1 year ago
  • vocab.txt
    232 kB
    Add model configuration and tokenizer files over 1 year ago