snoop2head
commited on
Commit
•
7beefcf
1
Parent(s):
3c847c5
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Aug06_20-48-13_nipa2022-50741/1659786507.734001/events.out.tfevents.1659786507.nipa2022-50741.10969.1 +3 -0
- runs/Aug06_20-48-13_nipa2022-50741/events.out.tfevents.1659786507.nipa2022-50741.10969.0 +3 -0
- runs/Aug06_20-52-35_nipa2022-50741/1659786765.2989671/events.out.tfevents.1659786765.nipa2022-50741.24516.1 +3 -0
- runs/Aug06_20-52-35_nipa2022-50741/events.out.tfevents.1659786765.nipa2022-50741.24516.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.21.0",
|
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:02e9595ef8ec22770982051e08e4814cf0daf5425958dc4f22c0e3c968e5d46c
|
3 |
+
size 498861675
|
runs/Aug06_20-48-13_nipa2022-50741/1659786507.734001/events.out.tfevents.1659786507.nipa2022-50741.10969.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95de3ef4a58d53b2b6da3a5983357d561ec5ab3e57b254dddec78d173eaa0ede
|
3 |
+
size 5460
|
runs/Aug06_20-48-13_nipa2022-50741/events.out.tfevents.1659786507.nipa2022-50741.10969.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:840c6c5484fe549d1d705959952b7feb1f50f947923d7b5e5d66baebb2c24028
|
3 |
+
size 3703
|
runs/Aug06_20-52-35_nipa2022-50741/1659786765.2989671/events.out.tfevents.1659786765.nipa2022-50741.24516.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:353fdf1cf965ad6c0b226c567678a488fca69e3b2472a023d997cd70d90f6ace
|
3 |
+
size 5460
|
runs/Aug06_20-52-35_nipa2022-50741/events.out.tfevents.1659786765.nipa2022-50741.24516.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164147ba1c2e7c0c31ff528d25d67aca3f17961d73da71c406c61790d2544736
|
3 |
+
size 4759
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7054f470710f54ccf96e40cec77e05ecd95a3a04b5ec34f97634f65d4a1aaf1b
|
3 |
+
size 3375
|