Training in progress, epoch 1
Browse files- config.json +1 -9
- model.safetensors +1 -1
- runs/Sep10_14-46-00_morpheus/events.out.tfevents.1725947160.morpheus.225240.0 +2 -2
- runs/Sep13_15-36-18_morpheus/events.out.tfevents.1726209381.morpheus.273471.0 +3 -0
- runs/Sep13_15-43-43_morpheus/events.out.tfevents.1726209824.morpheus.273471.1 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,23 +1,15 @@
|
|
1 |
{
|
2 |
"_name_or_path": "cl-tohoku/bert-base-japanese-whole-word-masking",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
-
"id2label": {
|
12 |
-
"0": "NEGATIVE",
|
13 |
-
"1": "POSITIVE"
|
14 |
-
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 3072,
|
17 |
-
"label2id": {
|
18 |
-
"NEGATIVE": 0,
|
19 |
-
"POSITIVE": 1
|
20 |
-
},
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "bert",
|
|
|
1 |
{
|
2 |
"_name_or_path": "cl-tohoku/bert-base-japanese-whole-word-masking",
|
3 |
"architectures": [
|
4 |
+
"CustomBertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
13 |
"layer_norm_eps": 1e-12,
|
14 |
"max_position_embeddings": 512,
|
15 |
"model_type": "bert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442499064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a06b66fc1539b25316e7cb7d82bf89ac68a942ce758cd6d82f5f5c351b8555e
|
3 |
size 442499064
|
runs/Sep10_14-46-00_morpheus/events.out.tfevents.1725947160.morpheus.225240.0
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:f7b984ccc574e46da785205bddd6e363c9288830ff1ba84815d7a953bb463b38
|
3 |
+
size 6068
|
runs/Sep13_15-36-18_morpheus/events.out.tfevents.1726209381.morpheus.273471.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:809213b17df0e9b0b838439773b9b96353b6a281c2ad10c1af2033ad7f061637
|
3 |
+
size 4966
|
runs/Sep13_15-43-43_morpheus/events.out.tfevents.1726209824.morpheus.273471.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a0b71a3d14a7cdce3bd3237ab1a3cb2065bb7b00184d5a3860eed65114bf9cd
|
3 |
+
size 5338
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4731
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4825be84be1c7ff55ae772403b0e16259eb8c2a60f07e964f8e1e23042f86066
|
3 |
size 4731
|