farahfifey commited on
Commit
77d9548
·
verified ·
1 Parent(s): b192be4

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,74 +1,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
  }
 
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b2c98d08c8c22010b659f340ddef0ce1abb26a6ae20ed347da885963800f47f
3
- size 557912620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f5c2be547e4e1ecf4b99c6c36994a7e9cb8b50de261bcb17c748897276225e
3
+ size 891644712
runs/Dec07_22-11-11_ws-l4-008/events.out.tfevents.1733595074.ws-l4-008.3926071.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e0736a3e5951a2d65161cdd0011c826eaff5034fef39b4ef8e031e5da691c9f
3
+ size 6200
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7127e444a6ef85d817c654e5a3d4f34c79f862f7e139385b88b188bbcb21060
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cfd852f405a7746f7a376f2d66f58df804801d71f66f79721e3378cf28c8507
3
  size 5368