Auttar commited on
Commit
704804c
·
verified ·
1 Parent(s): 9e513f1

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +64 -0
  2. generation_config.json +35 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 3072,
8
+ "d_kv": 64,
9
+ "d_model": 768,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "relu",
12
+ "dropout_rate": 0.1,
13
+ "dtype": "float32",
14
+ "eos_token_id": 2,
15
+ "feed_forward_proj": "relu",
16
+ "initializer_factor": 1.0,
17
+ "is_decoder": false,
18
+ "is_encoder_decoder": true,
19
+ "is_gated_act": false,
20
+ "layer_norm_epsilon": 1e-06,
21
+ "model_type": "t5",
22
+ "n_positions": 512,
23
+ "num_decoder_layers": 12,
24
+ "num_heads": 12,
25
+ "num_layers": 12,
26
+ "output_past": true,
27
+ "pad_token_id": 0,
28
+ "relative_attention_max_distance": 128,
29
+ "relative_attention_num_buckets": 32,
30
+ "scale_decoder_outputs": true,
31
+ "task_specific_params": {
32
+ "summarization": {
33
+ "early_stopping": true,
34
+ "length_penalty": 2.0,
35
+ "max_length": 200,
36
+ "min_length": 30,
37
+ "no_repeat_ngram_size": 3,
38
+ "num_beams": 4,
39
+ "prefix": "summarize: "
40
+ },
41
+ "translation_en_to_de": {
42
+ "early_stopping": true,
43
+ "max_length": 300,
44
+ "num_beams": 4,
45
+ "prefix": "translate English to German: "
46
+ },
47
+ "translation_en_to_fr": {
48
+ "early_stopping": true,
49
+ "max_length": 300,
50
+ "num_beams": 4,
51
+ "prefix": "translate English to French: "
52
+ },
53
+ "translation_en_to_ro": {
54
+ "early_stopping": true,
55
+ "max_length": 300,
56
+ "num_beams": 4,
57
+ "prefix": "translate English to Romanian: "
58
+ }
59
+ },
60
+ "tie_word_embeddings": true,
61
+ "transformers_version": "5.0.0",
62
+ "use_cache": false,
63
+ "vocab_size": 32128
64
+ }
generation_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": false,
3
+ "assistant_confidence_threshold": 0.4,
4
+ "assistant_lookbehind": 10,
5
+ "decoder_start_token_id": 0,
6
+ "diversity_penalty": 0.0,
7
+ "do_sample": false,
8
+ "early_stopping": false,
9
+ "encoder_no_repeat_ngram_size": 0,
10
+ "encoder_repetition_penalty": 1.0,
11
+ "eos_token_id": 2,
12
+ "epsilon_cutoff": 0.0,
13
+ "eta_cutoff": 0.0,
14
+ "length_penalty": 1.0,
15
+ "max_length": 20,
16
+ "min_length": 0,
17
+ "no_repeat_ngram_size": 0,
18
+ "num_assistant_tokens": 20,
19
+ "num_assistant_tokens_schedule": "constant",
20
+ "num_beam_groups": 1,
21
+ "num_beams": 1,
22
+ "num_return_sequences": 1,
23
+ "output_scores": false,
24
+ "pad_token_id": 0,
25
+ "remove_invalid_values": false,
26
+ "repetition_penalty": 1.0,
27
+ "return_dict_in_generate": false,
28
+ "target_lookbehind": 10,
29
+ "temperature": 1.0,
30
+ "top_k": 50,
31
+ "top_p": 1.0,
32
+ "transformers_version": "5.0.0",
33
+ "typical_p": 1.0,
34
+ "use_cache": true
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64507a93fe6b11170ca43f3d4d179305f9eb8cf270a2c049edac4fb16a6cea50
3
+ size 1187736656
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1a1c68a746a5521149cc8f792d3cd894288c9c33526a33f8ebdcbe673b586fa
3
+ size 5393