rorschach-40 commited on
Commit
bbded3c
1 Parent(s): 48ffeab

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/flan-t5-xl",
3
+ "architectures": [
4
+ "T5ForSequenceClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 5120,
8
+ "d_kv": 64,
9
+ "d_model": 2048,
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
+ "id2label": {
16
+ "0": "P",
17
+ "1": "S"
18
+ },
19
+ "initializer_factor": 1.0,
20
+ "is_encoder_decoder": true,
21
+ "is_gated_act": true,
22
+ "label2id": {
23
+ "P": 0,
24
+ "S": 1
25
+ },
26
+ "layer_norm_epsilon": 1e-06,
27
+ "model_type": "t5",
28
+ "n_positions": 512,
29
+ "num_decoder_layers": 24,
30
+ "num_heads": 32,
31
+ "num_layers": 24,
32
+ "output_past": true,
33
+ "pad_token_id": 0,
34
+ "problem_type": "single_label_classification",
35
+ "relative_attention_max_distance": 128,
36
+ "relative_attention_num_buckets": 32,
37
+ "task_specific_params": {
38
+ "summarization": {
39
+ "early_stopping": true,
40
+ "length_penalty": 2.0,
41
+ "max_length": 200,
42
+ "min_length": 30,
43
+ "no_repeat_ngram_size": 3,
44
+ "num_beams": 4,
45
+ "prefix": "summarize: "
46
+ },
47
+ "translation_en_to_de": {
48
+ "early_stopping": true,
49
+ "max_length": 300,
50
+ "num_beams": 4,
51
+ "prefix": "translate English to German: "
52
+ },
53
+ "translation_en_to_fr": {
54
+ "early_stopping": true,
55
+ "max_length": 300,
56
+ "num_beams": 4,
57
+ "prefix": "translate English to French: "
58
+ },
59
+ "translation_en_to_ro": {
60
+ "early_stopping": true,
61
+ "max_length": 300,
62
+ "num_beams": 4,
63
+ "prefix": "translate English to Romanian: "
64
+ }
65
+ },
66
+ "tie_word_embeddings": false,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.37.2",
69
+ "use_cache": true,
70
+ "vocab_size": 32128
71
+ }
runs/Mar18_17-33-09_thor/events.out.tfevents.1710779592.thor.259521.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d731fd0ff3aa44fcd398c7171f5733e65b5899faf2d4b7cde8c00c2c076fe9
3
+ size 5427
runs/Mar18_17-34-09_thor/events.out.tfevents.1710779652.thor.259974.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d57179a1b8a42ece39c7c238da852552b1b6592b35dbf7de7650a1c356ff3c
3
+ size 4184
runs/Mar18_17-34-53_thor/events.out.tfevents.1710779696.thor.260447.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf5521e0de6c145c842558b56e2744040f79647dfd90321c1e7c3e2b039529d
3
+ size 5427
runs/Mar18_17-36-20_thor/events.out.tfevents.1710779782.thor.260979.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dffa59bafe6ffc757cc5a3ee6c51324a2c66c3e133963c6a5ea6ae229861eac5
3
+ size 6406
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8c34f70fbcb027419c51bd399a6930dc0a6eb61fa75aa30d5b18dda0da64c5
3
+ size 4792