End of training
Browse files- .gitignore +1 -0
- config.json +28 -0
- pytorch_model.bin +3 -0
- runs/Jun20_08-25-05_8404958eea57/1655713572.8886278/events.out.tfevents.1655713572.8404958eea57.75.1 +3 -0
- runs/Jun20_08-25-05_8404958eea57/events.out.tfevents.1655713560.8404958eea57.75.0 +3 -0
- runs/Jun20_08-25-05_8404958eea57/events.out.tfevents.1655713791.8404958eea57.75.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentence-transformers/all-distilroberta-v1",
|
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": 6,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.20.0",
|
25 |
+
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 50265
|
28 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c40f38e9763815816a502ac3f26299fbf4178fc94567a435d208448165a2a4f
|
3 |
+
size 328720043
|
runs/Jun20_08-25-05_8404958eea57/1655713572.8886278/events.out.tfevents.1655713572.8404958eea57.75.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aab377e356c5ee283454941ad13935419ca1e61039916519a643584ece7c4a1
|
3 |
+
size 5309
|
runs/Jun20_08-25-05_8404958eea57/events.out.tfevents.1655713560.8404958eea57.75.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1349b9244897bc0c0fc678e6c3b897495e3fe3883646fc5a5ee8ea9d435d0e0
|
3 |
+
size 5498
|
runs/Jun20_08-25-05_8404958eea57/events.out.tfevents.1655713791.8404958eea57.75.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a400f170710447c2829e8978565f2aa0e482bb03d6fb7aace1453ff100525895
|
3 |
+
size 311
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6dd5aa762270ba86854ebda08d7c891b3e23ada2c44257c671c0a5a8c31a545
|
3 |
+
size 3311
|