hrezaei commited on
Commit
5f1ae5a
·
1 Parent(s): 9b85a47

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,23 +1,20 @@
1
  {
2
  "architectures": [
3
- "T5LAForConditionalGeneration"
4
  ],
5
- "attribute_map": {
6
- "hidden_size": "d_model",
7
- "num_hidden_layers": "num_layers"
8
- },
9
  "classifier_dropout": 0.0,
10
  "d_ff": 2816,
11
  "d_kv": 64,
12
  "d_model": 1024,
13
  "decoder_start_token_id": 0,
14
- "dense_act_fn": "relu",
15
  "dropout_rate": 0.1,
 
16
  "eos_token_id": 1,
17
- "feed_forward_proj": "gated-gelu",
18
  "initializer_factor": 1.0,
19
  "is_encoder_decoder": true,
20
- "is_gated_act": false,
21
  "layer_norm_epsilon": 1e-06,
22
  "lookahead_size": 2,
23
  "lookahead_type": "laa",
@@ -28,8 +25,7 @@
28
  "pad_token_id": 0,
29
  "relative_attention_max_distance": 128,
30
  "relative_attention_num_buckets": 32,
31
- "torch_dtype": "float32",
32
- "transformers_version": "4.49.0.dev0",
33
  "use_cache": true,
34
  "vocab_size": 32128
35
  }
 
1
  {
2
  "architectures": [
3
+ "T5LaForConditionalGeneration"
4
  ],
 
 
 
 
5
  "classifier_dropout": 0.0,
6
  "d_ff": 2816,
7
  "d_kv": 64,
8
  "d_model": 1024,
9
  "decoder_start_token_id": 0,
10
+ "dense_act_fn": "gelu_new",
11
  "dropout_rate": 0.1,
12
+ "dtype": "float32",
13
  "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu_new",
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
+ "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
19
  "lookahead_size": 2,
20
  "lookahead_type": "laa",
 
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
+ "transformers_version": "4.56.0.dev0",
 
29
  "use_cache": true,
30
  "vocab_size": 32128
31
  }
runs/Sep03_11-24-48_gpu21.viking2.yor.alces.network/events.out.tfevents.1756895141.gpu21.viking2.yor.alces.network.1766471.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55839b8db7e5ea65dcdcae2270cab333111b44b3456c08806aacb6c246ad72b3
3
+ size 5128
runs/Sep03_11-28-22_gpu21.viking2.yor.alces.network/events.out.tfevents.1756895347.gpu21.viking2.yor.alces.network.1767250.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f4e8310841cb0ea7fa663710ad62afabaa32194fc49e0e2587bc721e212b73b
3
+ size 7559
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:088b9d391912f110686ce196a363b821cc445f35b1cb5246bd30cab09fc85ead
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca44cbce5a09fae8b7b0f876e9b92785393d26c08fe74a7a9149c181d217958a
3
+ size 5905