JonahDelman commited on
Commit
0db3da7
·
1 Parent(s): 50a1ba3

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -32
config.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "activation": "gelu",
3
- "architectures": [
4
- "DistilBertForSequenceClassification"
5
- ],
6
- "attention_dropout": 0.1,
7
- "dim": 768,
8
- "dropout": 0.1,
9
- "hidden_dim": 3072,
10
- "id2label": {
11
- "0": "loss",
12
- "1": "win"
13
- },
14
- "initializer_range": 0.02,
15
- "label2id": {
16
- "loss": 0,
17
- "win": 1
18
- },
19
- "max_position_embeddings": 512,
20
- "model_type": "distilbert",
21
- "n_heads": 12,
22
- "n_layers": 6,
23
- "pad_token_id": 0,
24
- "problem_type": "single_label_classification",
25
- "qa_dropout": 0.1,
26
- "seq_classif_dropout": 0.2,
27
- "sinusoidal_pos_embds": false,
28
- "tie_weights_": true,
29
- "torch_dtype": "float32",
30
- "transformers_version": "4.53.3",
31
- "vocab_size": 30522
32
- }