Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -14,7 +14,15 @@
|
|
14 |
"end_n_top": 5,
|
15 |
"eos_token_id": 2,
|
16 |
"ff_activation": "gelu",
|
|
|
|
|
|
|
|
|
17 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
18 |
"layer_norm_eps": 1e-12,
|
19 |
"mem_len": null,
|
20 |
"model_type": "xlnet",
|
|
|
14 |
"end_n_top": 5,
|
15 |
"eos_token_id": 2,
|
16 |
"ff_activation": "gelu",
|
17 |
+
"id2label": {
|
18 |
+
"0": "NEGATIVE",
|
19 |
+
"1": "POSITIVE"
|
20 |
+
},
|
21 |
"initializer_range": 0.02,
|
22 |
+
"label2id": {
|
23 |
+
"NEGATIVE": 0,
|
24 |
+
"POSITIVE": 1
|
25 |
+
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"mem_len": null,
|
28 |
"model_type": "xlnet",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 469264592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16cfec3e3e617041399323740ec37fc1d49827a790d7b03238d24d7c1283b055
|
3 |
size 469264592
|
runs/Jul03_22-52-23_raul-MS-7B98/events.out.tfevents.1720065149.raul-MS-7B98.8021.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fb170b305c9b6e9a9d7607eb94515adfa02f23d0a6541280718f0c549aad37c
|
3 |
+
size 5895
|
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:2c7f477a577daf256edea615fe4b580d7fc42b88e352bc2323ea2ea63d1f4492
|
3 |
size 4731
|