kt-math-ml commited on
Commit
1c32bdf
·
verified ·
1 Parent(s): ff9e56b

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +52 -29
  2. model.safetensors +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,40 +1,63 @@
1
  {
2
- "activation_function": "gelu_new",
3
  "architectures": [
4
- "GPT2ForSequenceClassification"
5
  ],
6
- "attn_pdrop": 0.1,
7
- "bos_token_id": 50256,
8
- "embd_pdrop": 0.1,
9
- "eos_token_id": 50256,
10
- "initializer_range": 0.02,
11
- "layer_norm_epsilon": 1e-05,
12
- "model_type": "gpt2",
13
- "n_ctx": 1024,
14
- "n_embd": 768,
15
- "n_head": 12,
16
- "n_inner": null,
17
- "n_layer": 12,
18
- "n_positions": 1024,
19
- "pad_token_id": 50256,
 
 
 
 
 
 
 
 
20
  "problem_type": "single_label_classification",
21
- "reorder_and_upcast_attn": false,
22
- "resid_pdrop": 0.1,
23
- "scale_attn_by_inverse_layer_idx": false,
24
- "scale_attn_weights": true,
25
- "summary_activation": null,
26
- "summary_first_dropout": 0.1,
27
- "summary_proj_to_labels": true,
28
- "summary_type": "cls_index",
29
- "summary_use_proj": true,
30
  "task_specific_params": {
31
- "text-generation": {
32
- "do_sample": true,
33
- "max_length": 50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  }
35
  },
36
  "torch_dtype": "float32",
37
  "transformers_version": "4.51.3",
38
  "use_cache": true,
39
- "vocab_size": 50257
40
  }
 
1
  {
 
2
  "architectures": [
3
+ "T5ForSequenceClassification"
4
  ],
5
+ "bos_token_id": 1,
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 2048,
8
+ "d_kv": 64,
9
+ "d_model": 512,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "relu",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 2,
14
+ "feed_forward_proj": "relu",
15
+ "gradient_checkpointing": false,
16
+ "initializer_factor": 1.0,
17
+ "is_encoder_decoder": true,
18
+ "is_gated_act": false,
19
+ "layer_norm_epsilon": 1e-06,
20
+ "model_type": "t5",
21
+ "n_positions": 512,
22
+ "num_decoder_layers": 6,
23
+ "num_heads": 8,
24
+ "num_layers": 6,
25
+ "output_past": true,
26
+ "pad_token_id": 0,
27
  "problem_type": "single_label_classification",
28
+ "relative_attention_max_distance": 128,
29
+ "relative_attention_num_buckets": 32,
 
 
 
 
 
 
 
30
  "task_specific_params": {
31
+ "summarization": {
32
+ "early_stopping": true,
33
+ "length_penalty": 2.0,
34
+ "max_length": 200,
35
+ "min_length": 30,
36
+ "no_repeat_ngram_size": 3,
37
+ "num_beams": 4,
38
+ "prefix": "summarize: "
39
+ },
40
+ "translation_en_to_de": {
41
+ "early_stopping": true,
42
+ "max_length": 300,
43
+ "num_beams": 4,
44
+ "prefix": "translate English to German: "
45
+ },
46
+ "translation_en_to_fr": {
47
+ "early_stopping": true,
48
+ "max_length": 300,
49
+ "num_beams": 4,
50
+ "prefix": "translate English to French: "
51
+ },
52
+ "translation_en_to_ro": {
53
+ "early_stopping": true,
54
+ "max_length": 300,
55
+ "num_beams": 4,
56
+ "prefix": "translate English to Romanian: "
57
  }
58
  },
59
  "torch_dtype": "float32",
60
  "transformers_version": "4.51.3",
61
  "use_cache": true,
62
+ "vocab_size": 32100
63
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03d3c4a5c9bf78e2f2cec793081145f33b70510ceb1fc0a81ce30904539d8f08
3
- size 497780432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4a2c592d73a6aa2ebe530db43b69c41db5fc8bf37e3926d2b02d64b2ea909ce
3
+ size 243041240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8142368b9a9d8c4c0f4d0f2af03260bb255e7b623284971711b9f13c52c8a65d
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a94098b415623d7ccb2e79b1f2d25e4a7827b463d63d5f4b24ef2fed9aac5914
3
+ size 5368