Token Classification
MLX
eurobert
html
content-extraction
boilerplate-removal
web-scraping
encoder
custom-code
custom_code
Instructions to use Mike0021/pulpie-orange-small-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Mike0021/pulpie-orange-small-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir pulpie-orange-small-mlx Mike0021/pulpie-orange-small-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "architectures": [ | |
| "EuroBertForTokenClassification" | |
| ], | |
| "attention_bias": false, | |
| "attention_dropout": 0.0, | |
| "auto_map": { | |
| "AutoConfig": "configuration_eurobert.EuroBertConfig", | |
| "AutoModel": "modeling_eurobert.EuroBertModel", | |
| "AutoModelForMaskedLM": "modeling_eurobert.EuroBertForMaskedLM", | |
| "AutoModelForPreTraining": "modeling_eurobert.EuroBertPreTrainedModel", | |
| "AutoModelForQuestionAnswering": "modeling_eurobert.EuroBertForQuestionAnswering", | |
| "AutoModelForSequenceClassification": "modeling_eurobert.EuroBertForSequenceClassification", | |
| "AutoModelForTokenClassification": "modeling_eurobert.EuroBertForTokenClassification" | |
| }, | |
| "bos_token": "<|begin_of_text|>", | |
| "bos_token_id": 128000, | |
| "clf_pooling": "late", | |
| "dtype": "bfloat16", | |
| "eos_token": "<|end_of_text|>", | |
| "eos_token_id": 128001, | |
| "head_dim": 64, | |
| "hidden_act": "silu", | |
| "hidden_dropout": 0.0, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "LABEL_0", | |
| "1": "LABEL_1" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "LABEL_0": 0, | |
| "LABEL_1": 1 | |
| }, | |
| "mask_token": "<|mask|>", | |
| "mask_token_id": 128002, | |
| "max_position_embeddings": 8192, | |
| "mlp_bias": false, | |
| "model_type": "eurobert", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "num_key_value_heads": 12, | |
| "num_labels": 2, | |
| "pad_token": "<|end_of_text|>", | |
| "pad_token_id": 128001, | |
| "pretraining_tp": 1, | |
| "rms_norm_eps": 1e-05, | |
| "rope_scaling": null, | |
| "rope_theta": 250000, | |
| "tie_word_embeddings": false, | |
| "transformers_version": "4.57.6", | |
| "use_cache": false, | |
| "vocab_size": 128257 | |
| } | |