Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +39 -0
- pytorch_model.bin +3 -0
- runs/Mar29_18-48-10_ywu1-ld3.linkedin.biz/1648604963.3657072/events.out.tfevents.1648604963.ywu1-ld3.linkedin.biz.4725.1 +3 -0
- runs/Mar29_18-48-10_ywu1-ld3.linkedin.biz/events.out.tfevents.1648604963.ywu1-ld3.linkedin.biz.4725.0 +3 -0
- runs/Mar29_18-58-16_ywu1-ld3.linkedin.biz/1648605519.9658556/events.out.tfevents.1648605519.ywu1-ld3.linkedin.biz.4725.3 +3 -0
- runs/Mar29_18-58-16_ywu1-ld3.linkedin.biz/events.out.tfevents.1648605519.ywu1-ld3.linkedin.biz.4725.2 +3 -0
- runs/Mar29_18-59-33_ywu1-ld3.linkedin.biz/1648605580.0569584/events.out.tfevents.1648605580.ywu1-ld3.linkedin.biz.4725.5 +3 -0
- runs/Mar29_18-59-33_ywu1-ld3.linkedin.biz/events.out.tfevents.1648605580.ywu1-ld3.linkedin.biz.4725.4 +3 -0
- runs/Mar29_19-08-27_ywu1-ld3.linkedin.biz/1648606114.1676605/events.out.tfevents.1648606114.ywu1-ld3.linkedin.biz.4725.9 +3 -0
- runs/Mar29_19-08-27_ywu1-ld3.linkedin.biz/events.out.tfevents.1648606114.ywu1-ld3.linkedin.biz.4725.8 +3 -0
- runs/Mar29_21-33-22_ywu1-ld3.linkedin.biz/1648614812.787247/events.out.tfevents.1648614812.ywu1-ld3.linkedin.biz.4725.29 +3 -0
- runs/Mar29_21-33-22_ywu1-ld3.linkedin.biz/events.out.tfevents.1648614812.ywu1-ld3.linkedin.biz.4725.28 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "cardiffnlp/twitter-roberta-base-sentiment",
|
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 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "LABEL_0",
|
16 |
+
"1": "LABEL_1",
|
17 |
+
"2": "LABEL_2"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0,
|
23 |
+
"LABEL_1": 1,
|
24 |
+
"LABEL_2": 2
|
25 |
+
},
|
26 |
+
"layer_norm_eps": 1e-05,
|
27 |
+
"max_position_embeddings": 514,
|
28 |
+
"model_type": "roberta",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_hidden_layers": 12,
|
31 |
+
"pad_token_id": 1,
|
32 |
+
"position_embedding_type": "absolute",
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.15.0",
|
36 |
+
"type_vocab_size": 1,
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 50265
|
39 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0131e39456ffd4ef0fdceaeec612936c839a5c4451cc38e1643353138fab993f
|
3 |
+
size 498674349
|
runs/Mar29_18-48-10_ywu1-ld3.linkedin.biz/1648604963.3657072/events.out.tfevents.1648604963.ywu1-ld3.linkedin.biz.4725.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51a30d49341a00708a0bb3f10296d015a0491b7d04132309204ca86b8d622972
|
3 |
+
size 4846
|
runs/Mar29_18-48-10_ywu1-ld3.linkedin.biz/events.out.tfevents.1648604963.ywu1-ld3.linkedin.biz.4725.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b81d371732e004ae4bf8da7fb11704b7b726a3a6a26f3b81ae9058f12850eba
|
3 |
+
size 3627
|
runs/Mar29_18-58-16_ywu1-ld3.linkedin.biz/1648605519.9658556/events.out.tfevents.1648605519.ywu1-ld3.linkedin.biz.4725.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd80f87119dbb24a0108bb514b6a5449efcb4bdf1282dff4b462d8ea941e36c
|
3 |
+
size 4846
|
runs/Mar29_18-58-16_ywu1-ld3.linkedin.biz/events.out.tfevents.1648605519.ywu1-ld3.linkedin.biz.4725.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1654f65ad33fc43d96e4505d5a2005c7a5353ed1ef1848708e64eed74117749c
|
3 |
+
size 3275
|
runs/Mar29_18-59-33_ywu1-ld3.linkedin.biz/1648605580.0569584/events.out.tfevents.1648605580.ywu1-ld3.linkedin.biz.4725.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9c36b2a11b2230e2290f23778197e9ed5801a2e9aa0783044df8ad3afb69fc7
|
3 |
+
size 4846
|
runs/Mar29_18-59-33_ywu1-ld3.linkedin.biz/events.out.tfevents.1648605580.ywu1-ld3.linkedin.biz.4725.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92780d4107f23635c79cbb9c0d69da5ee8f273bbedcedf01242f425e3be60ea6
|
3 |
+
size 3627
|
runs/Mar29_19-08-27_ywu1-ld3.linkedin.biz/1648606114.1676605/events.out.tfevents.1648606114.ywu1-ld3.linkedin.biz.4725.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3ea3ed3c27af21047f3ee42ac6abb4688eeeff51f893f31c8df681cf392bc7c
|
3 |
+
size 4846
|
runs/Mar29_19-08-27_ywu1-ld3.linkedin.biz/events.out.tfevents.1648606114.ywu1-ld3.linkedin.biz.4725.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08193e87664cac0a969658e00c2361ea9fe72c7c4f9d749a70c858fe4e014b85
|
3 |
+
size 3627
|
runs/Mar29_21-33-22_ywu1-ld3.linkedin.biz/1648614812.787247/events.out.tfevents.1648614812.ywu1-ld3.linkedin.biz.4725.29
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f65e1775dea7fae774e764ca39dc7a1fbb46b1d3880f1c9253ac727f0c772a81
|
3 |
+
size 4846
|
runs/Mar29_21-33-22_ywu1-ld3.linkedin.biz/events.out.tfevents.1648614812.ywu1-ld3.linkedin.biz.4725.28
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efc34022280fb1e2f47f180f9e06765587b63c6f535a99be3663131e2ec42ae8
|
3 |
+
size 3944
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9fb00872ba2eb6b961775c7aabb994f6c651f5c11a68afca15c385afb990eb7
|
3 |
+
size 2991
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|