oe2015 commited on
Commit
4999676
·
1 Parent(s): 045136b

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -38
config.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "_name_or_path": "xlm-roberta-base",
3
- "architectures": [
4
- "XLMRobertaForSequenceClassification"
5
- ],
6
- "model_type": "xlm-roberta",
7
- "attention_probs_dropout_prob": 0.1,
8
- "bos_token_id": 0,
9
- "classifier_dropout": null,
10
- "eos_token_id": 2,
11
- "hidden_act": "gelu",
12
- "hidden_dropout_prob": 0.1,
13
- "hidden_size": 768,
14
- "id2label": {
15
- "0": "LABEL_0",
16
- "1": "LABEL_1",
17
- "2": "LABEL_2"
18
- },
19
- "initializer_range": 0.02,
20
- "intermediate_size": 3072,
21
- "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2
25
- },
26
- "layer_norm_eps": 1e-05,
27
- "max_position_embeddings": 514,
28
- "model_type": "xlm-roberta",
29
- "num_attention_heads": 12,
30
- "num_hidden_layers": 12,
31
- "output_past": true,
32
- "pad_token_id": 1,
33
- "position_embedding_type": "absolute",
34
- "transformers_version": "4.28.1",
35
- "type_vocab_size": 1,
36
- "use_cache": true,
37
- "vocab_size": 250002
38
- }