againeureka
commited on
Commit
•
b06bfc0
1
Parent(s):
66eda82
End of training
Browse files- .gitignore +1 -0
- config.json +29 -0
- pytorch_model.bin +3 -0
- runs/Feb22_21-25-18_p01/1708604728.3421512/events.out.tfevents.1708604728.p01.3222175.1 +3 -0
- runs/Feb22_21-25-18_p01/events.out.tfevents.1708604728.p01.3222175.0 +3 -0
- runs/Feb26_11-32-06_p01/1708914737.3984888/events.out.tfevents.1708914737.p01.4190885.1 +3 -0
- runs/Feb26_11-32-06_p01/events.out.tfevents.1708914737.p01.4190885.0 +3 -0
- runs/May28_20-37-14_p01/1716896274.2213268/events.out.tfevents.1716896274.p01.2162644.1 +3 -0
- runs/May28_20-37-14_p01/events.out.tfevents.1716896274.p01.2162644.0 +3 -0
- runs/May28_20-42-56_p01/1716896577.4213095/events.out.tfevents.1716896577.p01.2220801.1 +3 -0
- runs/May28_20-42-56_p01/events.out.tfevents.1716896577.p01.2220801.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "klue/roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForMaskedLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 3072,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"max_position_embeddings": 514,
|
18 |
+
"model_type": "roberta",
|
19 |
+
"num_attention_heads": 12,
|
20 |
+
"num_hidden_layers": 12,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"tokenizer_class": "BertTokenizer",
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.28.1",
|
26 |
+
"type_vocab_size": 1,
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 32000
|
29 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98bb56bf264743643bfcf71453e604299f9373bc51516f5fec9e00a70e91ccf9
|
3 |
+
size 442680313
|
runs/Feb22_21-25-18_p01/1708604728.3421512/events.out.tfevents.1708604728.p01.3222175.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53981198cdb2f59d6d613c3c1a0d0b8f7a7d619f414614b8d9085e89b939305c
|
3 |
+
size 5942
|
runs/Feb22_21-25-18_p01/events.out.tfevents.1708604728.p01.3222175.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d83741675d9cc409f949f59fcb726537f84b7dae03aeb41761578e68ad5ab1ba
|
3 |
+
size 130284
|
runs/Feb26_11-32-06_p01/1708914737.3984888/events.out.tfevents.1708914737.p01.4190885.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4361e0c9cac62999fe6068cc3a4207d9da940d2f553104c4f6898152956a564b
|
3 |
+
size 5942
|
runs/Feb26_11-32-06_p01/events.out.tfevents.1708914737.p01.4190885.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73d417e6c2c7a3d2118dd4a081a02a1f17a36503348b9258870b90907d71305a
|
3 |
+
size 196364
|
runs/May28_20-37-14_p01/1716896274.2213268/events.out.tfevents.1716896274.p01.2162644.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28c6c839c698e114aece9410a239fd42b27d4dfe4e63ea447104d511b198ad55
|
3 |
+
size 5942
|
runs/May28_20-37-14_p01/events.out.tfevents.1716896274.p01.2162644.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f60c60fc17fd408afabe952a37b86e47a76bfeb7c75057cf99f2f833d84bc06c
|
3 |
+
size 4611
|
runs/May28_20-42-56_p01/1716896577.4213095/events.out.tfevents.1716896577.p01.2220801.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0de903bd0323838651f7000f2f9ea09bfea1becbe37423ea5dcba70cb4c901c
|
3 |
+
size 5942
|
runs/May28_20-42-56_p01/events.out.tfevents.1716896577.p01.2220801.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad84283636c584af883c91d6fb59562ca32e6ad1b4d17df4f0e2bcbe6fa73aaf
|
3 |
+
size 7634
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9956ba65014d46d263f9b1ead0e6ff51a8bfd14bd6acdefa1baf58ffd2c7e126
|
3 |
+
size 3643
|