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

  • Log In
  • Sign Up

samanehs
/
test_bert

Text Classification
KerasHub
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • KerasHub

    How to use samanehs/test_bert with KerasHub:

    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://samanehs/test_bert")
    
  • Keras

    How to use samanehs/test_bert with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://samanehs/test_bert")
    
  • Notebooks
  • Google Colab
  • Kaggle
test_bert
70.6 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
samanehs's picture
samanehs
martin-gorner's picture
martin-gorner
keras-hub migration (#1)
ff6b433 verified over 1 year ago
  • assets
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    665 Bytes
    keras-hub migration (#1) over 1 year ago
  • config.json
    450 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • metadata.json
    140 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.weights.h5
    17.6 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • preprocessor.json
    939 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • task.json
    2.07 kB
    Upload folder using huggingface_hub about 2 years ago
  • task.weights.h5
    52.8 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer.json
    457 Bytes
    Upload folder using huggingface_hub about 2 years ago