Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "roberta-
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -9,18 +9,18 @@
|
|
9 |
"eos_token_id": 2,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
-
"hidden_size":
|
13 |
"id2label": {
|
14 |
"0": "AI",
|
15 |
"1": "human"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
-
"intermediate_size":
|
19 |
"layer_norm_eps": 1e-05,
|
20 |
"max_position_embeddings": 514,
|
21 |
"model_type": "roberta",
|
22 |
-
"num_attention_heads":
|
23 |
-
"num_hidden_layers":
|
24 |
"pad_token_id": 1,
|
25 |
"position_embedding_type": "absolute",
|
26 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberta-large",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
9 |
"eos_token_id": 2,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
"id2label": {
|
14 |
"0": "AI",
|
15 |
"1": "human"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 4096,
|
19 |
"layer_norm_eps": 1e-05,
|
20 |
"max_position_embeddings": 514,
|
21 |
"model_type": "roberta",
|
22 |
+
"num_attention_heads": 16,
|
23 |
+
"num_hidden_layers": 24,
|
24 |
"pad_token_id": 1,
|
25 |
"position_embedding_type": "absolute",
|
26 |
"problem_type": "single_label_classification",
|
logs/events.out.tfevents.1711473705.7dc25757d843.625.6
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:98f232ec324af5482a6776b817beb02486224125f5219b643ec59ed9f1a64aac
|
3 |
+
size 13418
|
logs/events.out.tfevents.1711474222.7dc25757d843.625.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93636baeb8da6ba0377068323308e48415fc0dc0b32b36a05eece69741dde085
|
3 |
+
size 560
|
logs/events.out.tfevents.1711474406.7dc25757d843.625.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d0e724ad50d9ffe39bc6d3b345f90ed94e006f9543d9f612123e49b37422c93
|
3 |
+
size 5357
|
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:1030d9466f8ca2bf5b43e116065606c979fcfd9a9cf174948de6ec819715386f
|
3 |
+
size 1421495416
|