Training in progress, epoch 1
Browse files- config.json +4 -3
- logs/events.out.tfevents.1715840579.spartan-gpgpu093.hpc.unimelb.edu.au +2 -2
- logs/events.out.tfevents.1715841483.spartan-gpgpu093.hpc.unimelb.edu.au +3 -0
- logs/events.out.tfevents.1719501129.spartan-gpgpu160.hpc.unimelb.edu.au +3 -0
- model.safetensors +2 -2
- tokenizer.json +1 -6
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
@@ -7,7 +8,7 @@
|
|
7 |
"gradient_checkpointing": false,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
-
"hidden_size":
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0"
|
13 |
},
|
@@ -19,8 +20,8 @@
|
|
19 |
"layer_norm_eps": 1e-12,
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "bert",
|
22 |
-
"num_attention_heads":
|
23 |
-
"num_hidden_layers":
|
24 |
"pad_token_id": 0,
|
25 |
"position_embedding_type": "absolute",
|
26 |
"problem_type": "regression",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
8 |
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "LABEL_0"
|
14 |
},
|
|
|
20 |
"layer_norm_eps": 1e-12,
|
21 |
"max_position_embeddings": 512,
|
22 |
"model_type": "bert",
|
23 |
+
"num_attention_heads": 12,
|
24 |
+
"num_hidden_layers": 12,
|
25 |
"pad_token_id": 0,
|
26 |
"position_embedding_type": "absolute",
|
27 |
"problem_type": "regression",
|
logs/events.out.tfevents.1715840579.spartan-gpgpu093.hpc.unimelb.edu.au
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:47fad283fc05954534d4bc95a9105d69288167296fa48d1f9c3c48e86cf06cfc
|
3 |
+
size 11134
|
logs/events.out.tfevents.1715841483.spartan-gpgpu093.hpc.unimelb.edu.au
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ddbc854e78f7d880b563e182dd29c1001a639c3269f1261823231f3592c6301
|
3 |
+
size 790
|
logs/events.out.tfevents.1719501129.spartan-gpgpu160.hpc.unimelb.edu.au
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd25ac8ae6c42722cc11f98241fc05543196d492e5dc1d6827bc028cf8974441
|
3 |
+
size 5180
|
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:3af3229b743681a8efb86bcea0ebaafee88640faf257d2c11e4993da240fa921
|
3 |
+
size 437955572
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
training_args.bin
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:011bf6c1cbfd67644e582c485fe3d52b4471f463f2243f24326e8dd3f58e71e2
|
3 |
+
size 4920
|