YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
{ "model_type": "bert", "hidden_size": 768, "embedding_size": 768, "num_hidden_layers": 12, "num_attention_heads": 12, "intermediate_size": 3072, "hidden_act": "gelu", "initializer_range": 0.02, "layer_norm_eps": 1e-12, "max_position_embeddings": 512, "vocab_size": 30522, "type_vocab_size": 2, "attention_probs_dropout_prob": 0.1, "hidden_dropout_prob": 0.1, "num_labels": 2, // Adjust this for your classification task "id2label": { "0": "negative", // Replace with your label names "1": "positive" // Replace with your label names }, "label2id": { "negative": 0, "positive": 1 } }
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.