Masaki Eguchi
commited on
Commit
•
173d15a
1
Parent(s):
38f2164
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Jun27_07-06-13_efbae19497fd/1656313679.1247783/events.out.tfevents.1656313679.efbae19497fd.86.1 +3 -0
- runs/Jun27_07-06-13_efbae19497fd/1656313679.608653/events.out.tfevents.1656313679.efbae19497fd.86.2 +3 -0
- runs/Jun27_07-06-13_efbae19497fd/1656313680.2773302/events.out.tfevents.1656313680.efbae19497fd.86.3 +3 -0
- runs/Jun27_07-06-13_efbae19497fd/events.out.tfevents.1656313678.efbae19497fd.86.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "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 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 514,
|
17 |
+
"model_type": "roberta",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.19.0.dev0",
|
24 |
+
"type_vocab_size": 1,
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 50265
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cded8b8038214e5223360d55a7bc306c679eda42908f70aec589cfb161a61ff
|
3 |
+
size 498861675
|
runs/Jun27_07-06-13_efbae19497fd/1656313679.1247783/events.out.tfevents.1656313679.efbae19497fd.86.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06ebf347de9e626929d660de27b4fae44f9157e120c8abedb2a9f265da782de3
|
3 |
+
size 5202
|
runs/Jun27_07-06-13_efbae19497fd/1656313679.608653/events.out.tfevents.1656313679.efbae19497fd.86.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ef798c8db2922b9f6b28b05272d8d6bfc9a7bb05f4c8a211db3866119c972af
|
3 |
+
size 5202
|
runs/Jun27_07-06-13_efbae19497fd/1656313680.2773302/events.out.tfevents.1656313680.efbae19497fd.86.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:156c9ea09cc0ea313cc486fa8cf193acc40afcb8a9d4224906cc7862f9712ebe
|
3 |
+
size 5202
|
runs/Jun27_07-06-13_efbae19497fd/events.out.tfevents.1656313678.efbae19497fd.86.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da1718b912847a6c2df508543962581aa612f2615bdb4e4607d6c9492ec643b0
|
3 |
+
size 10812
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0a1f4cc3a974e2f7c49dde40049e67bfc7eea1570323185b1f47615368ffd47
|
3 |
+
size 3247
|