llillillil
commited on
Commit
•
65bdf43
1
Parent(s):
701aa46
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -48,8 +48,18 @@
|
|
48 |
"hidden_act": "gelu",
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
51 |
"initializer_range": 0.02,
|
52 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
|
53 |
"layer_norm_eps": 1e-05,
|
54 |
"layerdrop": 0.1,
|
55 |
"mask_feature_length": 10,
|
|
|
48 |
"hidden_act": "gelu",
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
51 |
+
"id2label": {
|
52 |
+
"0": "LABEL_0",
|
53 |
+
"1": "LABEL_1",
|
54 |
+
"2": "LABEL_2"
|
55 |
+
},
|
56 |
"initializer_range": 0.02,
|
57 |
"intermediate_size": 3072,
|
58 |
+
"label2id": {
|
59 |
+
"LABEL_0": 0,
|
60 |
+
"LABEL_1": 1,
|
61 |
+
"LABEL_2": 2
|
62 |
+
},
|
63 |
"layer_norm_eps": 1e-05,
|
64 |
"layerdrop": 0.1,
|
65 |
"mask_feature_length": 10,
|
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:ffd53cd0362c60fb907145eb80b5ac23f64d7ef7443da0ba78e855b0fbc6dc5d
|
3 |
+
size 378302924
|
runs/Jun26_14-46-21_WIN-CEJF2NB9KFH/events.out.tfevents.1719384382.WIN-CEJF2NB9KFH.43640.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:de7c92d03e4ed73a3a5da3c4475ee0265008c9a30ceab0e8d2564e41763a675d
|
3 |
+
size 13799
|
runs/Jun26_16-51-44_WIN-CEJF2NB9KFH/events.out.tfevents.1719391904.WIN-CEJF2NB9KFH.112004.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79476d6ffa6fc2767db52dbe36b1c9219a90c7c1238510709c0c8333289faa31
|
3 |
+
size 6143
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4539
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83ee509ec44c92a692d07a996fa83ba4d6f260bf34c91522da4ab278256c58bf
|
3 |
size 4539
|