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

  • Log In
  • Sign Up

Bombek1
/
roberta-base-litert

Feature Extraction
Transformers
LiteRT
LiteRT
bert
edge
on-device
Model card Files Files and versions
xet
Community

Instructions to use Bombek1/roberta-base-litert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Bombek1/roberta-base-litert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Bombek1/roberta-base-litert")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Bombek1/roberta-base-litert", dtype="auto")
  • LiteRT

    How to use Bombek1/roberta-base-litert with LiteRT:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-litert
497 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Bombek1's picture
Bombek1
Update README.md
2ccf148 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • FacebookAI_roberta-base.tflite
    497 MB
    xet
    Upload FacebookAI_roberta-base.tflite with huggingface_hub 4 months ago
  • README.md
    3.47 kB
    Update README.md 4 months ago