Crayo1902 commited on
Commit
bd80e6b
·
verified ·
1 Parent(s): 1ba2336

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -44
config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "_name_or_path": "roberta-base",
3
- "architectures": [
4
- "RobertaForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "eos_token_id": 2,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
- "id2label": {
14
- "0": "Urgency",
15
- "1": "Not Dark Pattern",
16
- "2": "Scarcity",
17
- "3": "Misdirection",
18
- "4": "Social Proof",
19
- "5": "Obstruction"
20
- },
21
- "initializer_range": 0.02,
22
- "intermediate_size": 3072,
23
- "label2id": {
24
- "Misdirection": 3,
25
- "Not Dark Pattern": 1,
26
- "Obstruction": 5,
27
- "Scarcity": 2,
28
- "Social Proof": 4,
29
- "Urgency": 0
30
- },
31
- "layer_norm_eps": 1e-05,
32
- "max_position_embeddings": 514,
33
- "model_type": "roberta",
34
- "num_attention_heads": 12,
35
- "num_hidden_layers": 12,
36
- "pad_token_id": 1,
37
- "position_embedding_type": "absolute",
38
- "problem_type": "single_label_classification",
39
- "torch_dtype": "float32",
40
- "transformers_version": "4.35.2",
41
- "type_vocab_size": 1,
42
- "use_cache": true,
43
- "vocab_size": 50265
44
- }