Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,59 +1,46 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"_num_labels":
|
4 |
-
"
|
5 |
-
"activation_function": "gelu",
|
6 |
-
"add_bias_logits": false,
|
7 |
-
"add_final_layer_norm": true,
|
8 |
"architectures": [
|
9 |
-
"
|
10 |
],
|
11 |
-
"
|
12 |
-
"bos_token_id":
|
13 |
-
"
|
14 |
-
"
|
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 |
-
"
|
36 |
-
"is_decoder": true,
|
37 |
-
"is_encoder_decoder": false,
|
38 |
"label2id": {
|
39 |
-
"LABEL_0": 0
|
40 |
-
|
41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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":
|
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 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:047320cc62f2a1d13e0bc5d267e8cacba2dc4d3d900742baa806adac7b7c11d4
|
3 |
+
size 327657928
|
runs/Dec21_09-45-07_c9a43a2dc54c/events.out.tfevents.1703151908.c9a43a2dc54c.2930.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:225e8bb31d30066c15761ca07e0c0492c4ee5931f55c0c08860c539861541620
|
3 |
+
size 4733
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4869012ebe7b521d7de93948f5554b637538b9323ffd8f9c6d3ae3fbc00798a
|
3 |
size 4600
|