sakib131 commited on
Commit
74726ee
1 Parent(s): ec74641

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,33 +1,67 @@
1
  {
2
- "_name_or_path": "csebuetnlp/banglat5",
 
 
 
 
 
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
 
 
 
6
  "classifier_dropout": 0.0,
7
- "d_ff": 2048,
8
- "d_kv": 64,
9
- "d_model": 768,
10
- "decoder_start_token_id": 0,
11
- "dense_act_fn": "gelu_new",
12
- "dropout_rate": 0.1,
13
- "eos_token_id": 1,
14
- "feed_forward_proj": "gated-gelu",
 
 
 
 
 
 
 
 
 
15
  "gradient_checkpointing": false,
16
- "initializer_factor": 1.0,
 
 
 
 
 
17
  "is_encoder_decoder": true,
18
- "is_gated_act": true,
19
- "layer_norm_epsilon": 1e-06,
20
- "model_type": "t5",
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
- "tie_word_embeddings": false,
 
 
 
 
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.35.2",
31
  "use_cache": true,
32
- "vocab_size": 32128
33
  }
 
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
+ "BartForConditionalGeneration"
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,
17
+ "decoder_ffn_dim": 4096,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 2,
21
+ "dropout": 0.1,
22
+ "early_stopping": true,
23
+ "encoder_attention_heads": 16,
24
+ "encoder_ffn_dim": 4096,
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": {
34
+ "0": "LABEL_0",
35
+ "1": "LABEL_1",
36
+ "2": "LABEL_2"
37
+ },
38
+ "init_std": 0.02,
39
  "is_encoder_decoder": true,
40
+ "label2id": {
41
+ "LABEL_0": 0,
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
+ "no_repeat_ngram_size": 3,
50
+ "normalize_before": false,
51
+ "normalize_embedding": true,
52
+ "num_beams": 6,
53
+ "num_hidden_layers": 12,
54
  "output_past": true,
55
+ "pad_token_id": 1,
56
+ "prefix": " ",
57
+ "replacing_rate": 0,
58
+ "scale_embedding": false,
59
+ "static_position_embeddings": false,
60
+ "student_decoder_layers": null,
61
+ "student_encoder_layers": null,
62
+ "task_specific_params": {},
63
  "torch_dtype": "float32",
64
  "transformers_version": "4.35.2",
65
  "use_cache": true,
66
+ "vocab_size": 50264
67
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7208400272cc18fcfa646d73a1b4c8c1679e66e904307e45c2c5ab858b0b478b
3
- size 990345064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc83bb9c8c9c05ff8c91ab40b500ce71f0c6bad4295b7ccaf0ef7708f0c3fdf4
3
+ size 1625422896
runs/Jan14_22-44-18_fa5bd509142b/events.out.tfevents.1705272269.fa5bd509142b.1221.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5acb7a893e57421fbfff55c7f76c30e7733344e3ce17554f9e1b8be5ef1888a
3
+ size 5473
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ab9f093e7386c6ac97b1ebd953264233ff3a17bcafb3c15d9baf0b96feba019
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203a9f52fec6a10165a39eed09952f43f988ebc6a101a423e251dde27c4925ca
3
  size 4792