karthikvarunn commited on
Commit
5799774
1 Parent(s): 6a44d74

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -56
config.json DELETED
@@ -1,56 +0,0 @@
1
- {
2
- "_name_or_path": "facebook/bart-large-mnli",
3
- "_num_labels": 5,
4
- "activation_dropout": 0.0,
5
- "activation_function": "gelu",
6
- "add_final_layer_norm": false,
7
- "architectures": [
8
- "BartForSequenceClassification"
9
- ],
10
- "attention_dropout": 0.0,
11
- "bos_token_id": 0,
12
- "classif_dropout": 0.0,
13
- "classifier_dropout": 0.0,
14
- "d_model": 1024,
15
- "decoder_attention_heads": 16,
16
- "decoder_ffn_dim": 4096,
17
- "decoder_layerdrop": 0.0,
18
- "decoder_layers": 12,
19
- "decoder_start_token_id": 2,
20
- "dropout": 0.1,
21
- "encoder_attention_heads": 16,
22
- "encoder_ffn_dim": 4096,
23
- "encoder_layerdrop": 0.0,
24
- "encoder_layers": 12,
25
- "eos_token_id": 2,
26
- "forced_eos_token_id": 2,
27
- "gradient_checkpointing": false,
28
- "id2label": {
29
- "0": "LABEL_0",
30
- "1": "LABEL_1",
31
- "2": "LABEL_2",
32
- "3": "LABEL_3",
33
- "4": "LABEL_4"
34
- },
35
- "init_std": 0.02,
36
- "is_encoder_decoder": true,
37
- "label2id": {
38
- "LABEL_0": 0,
39
- "LABEL_1": 1,
40
- "LABEL_2": 2,
41
- "LABEL_3": 3,
42
- "LABEL_4": 4
43
- },
44
- "max_position_embeddings": 1024,
45
- "model_type": "bart",
46
- "normalize_before": false,
47
- "num_hidden_layers": 12,
48
- "output_past": false,
49
- "pad_token_id": 1,
50
- "problem_type": "single_label_classification",
51
- "scale_embedding": false,
52
- "torch_dtype": "float32",
53
- "transformers_version": "4.39.2",
54
- "use_cache": true,
55
- "vocab_size": 50265
56
- }