Steph974 commited on
Commit
65d552c
·
verified ·
1 Parent(s): 8d47363

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -31
config.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "_name_or_path": "roberta-large",
3
- "architectures": [
4
- "RobertaForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "eos_token_id": 2,
9
- "gradient_checkpointing": false,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 1024,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 4096,
15
- "layer_norm_eps": 1e-05,
16
- "max_position_embeddings": 514,
17
- "model_type": "roberta",
18
- "num_attention_heads": 16,
19
- "num_hidden_layers": 24,
20
- "pad_token_id": 1,
21
- "type_vocab_size": 1,
22
- "vocab_size": 50265,
23
- "id2label": {
24
- "0": "NEGATIVE",
25
- "1": "POSITIVE"
26
- },
27
- "label2id": {
28
- "NEGATIVE": 0,
29
- "POSITIVE": 1
30
- }
31
- }