ylei commited on
Commit
8f6f3d7
1 Parent(s): ec08bbd

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,46 +1,46 @@
1
  {
2
- "_name_or_path": "distilbert/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.42.0.dev0",
 
44
  "use_cache": true,
45
- "vocab_size": 50257
46
  }
 
1
  {
2
+ "_name_or_path": "/hpc2hdd/home/ymen989/2541/model/model2",
 
 
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
  "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4"
18
  },
19
  "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
  "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "pooler_fc_size": 768,
35
+ "pooler_num_attention_heads": 12,
36
+ "pooler_num_fc_layers": 3,
37
+ "pooler_size_per_head": 128,
38
+ "pooler_type": "first_token_transform",
39
+ "position_embedding_type": "absolute",
40
+ "problem_type": "single_label_classification",
41
  "torch_dtype": "float32",
42
  "transformers_version": "4.42.0.dev0",
43
+ "type_vocab_size": 2,
44
  "use_cache": true,
45
+ "vocab_size": 119547
46
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09022e134cdf5fc177e1ee79f2ffebb079f58c2aa396886ca64193535415f2e7
3
- size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b61ca65f22522fd2a92a650b33ba42495b5ba741b61132442a50c555a1c73c7b
3
+ size 711452684
runs/Jun05_14-22-17_ad33647f7b16/events.out.tfevents.1717568539.ad33647f7b16.164.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3ca645c57d905bf2ff01c99670f9f33a1e7420dacfd8a2c0aaab28c63eeb027
3
- size 25211
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340a7023be7e7f8f7a6e24d79a330c683de3d4ec060041af34de02d3efb06e87
3
+ size 25836
runs/Jun05_14-22-17_ad33647f7b16/events.out.tfevents.1717573311.ad33647f7b16.164.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ca02a8581d0a7468405349c4e595f2ce0a146a1caf45436d8d4e5f564f31d4
3
+ size 5180
runs/Jun05_18-08-58_4e2beb3c5ae6/events.out.tfevents.1717582235.4e2beb3c5ae6.161.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf26b861ffa5a8b922d5c73270db2cfaa60284886325a9509fbec6baae9bd41c
3
+ size 5505
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f82a00da21b9061be9c98b8ac6138bd4c678f2819af13cce507925b347406832
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431a09e799508296eed1786e16f26694515b11c1b7ba586003ff900b1c52437f
3
  size 5112