Minata commited on
Commit
6374310
1 Parent(s): b393236

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "uclanlp/plbart-base",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "PLBartForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 0,
10
+ "classifier_dropout": 0.0,
11
+ "d_model": 768,
12
+ "decoder_attention_heads": 12,
13
+ "decoder_ffn_dim": 3072,
14
+ "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 6,
16
+ "dropout": 0.1,
17
+ "encoder_attention_heads": 12,
18
+ "encoder_ffn_dim": 3072,
19
+ "encoder_layerdrop": 0.0,
20
+ "encoder_layers": 6,
21
+ "eos_token_id": 2,
22
+ "forced_eos_token_id": 2,
23
+ "init_std": 0.02,
24
+ "is_encoder_decoder": true,
25
+ "max_position_embeddings": 1024,
26
+ "model_type": "plbart",
27
+ "num_hidden_layers": 6,
28
+ "pad_token_id": 1,
29
+ "scale_embedding": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.26.1",
32
+ "use_cache": true,
33
+ "vocab_size": 50005
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2a80ba419d6157d251c0301660226d0319dfb267898bd98790b0a877467d6e
3
+ size 557171485
runs/Feb26_17-11-12_045ba429fd06/1677431512.001111/events.out.tfevents.1677431512.045ba429fd06.1239.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d584a0bf7bf442a2357cfc33975cffe0abf885511be8d4654e271a9f4f7429
3
+ size 6008
runs/Feb26_17-11-12_045ba429fd06/1677431708.7918084/events.out.tfevents.1677431708.045ba429fd06.1239.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c11cbdaeaf5f91c4d6efc066ab897743c9f5037abcda0ec9afb9b9a5297bf4f2
3
+ size 6008
runs/Feb26_17-11-12_045ba429fd06/events.out.tfevents.1677431511.045ba429fd06.1239.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d817ef38add5955e11a78117e9ba2c71e5078da2d187f0b2f6b08b7520c1f8
3
+ size 8554
runs/Feb26_17-16-24_045ba429fd06/1677431790.4256284/events.out.tfevents.1677431790.045ba429fd06.3404.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc9ac7c21c785cef1064d85058aa7be3c363125e9d542b78c6ee7110d6c9880
3
+ size 6008
runs/Feb26_17-16-24_045ba429fd06/1677432693.4741166/events.out.tfevents.1677432693.045ba429fd06.3404.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61bb2ca4581058da97b9406cac0490c6d8aecc128f06ef8e5e996e29d49f61c
3
+ size 6008
runs/Feb26_17-16-24_045ba429fd06/events.out.tfevents.1677431790.045ba429fd06.3404.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e74b3a92cdcd6abcdc36510dd801b94f3369b66511847e802e62a28c1d0d9092
3
+ size 10261
runs/Feb26_17-33-03_045ba429fd06/1677432789.0939724/events.out.tfevents.1677432789.045ba429fd06.7570.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:170834fcce311a304b31c711ce4b261095bc6a6fc82640b2d7700b548819c49d
3
+ size 6008
runs/Feb26_17-33-03_045ba429fd06/events.out.tfevents.1677432789.045ba429fd06.7570.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9903011dd191d6f88eb5fb1578f4b307bb3ff3a8d8d472246269aea98a1c71ce
3
+ size 4222
tokenizer_config.json CHANGED
@@ -13,7 +13,7 @@
13
  "single_word": false
14
  },
15
  "model_max_length": 1024,
16
- "name_or_path": "uclanlp/plbart-base",
17
  "pad_token": "<pad>",
18
  "sep_token": "</s>",
19
  "sp_model_kwargs": {},
 
13
  "single_word": false
14
  },
15
  "model_max_length": 1024,
16
+ "name_or_path": "Minata/plbart-base_finetuned_ut_generator_70000_method2test",
17
  "pad_token": "<pad>",
18
  "sep_token": "</s>",
19
  "sp_model_kwargs": {},
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6afc1c710855427453fda5bc864c1a92a2fea99511194f8289449eedb2d05254
3
+ size 3707