|
{ |
|
"_name_or_path": "FacebookAI/xlm-roberta-large", |
|
"architectures": [ |
|
"XLMRobertaForSequenceClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"bos_token_id": 0, |
|
"classifier_dropout": null, |
|
"eos_token_id": 2, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 1024, |
|
"id2label": { |
|
"0": "alternation", |
|
"1": "attribution", |
|
"2": "causal", |
|
"3": "comment", |
|
"4": "concession", |
|
"5": "condition", |
|
"6": "conjunction", |
|
"7": "contrast", |
|
"8": "elaboration", |
|
"9": "explanation", |
|
"10": "frame", |
|
"11": "mode", |
|
"12": "organization", |
|
"13": "purpose", |
|
"14": "query", |
|
"15": "reformulation", |
|
"16": "temporal" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 4096, |
|
"label2id": { |
|
"alternation": 0, |
|
"attribution": 1, |
|
"causal": 2, |
|
"comment": 3, |
|
"concession": 4, |
|
"condition": 5, |
|
"conjunction": 6, |
|
"contrast": 7, |
|
"elaboration": 8, |
|
"explanation": 9, |
|
"frame": 10, |
|
"mode": 11, |
|
"organization": 12, |
|
"purpose": 13, |
|
"query": 14, |
|
"reformulation": 15, |
|
"temporal": 16 |
|
}, |
|
"layer_norm_eps": 1e-05, |
|
"max_position_embeddings": 514, |
|
"model_type": "xlm-roberta", |
|
"num_attention_heads": 16, |
|
"num_hidden_layers": 24, |
|
"output_past": true, |
|
"pad_token_id": 1, |
|
"position_embedding_type": "absolute", |
|
"problem_type": "single_label_classification", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.39.0", |
|
"type_vocab_size": 1, |
|
"use_cache": true, |
|
"vocab_size": 250002 |
|
} |
|
|