Instructions to use Khauneesh/tf-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use Khauneesh/tf-text-classification with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("Khauneesh/tf-text-classification") - Notebooks
- Google Colab
- Kaggle
File size: 201 Bytes
090e61c | 1 2 3 4 5 6 7 8 9 10 11 | {
"architectures": [
"TextClassifier"
],
"framework": "tensorflow",
"max_seq_len": 128,
"vocab_size": 1000,
"num_labels": 3,
"hidden_size": 64,
"model_type": "text_classification"
} |