multifuly commited on
Commit
9a3a7bd
·
1 Parent(s): 3210af4

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -40
config.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "add_cross_attention": false,
3
- "architectures": [
4
- "XLMRobertaForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "dtype": "float32",
10
- "eos_token_id": 2,
11
- "hidden_act": "gelu",
12
- "hidden_dropout_prob": 0.1,
13
- "hidden_size": 1024,
14
- "id2label": {
15
- "0": "LABEL_0"
16
- },
17
- "initializer_range": 0.02,
18
- "intermediate_size": 4096,
19
- "is_decoder": false,
20
- "label2id": {
21
- "LABEL_0": 0
22
- },
23
- "layer_norm_eps": 1e-05,
24
- "max_position_embeddings": 514,
25
- "model_type": "xlm-roberta",
26
- "num_attention_heads": 16,
27
- "num_hidden_layers": 24,
28
- "output_past": true,
29
- "pad_token_id": 1,
30
- "position_embedding_type": "absolute",
31
- "sentence_transformers": {
32
- "activation_fn": "torch.nn.modules.activation.Sigmoid",
33
- "version": "5.2.3"
34
- },
35
- "tie_word_embeddings": true,
36
- "transformers_version": "5.0.0",
37
- "type_vocab_size": 1,
38
- "use_cache": true,
39
- "vocab_size": 250002
40
- }