Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +28 -0
- pytorch_model.bin +3 -0
- runs/Mar21_07-33-37_4ee8a41bcf7c/1647848144.6272163/events.out.tfevents.1647848144.4ee8a41bcf7c.72.1 +3 -0
- runs/Mar21_07-33-37_4ee8a41bcf7c/events.out.tfevents.1647848096.4ee8a41bcf7c.72.0 +3 -0
- runs/Mar21_07-37-38_4ee8a41bcf7c/1647848500.1384778/events.out.tfevents.1647848500.4ee8a41bcf7c.72.3 +3 -0
- runs/Mar21_07-37-38_4ee8a41bcf7c/events.out.tfevents.1647848500.4ee8a41bcf7c.72.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": "cardiffnlp/twitter-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 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.17.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:b06d1bbd7c81dda1c58ed82e7e6ca5dceb02d149769a5676dceffc75aaa06189
|
3 |
+
size 498876331
|
runs/Mar21_07-33-37_4ee8a41bcf7c/1647848144.6272163/events.out.tfevents.1647848144.4ee8a41bcf7c.72.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c514aa5c26cdc4bfe8eedf4a5f82386ed33b0090c313ec576402fc9cbe5d0be2
|
3 |
+
size 4852
|
runs/Mar21_07-33-37_4ee8a41bcf7c/events.out.tfevents.1647848096.4ee8a41bcf7c.72.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fe210ed0b20223b7f63e9e1c6f985a9b0cf96a9063fdd45b738d83195fcaa9a
|
3 |
+
size 3657
|
runs/Mar21_07-37-38_4ee8a41bcf7c/1647848500.1384778/events.out.tfevents.1647848500.4ee8a41bcf7c.72.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1231a5b310d05cc9a25c3ff3a094670e2e8775ff9d254f68995cf5c6b341ed46
|
3 |
+
size 4852
|
runs/Mar21_07-37-38_4ee8a41bcf7c/events.out.tfevents.1647848500.4ee8a41bcf7c.72.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25c2170614178cae83c5d109c1d99bd8f37b74171eca85234f14255c2728a050
|
3 |
+
size 3447
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bc68bf229ca4d9b700b08b307af8af496088f50b1123bf27daaa0b6b3d1b6ae
|
3 |
+
size 3055
|