Training in progress, epoch 1
Browse files- config.json +58 -0
- model.safetensors +3 -0
- runs/Feb13_03-20-33_8361515f741d/events.out.tfevents.1707794443.8361515f741d.137.0 +3 -0
- runs/Feb13_03-22-48_8361515f741d/events.out.tfevents.1707794569.8361515f741d.137.1 +3 -0
- runs/Feb13_03-27-34_8361515f741d/events.out.tfevents.1707794858.8361515f741d.137.2 +3 -0
- runs/Feb13_03-28-33_8361515f741d/events.out.tfevents.1707794914.8361515f741d.137.3 +3 -0
- runs/Feb13_03-29-39_8361515f741d/events.out.tfevents.1707794980.8361515f741d.137.4 +3 -0
- runs/Feb13_03-29-54_8361515f741d/events.out.tfevents.1707794996.8361515f741d.137.5 +3 -0
- runs/Feb13_03-30-41_8361515f741d/events.out.tfevents.1707795041.8361515f741d.764.0 +3 -0
- runs/Feb13_03-32-02_8361515f741d/events.out.tfevents.1707795123.8361515f741d.764.1 +3 -0
- runs/Feb13_03-32-35_8361515f741d/events.out.tfevents.1707795156.8361515f741d.820.0 +3 -0
- runs/Feb13_03-35-02_8361515f741d/events.out.tfevents.1707795303.8361515f741d.820.1 +3 -0
- runs/Feb13_03-35-34_8361515f741d/events.out.tfevents.1707795335.8361515f741d.820.2 +3 -0
- runs/Feb13_03-36-02_8361515f741d/events.out.tfevents.1707795362.8361515f741d.881.0 +3 -0
- runs/Feb13_03-39-02_8361515f741d/events.out.tfevents.1707795544.8361515f741d.881.1 +3 -0
- runs/Feb13_03-41-45_8361515f741d/events.out.tfevents.1707795711.8361515f741d.881.2 +3 -0
- runs/Feb13_03-44-32_8361515f741d/events.out.tfevents.1707795873.8361515f741d.1000.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"MBartForConditionalGeneration"
|
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_encoder_decoder": true,
|
37 |
+
"label2id": {
|
38 |
+
"LABEL_0": 0,
|
39 |
+
"LABEL_1": 1,
|
40 |
+
"LABEL_2": 2
|
41 |
+
},
|
42 |
+
"max_length": 200,
|
43 |
+
"max_position_embeddings": 1024,
|
44 |
+
"model_type": "mbart",
|
45 |
+
"normalize_before": true,
|
46 |
+
"normalize_embedding": true,
|
47 |
+
"num_beams": 5,
|
48 |
+
"num_hidden_layers": 12,
|
49 |
+
"output_past": true,
|
50 |
+
"pad_token_id": 1,
|
51 |
+
"scale_embedding": true,
|
52 |
+
"static_position_embeddings": false,
|
53 |
+
"tokenizer_class": "MBart50Tokenizer",
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.37.0",
|
56 |
+
"use_cache": true,
|
57 |
+
"vocab_size": 250054
|
58 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e980de738daba31dcbfa05be4eb40dfd4c62fb89a99d5cd41ce988bd3a344bc
|
3 |
+
size 2444578688
|
runs/Feb13_03-20-33_8361515f741d/events.out.tfevents.1707794443.8361515f741d.137.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e02bd1e9e21166474bd0d18a2bb1066f37e66fb6979612ac1558f76a7d94eb7
|
3 |
+
size 10408
|
runs/Feb13_03-22-48_8361515f741d/events.out.tfevents.1707794569.8361515f741d.137.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8d41020503a4b266f0506c7a66f4830670239d38026645f76c1814596e9146a
|
3 |
+
size 5596
|
runs/Feb13_03-27-34_8361515f741d/events.out.tfevents.1707794858.8361515f741d.137.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdcd2b791a0665d5d9af908d551ee1e8c2c0e1246399597d7e602b7d6ce04ef4
|
3 |
+
size 5623
|
runs/Feb13_03-28-33_8361515f741d/events.out.tfevents.1707794914.8361515f741d.137.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec46ec2353d54607e1dfc6b7325822b5b51714f679debb0b82ba34c2982aa10a
|
3 |
+
size 4184
|
runs/Feb13_03-29-39_8361515f741d/events.out.tfevents.1707794980.8361515f741d.137.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26c4440b470c27629c62d5c92a357e9123df618b9d7f0d64db3ade063b4dff90
|
3 |
+
size 4184
|
runs/Feb13_03-29-54_8361515f741d/events.out.tfevents.1707794996.8361515f741d.137.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfca4b1ad127924a2a9434b48912e86574425f06ae34666ed505800e304f27e5
|
3 |
+
size 4184
|
runs/Feb13_03-30-41_8361515f741d/events.out.tfevents.1707795041.8361515f741d.764.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80ad42ba06c64a975d0eceb4f4e030422763835dc1f7c5170f9b7aa523e3dd88
|
3 |
+
size 4184
|
runs/Feb13_03-32-02_8361515f741d/events.out.tfevents.1707795123.8361515f741d.764.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44c23c7abfd79427bd05b51f647c7256ef8ac5ff8f7a7faac21f25a3312f8845
|
3 |
+
size 4184
|
runs/Feb13_03-32-35_8361515f741d/events.out.tfevents.1707795156.8361515f741d.820.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30b07c047fbcb23668fe01e72bb93bc661ffdb851ffc17886ff58f20f5946e0d
|
3 |
+
size 5243
|
runs/Feb13_03-35-02_8361515f741d/events.out.tfevents.1707795303.8361515f741d.820.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:886a5b5bbdd0ecf472164e17ab088e4f2fdf2de0fc51edb6108843a06692cd85
|
3 |
+
size 4184
|
runs/Feb13_03-35-34_8361515f741d/events.out.tfevents.1707795335.8361515f741d.820.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f36a88b2c4e8cf3081f33863b155a0bce8065217acd961300b45dfc014d994c2
|
3 |
+
size 4184
|
runs/Feb13_03-36-02_8361515f741d/events.out.tfevents.1707795362.8361515f741d.881.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc93824782849d0152770436ba0a800d1ff8f574c81f39702ad6819c68497a4c
|
3 |
+
size 9431
|
runs/Feb13_03-39-02_8361515f741d/events.out.tfevents.1707795544.8361515f741d.881.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a9c4e56758fe72ab6918f267d44fffb6dd076ea9d7fce4d032d587fc0329d63
|
3 |
+
size 11823
|
runs/Feb13_03-41-45_8361515f741d/events.out.tfevents.1707795711.8361515f741d.881.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c22cede4d858e43afe8c7b26521e489c8e92cc788f7af8a14de2ebcade06c6ba
|
3 |
+
size 5271
|
runs/Feb13_03-44-32_8361515f741d/events.out.tfevents.1707795873.8361515f741d.1000.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1523972da8724adfad23e1f1caa56c541bab3c41f0e2b0aa47a4dfa28fd3a45
|
3 |
+
size 5928
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e3dc9574ef186e59ae5d41b33516b1594ecd6ab18e4313bd99fc7b9262a46bd
|
3 |
+
size 4856
|