| { | |
| "architectures": [ | |
| "RobertaForSequenceClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "auto_map": { | |
| "AutoConfig": "configuration_roberta.RobertaConfig", | |
| "AutoModel": "modeling_roberta.RobertaModel", | |
| "AutoModelForCausalLM": "modeling_roberta.RobertaForCausalLM", | |
| "AutoModelForMaskedLM": "modeling_roberta.RobertaForMaskedLM", | |
| "AutoModelForMultipleChoice": "modeling_roberta.RobertaForMultipleChoice", | |
| "AutoModelForQuestionAnswering": "modeling_roberta.RobertaForQuestionAnswering", | |
| "AutoModelForSequenceClassification": "modeling_roberta.RobertaForSequenceClassification", | |
| "AutoModelForTokenClassification": "modeling_roberta.RobertaForTokenClassification" | |
| }, | |
| "bos_token_id": 0, | |
| "classifier_dropout": null, | |
| "dtype": "float32", | |
| "eos_token_id": 2, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 1024, | |
| "id2label": { | |
| "0": "rado\u015b\u0107", | |
| "1": "wstr\u0119t", | |
| "2": "gniew", | |
| "3": "przeczuwanie", | |
| "4": "pozytywny", | |
| "5": "negatywny", | |
| "6": "neutralny", | |
| "7": "sarkazm" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 4096, | |
| "label2id": { | |
| "gniew": 2, | |
| "negatywny": 5, | |
| "neutralny": 6, | |
| "pozytywny": 4, | |
| "przeczuwanie": 3, | |
| "rado\u015b\u0107": 0, | |
| "sarkazm": 7, | |
| "wstr\u0119t": 1 | |
| }, | |
| "layer_norm_eps": 1e-05, | |
| "max_position_embeddings": 8194, | |
| "model_type": "roberta", | |
| "num_attention_heads": 16, | |
| "num_hidden_layers": 24, | |
| "pad_token_id": 1, | |
| "position_embedding_type": "absolute", | |
| "problem_type": "multi_label_classification", | |
| "transformers_version": "4.56.2", | |
| "type_vocab_size": 1, | |
| "use_cache": true, | |
| "vocab_size": 128064 | |
| } | |