Minata commited on
Commit
627c672
1 Parent(s): 07e75e5

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "uclanlp/plbart-base",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "PLBartForSequenceClassification"
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
+ "problem_type": "single_label_classification",
30
+ "scale_embedding": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.26.1",
33
+ "use_cache": true,
34
+ "vocab_size": 50005
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c920725fcd7b9dc1e943d581d756bd946f6346f361ecb8c1660babbb9b8568f6
3
+ size 559340841
runs/Feb24_21-30-22_161241e22313/1677274234.8325183/events.out.tfevents.1677274234.161241e22313.17547.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d35750caed8fc6ec34440e1a836ca005e194a72e99f3cfadde9208b663ca0f
3
+ size 5752
runs/Feb24_21-30-22_161241e22313/events.out.tfevents.1677274234.161241e22313.17547.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26032863acff076c95ac8b012340d98bb0fca17ce1edfa73fda90d27213ae6ee
3
+ size 6459
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-detection-bad-good-ut",
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:48151bac4a2fae309cfb871b1217ba05e82901f11a225129b460be1ff4151fc2
3
+ size 3515