VanekPetr commited on
Commit
232bde9
1 Parent(s): 6e40a99

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +75 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/flan-t5-small",
3
+ "architectures": [
4
+ "T5ForSequenceClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 1024,
8
+ "d_kv": 64,
9
+ "d_model": 512,
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": "Books",
17
+ "1": "Clothing & Accessories",
18
+ "2": "Electronics",
19
+ "3": "Household"
20
+ },
21
+ "initializer_factor": 1.0,
22
+ "is_encoder_decoder": true,
23
+ "is_gated_act": true,
24
+ "label2id": {
25
+ "Books": 0,
26
+ "Clothing & Accessories": 1,
27
+ "Electronics": 2,
28
+ "Household": 3
29
+ },
30
+ "layer_norm_epsilon": 1e-06,
31
+ "model_type": "t5",
32
+ "n_positions": 512,
33
+ "num_decoder_layers": 8,
34
+ "num_heads": 6,
35
+ "num_layers": 8,
36
+ "output_past": true,
37
+ "pad_token_id": 0,
38
+ "problem_type": "single_label_classification",
39
+ "relative_attention_max_distance": 128,
40
+ "relative_attention_num_buckets": 32,
41
+ "task_specific_params": {
42
+ "summarization": {
43
+ "early_stopping": true,
44
+ "length_penalty": 2.0,
45
+ "max_length": 200,
46
+ "min_length": 30,
47
+ "no_repeat_ngram_size": 3,
48
+ "num_beams": 4,
49
+ "prefix": "summarize: "
50
+ },
51
+ "translation_en_to_de": {
52
+ "early_stopping": true,
53
+ "max_length": 300,
54
+ "num_beams": 4,
55
+ "prefix": "translate English to German: "
56
+ },
57
+ "translation_en_to_fr": {
58
+ "early_stopping": true,
59
+ "max_length": 300,
60
+ "num_beams": 4,
61
+ "prefix": "translate English to French: "
62
+ },
63
+ "translation_en_to_ro": {
64
+ "early_stopping": true,
65
+ "max_length": 300,
66
+ "num_beams": 4,
67
+ "prefix": "translate English to Romanian: "
68
+ }
69
+ },
70
+ "tie_word_embeddings": false,
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.34.1",
73
+ "use_cache": true,
74
+ "vocab_size": 32128
75
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6082a9a1b51700fcf65893a2ff1e75541db81066d9b174e6e7d1fe4d1ad78df5
3
+ size 243174542
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df493d5241b9f8b446d5afa2bb9321aef4f7d6e37d4ceaf6618529f04c6acb7f
3
+ size 4600