ZL92 commited on
Commit
19393ce
1 Parent(s): 8eeaa29

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,46 +1,59 @@
1
  {
2
- "_name_or_path": "distilgpt2",
3
- "_num_labels": 1,
4
- "activation_function": "gelu_new",
 
 
 
5
  "architectures": [
6
- "GPT2LMHeadModel"
7
  ],
8
- "attn_pdrop": 0.1,
9
- "bos_token_id": 50256,
10
- "embd_pdrop": 0.1,
11
- "eos_token_id": 50256,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "id2label": {
13
- "0": "LABEL_0"
 
 
14
  },
15
- "initializer_range": 0.02,
 
 
16
  "label2id": {
17
- "LABEL_0": 0
18
- },
19
- "layer_norm_epsilon": 1e-05,
20
- "model_type": "gpt2",
21
- "n_ctx": 1024,
22
- "n_embd": 768,
23
- "n_head": 12,
24
- "n_inner": null,
25
- "n_layer": 6,
26
- "n_positions": 1024,
27
- "reorder_and_upcast_attn": false,
28
- "resid_pdrop": 0.1,
29
- "scale_attn_by_inverse_layer_idx": false,
30
- "scale_attn_weights": true,
31
- "summary_activation": null,
32
- "summary_first_dropout": 0.1,
33
- "summary_proj_to_labels": true,
34
- "summary_type": "cls_index",
35
- "summary_use_proj": true,
36
- "task_specific_params": {
37
- "text-generation": {
38
- "do_sample": true,
39
- "max_length": 50
40
- }
41
  },
 
 
 
 
 
 
 
 
 
 
 
 
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.35.2",
44
  "use_cache": true,
45
- "vocab_size": 50257
46
  }
 
1
  {
2
+ "_name_or_path": "facebook/mbart-large-50",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": true,
8
  "architectures": [
9
+ "MBartForCausalLM"
10
  ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
+ "classifier_dropout": 0.0,
15
+ "d_model": 1024,
16
+ "decoder_attention_heads": 16,
17
+ "decoder_ffn_dim": 4096,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 2,
21
+ "dropout": 0.1,
22
+ "early_stopping": true,
23
+ "encoder_attention_heads": 16,
24
+ "encoder_ffn_dim": 4096,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
27
+ "eos_token_id": 2,
28
+ "forced_eos_token_id": 2,
29
+ "gradient_checkpointing": false,
30
  "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
  },
35
+ "init_std": 0.02,
36
+ "is_decoder": true,
37
+ "is_encoder_decoder": false,
38
  "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1,
41
+ "LABEL_2": 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  },
43
+ "max_length": 200,
44
+ "max_position_embeddings": 1024,
45
+ "model_type": "mbart",
46
+ "normalize_before": true,
47
+ "normalize_embedding": true,
48
+ "num_beams": 5,
49
+ "num_hidden_layers": 12,
50
+ "output_past": true,
51
+ "pad_token_id": 1,
52
+ "scale_embedding": true,
53
+ "static_position_embeddings": false,
54
+ "tokenizer_class": "MBart50Tokenizer",
55
  "torch_dtype": "float32",
56
  "transformers_version": "4.35.2",
57
  "use_cache": true,
58
+ "vocab_size": 250054
59
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:735d11efc09a243527c90b01f0b1f8a665c2e0b6987a43dfd4fe092c2a5197d4
3
- size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09c11930a281b98439733c553e6f482636e0bd0f6f7286612a36618f082c27fb
3
+ size 1834718496
runs/Dec12_12-08-01_87fa4f095f30/events.out.tfevents.1702382882.87fa4f095f30.1650.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e72fc8178df78a5704114bb6cd774c215188e015214867db66b1ba4eb5cc474
3
- size 11580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf13cdcffd45053d6e57654f88a5228c72683f4dd5059d4b3e536a60b500ed0a
3
+ size 11851
runs/Dec12_12-48-48_87fa4f095f30/events.out.tfevents.1702385334.87fa4f095f30.14555.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09e0aeaf265d7012de233874a14cff9144b206542826e5d9d7a218371fb8440
3
+ size 5153
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7eb3e3a2674c07ffd38c7ddaf9331f3c7bd0767283a24d39a7a8e14eb1d7b84a
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec444722bef4263f04d71bb6717e791f7af90334179008a6f4b1066ff73c394
3
  size 4600