yali98 commited on
Commit
774773d
·
1 Parent(s): e22327d

Training in progress, step 1000

Browse files
Files changed (3) hide show
  1. config.json +20 -27
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,15 +1,16 @@
1
  {
2
- "_name_or_path": "facebook/bart-large",
3
- "activation_dropout": 0.1,
 
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
6
  "add_final_layer_norm": false,
7
  "architectures": [
8
  "Model"
9
  ],
10
- "attention_dropout": 0.1,
11
  "bos_token_id": 0,
12
- "classif_dropout": 0.1,
13
  "classifier_dropout": 0.0,
14
  "d_model": 1024,
15
  "decoder_attention_heads": 16,
@@ -24,7 +25,9 @@
24
  "encoder_layerdrop": 0.0,
25
  "encoder_layers": 12,
26
  "eos_token_id": 2,
27
- "forced_bos_token_id": 0,
 
 
28
  "forced_eos_token_id": 2,
29
  "gradient_checkpointing": false,
30
  "id2label": {
@@ -39,7 +42,9 @@
39
  "LABEL_1": 1,
40
  "LABEL_2": 2
41
  },
 
42
  "max_position_embeddings": 1024,
 
43
  "model_type": "bart",
44
  "n_gram_linear": true,
45
  "n_gram_lm": false,
@@ -48,32 +53,20 @@
48
  "no_base_loss": false,
49
  "no_repeat_ngram_size": 3,
50
  "normalize_before": false,
51
- "num_beams": 4,
 
52
  "num_hidden_layers": 12,
 
53
  "pad_token_id": 1,
 
 
54
  "scale_embedding": false,
55
- "task_specific_params": {
56
- "summarization": {
57
- "length_penalty": 1.0,
58
- "max_length": 128,
59
- "min_length": 12,
60
- "num_beams": 4
61
- },
62
- "summarization_cnn": {
63
- "length_penalty": 2.0,
64
- "max_length": 142,
65
- "min_length": 56,
66
- "num_beams": 4
67
- },
68
- "summarization_xsum": {
69
- "length_penalty": 1.0,
70
- "max_length": 62,
71
- "min_length": 11,
72
- "num_beams": 6
73
- }
74
- },
75
  "torch_dtype": "float32",
76
  "transformers_version": "4.34.0",
77
  "use_cache": true,
78
- "vocab_size": 50265
79
  }
 
1
  {
2
+ "_name_or_path": "facebook/bart-large-xsum",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
  "add_bias_logits": false,
7
  "add_final_layer_norm": false,
8
  "architectures": [
9
  "Model"
10
  ],
11
+ "attention_dropout": 0.0,
12
  "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
  "classifier_dropout": 0.0,
15
  "d_model": 1024,
16
  "decoder_attention_heads": 16,
 
25
  "encoder_layerdrop": 0.0,
26
  "encoder_layers": 12,
27
  "eos_token_id": 2,
28
+ "eos_token_ids": [
29
+ 2
30
+ ],
31
  "forced_eos_token_id": 2,
32
  "gradient_checkpointing": false,
33
  "id2label": {
 
42
  "LABEL_1": 1,
43
  "LABEL_2": 2
44
  },
45
+ "max_length": 62,
46
  "max_position_embeddings": 1024,
47
+ "min_length": 11,
48
  "model_type": "bart",
49
  "n_gram_linear": true,
50
  "n_gram_lm": false,
 
53
  "no_base_loss": false,
54
  "no_repeat_ngram_size": 3,
55
  "normalize_before": false,
56
+ "normalize_embedding": true,
57
+ "num_beams": 6,
58
  "num_hidden_layers": 12,
59
+ "output_past": true,
60
  "pad_token_id": 1,
61
+ "prefix": " ",
62
+ "replacing_rate": 0,
63
  "scale_embedding": false,
64
+ "static_position_embeddings": false,
65
+ "student_decoder_layers": null,
66
+ "student_encoder_layers": null,
67
+ "task_specific_params": {},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  "torch_dtype": "float32",
69
  "transformers_version": "4.34.0",
70
  "use_cache": true,
71
+ "vocab_size": 50264
72
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73e662219dd0fd9e8cc7b55a67b678f4cf85da91c1a4be1bc44cdf888048f053
3
- size 1629740437
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e88f0d24071c928cd505799a2d35cea3b9b01153b065cda67e20d0b9788c49
3
+ size 1629736341
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c9a9e9c75d362ad94762178e57491667c41abaa3dabe0ab81e0aabdcc4f02f9
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccaf7a242d9b8c2c27a94961c130359eb966e079dc935724776aa9bc515d027b
3
  size 4219