Training in progress, step 500
Browse files- config.json +0 -8
- events.out.tfevents.1702489549.12bfa068cefe.232.0 +3 -0
- model.safetensors +1 -1
- runs/Dec13_17-45-49_12bfa068cefe/events.out.tfevents.1702489550.12bfa068cefe.232.1 +3 -0
- runs/Dec13_17-45-49_12bfa068cefe/events.out.tfevents.1702489550.12bfa068cefe.232.2 +3 -0
- tokenizer.json +6 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,16 +8,8 @@
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 128,
|
11 |
-
"id2label": {
|
12 |
-
"0": "Taken",
|
13 |
-
"1": "Not Taken"
|
14 |
-
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 512,
|
17 |
-
"label2id": {
|
18 |
-
"Not Taken": 1,
|
19 |
-
"Taken": 0
|
20 |
-
},
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "bert",
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 128,
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 512,
|
|
|
|
|
|
|
|
|
13 |
"layer_norm_eps": 1e-12,
|
14 |
"max_position_embeddings": 512,
|
15 |
"model_type": "bert",
|
events.out.tfevents.1702489549.12bfa068cefe.232.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6a07100597755768c359f5941bfee743020ede8eb19fe60035cdaee06a436eb
|
3 |
+
size 88
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 17549312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3df4593a3ba08bf5ea0a6a5c70d0af3128d32fec67a52566c140089e1c1cd33
|
3 |
size 17549312
|
runs/Dec13_17-45-49_12bfa068cefe/events.out.tfevents.1702489550.12bfa068cefe.232.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2467de56733039546d1fd980055bbad29d2ba23736420b2c395708029d14a398
|
3 |
+
size 7941
|
runs/Dec13_17-45-49_12bfa068cefe/events.out.tfevents.1702489550.12bfa068cefe.232.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bac128955e0efe6fc82798dbeee73e827347caac24332a51aff3321f2c45ba5b
|
3 |
+
size 7941
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
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 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:787caa76ff0161bc0178fe754267fa1d76572c1bea6db96604b44b14d4155879
|
3 |
size 4536
|