atif commited on
Commit
a0e6408
·
verified ·
1 Parent(s): cb22400

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,61 +1,74 @@
1
  {
2
- "_name_or_path": "t5-base",
 
 
 
 
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
 
 
 
6
  "classifier_dropout": 0.0,
7
- "d_ff": 3072,
8
- "d_kv": 64,
9
  "d_model": 768,
10
- "decoder_start_token_id": 0,
11
- "dense_act_fn": "relu",
12
- "dropout_rate": 0.1,
13
- "eos_token_id": 1,
14
- "feed_forward_proj": "relu",
15
- "initializer_factor": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  "is_encoder_decoder": true,
17
- "is_gated_act": false,
18
- "layer_norm_epsilon": 1e-06,
19
- "model_type": "t5",
20
- "n_positions": 512,
21
- "num_decoder_layers": 12,
22
- "num_heads": 12,
23
- "num_layers": 12,
24
- "output_past": true,
25
- "pad_token_id": 0,
26
- "relative_attention_max_distance": 128,
27
- "relative_attention_num_buckets": 32,
 
 
 
28
  "task_specific_params": {
29
  "summarization": {
30
- "early_stopping": true,
31
- "length_penalty": 2.0,
32
- "max_length": 200,
33
- "min_length": 30,
34
- "no_repeat_ngram_size": 3,
35
- "num_beams": 4,
36
- "prefix": "summarize: "
37
  },
38
- "translation_en_to_de": {
39
- "early_stopping": true,
40
- "max_length": 300,
41
- "num_beams": 4,
42
- "prefix": "translate English to German: "
43
- },
44
- "translation_en_to_fr": {
45
- "early_stopping": true,
46
- "max_length": 300,
47
- "num_beams": 4,
48
- "prefix": "translate English to French: "
49
  },
50
- "translation_en_to_ro": {
51
- "early_stopping": true,
52
- "max_length": 300,
53
- "num_beams": 4,
54
- "prefix": "translate English to Romanian: "
55
  }
56
  },
57
  "torch_dtype": "float32",
58
  "transformers_version": "4.46.3",
59
  "use_cache": true,
60
- "vocab_size": 32128
61
  }
 
1
  {
2
+ "_name_or_path": "facebook/bart-base",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
  "architectures": [
8
+ "BartForConditionalGeneration"
9
  ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
  "classifier_dropout": 0.0,
 
 
14
  "d_model": 768,
15
+ "decoder_attention_heads": 12,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 6,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": null,
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 3072,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 6,
26
+ "eos_token_id": 2,
27
+ "forced_eos_token_id": 2,
28
+ "gradient_checkpointing": false,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2"
33
+ },
34
+ "init_std": 0.02,
35
  "is_encoder_decoder": true,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1,
39
+ "LABEL_2": 2
40
+ },
41
+ "max_position_embeddings": 1024,
42
+ "model_type": "bart",
43
+ "no_repeat_ngram_size": null,
44
+ "normalize_before": false,
45
+ "normalize_embedding": true,
46
+ "num_beams": null,
47
+ "num_hidden_layers": 6,
48
+ "pad_token_id": 1,
49
+ "scale_embedding": false,
50
  "task_specific_params": {
51
  "summarization": {
52
+ "length_penalty": 1.0,
53
+ "max_length": 128,
54
+ "min_length": 12,
55
+ "num_beams": 4
 
 
 
56
  },
57
+ "summarization_cnn": {
58
+ "length_penalty": 2.0,
59
+ "max_length": 142,
60
+ "min_length": 56,
61
+ "num_beams": 4
 
 
 
 
 
 
62
  },
63
+ "summarization_xsum": {
64
+ "length_penalty": 1.0,
65
+ "max_length": 62,
66
+ "min_length": 11,
67
+ "num_beams": 6
68
  }
69
  },
70
  "torch_dtype": "float32",
71
  "transformers_version": "4.46.3",
72
  "use_cache": true,
73
+ "vocab_size": 50265
74
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69a53ffb77d8f788759ac40f02910eb4e37f7c4f4e5a561f475715e0c3ab0746
3
- size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8029b854c7327f482e16781f8fa466179ee7eff2c95016e456287c61ddd1c3db
3
+ size 557912620
runs/Dec07_21-30-29_ws-l4-008/events.out.tfevents.1733592757.ws-l4-008.3813936.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c78793070b5cbbdaac9ebf7312ee8f265126abcaf0c97b9111e8ecdb50cd064
3
+ size 6443
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e1310d1be1d89ea13c96f0d0f1387a5bd07afaa7902535a58c2fbdf1f9348e0
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:315c0114974b29d2bea0f11d6d085979594b114ba687071ac0f3184e72f6201f
3
  size 5368