Training in progress, epoch 3
Browse files- .gitignore +1 -0
- config.json +28 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Oct25_04-47-19_0645c033e4e0/1635137325.9822745/events.out.tfevents.1635137325.0645c033e4e0.77.1 +3 -0
- runs/Oct25_04-47-19_0645c033e4e0/1635138067.2281723/events.out.tfevents.1635138067.0645c033e4e0.77.2 +3 -0
- runs/Oct25_04-47-19_0645c033e4e0/events.out.tfevents.1635137325.0645c033e4e0.77.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/685-group-project/content/drive/MyDrive/685-group-project/roberta-base-finetuned-sst2/checkpoint-8420",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
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 |
+
"problem_type": "single_label_classification",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.11.3",
|
25 |
+
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 50265
|
28 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:865b9694593c3e8a5b41dfc5bd5a502b1ae8192c31b070a5c9ed5a3ec05aba6f
|
3 |
+
size 498674093
|
runs/Oct25_04-47-19_0645c033e4e0/1635137325.9822745/events.out.tfevents.1635137325.0645c033e4e0.77.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f93e7fb1b2a6e51877734cb5cbdd052575893c41ef1c46b12aa975245f541c7
|
3 |
+
size 4667
|
runs/Oct25_04-47-19_0645c033e4e0/1635138067.2281723/events.out.tfevents.1635138067.0645c033e4e0.77.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95bc869907c9b6e969ab35b71e143f68977bf154be4ec91bc6352caa3adb3668
|
3 |
+
size 4667
|
runs/Oct25_04-47-19_0645c033e4e0/events.out.tfevents.1635137325.0645c033e4e0.77.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:670a890ef0a7fb904721083ba24feb1fef7c9197c74b3209f84f4bcf97dbae03
|
3 |
+
size 9191
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "/content/drive/MyDrive/685-group-project/content/drive/MyDrive/685-group-project/roberta-base-finetuned-sst2/checkpoint-8420", "tokenizer_class": "RobertaTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec449df0f067fc855f5dd817f06290e09403183718d414b68b8d048acdeff2f
|
3 |
+
size 2927
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|