Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +113 -0
- pytorch_model.bin +3 -0
- runs/Mar28_19-15-54_365a8f680601/1680031012.764418/events.out.tfevents.1680031012.365a8f680601.340.1 +3 -0
- runs/Mar28_19-15-54_365a8f680601/1680031502.9160318/events.out.tfevents.1680031502.365a8f680601.340.2 +3 -0
- runs/Mar28_19-15-54_365a8f680601/events.out.tfevents.1680031012.365a8f680601.340.0 +3 -0
- runs/Mar28_19-35-13_365a8f680601/1680032164.8044949/events.out.tfevents.1680032164.365a8f680601.340.4 +3 -0
- runs/Mar28_19-35-13_365a8f680601/1680032212.5495176/events.out.tfevents.1680032212.365a8f680601.340.5 +3 -0
- runs/Mar28_19-35-13_365a8f680601/events.out.tfevents.1680032164.365a8f680601.340.3 +3 -0
- runs/Mar28_19-36-45_365a8f680601/1680032232.9009013/events.out.tfevents.1680032232.365a8f680601.340.7 +3 -0
- runs/Mar28_19-36-45_365a8f680601/1680032415.7034523/events.out.tfevents.1680032415.365a8f680601.340.9 +3 -0
- runs/Mar28_19-36-45_365a8f680601/1680032519.0258064/events.out.tfevents.1680032519.365a8f680601.340.10 +3 -0
- runs/Mar28_19-36-45_365a8f680601/1680032593.9299855/events.out.tfevents.1680032593.365a8f680601.340.12 +3 -0
- runs/Mar28_19-36-45_365a8f680601/1680033379.1235888/events.out.tfevents.1680033379.365a8f680601.340.14 +3 -0
- runs/Mar28_19-36-45_365a8f680601/1680038822.9548995/events.out.tfevents.1680038822.365a8f680601.340.16 +3 -0
- runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680032232.365a8f680601.340.6 +3 -0
- runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680032415.365a8f680601.340.8 +3 -0
- runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680032593.365a8f680601.340.11 +3 -0
- runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680033379.365a8f680601.340.13 +3 -0
- runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680038822.365a8f680601.340.15 +3 -0
- runs/Mar28_22-40-23_365a8f680601/1680043341.0089114/events.out.tfevents.1680043341.365a8f680601.340.18 +3 -0
- runs/Mar28_22-40-23_365a8f680601/events.out.tfevents.1680043341.365a8f680601.340.17 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "acknowledging",
|
| 14 |
+
"1": "afraid",
|
| 15 |
+
"2": "agreeing",
|
| 16 |
+
"3": "angry",
|
| 17 |
+
"4": "annoyed",
|
| 18 |
+
"5": "anticipating",
|
| 19 |
+
"6": "anxious",
|
| 20 |
+
"7": "apprehensive",
|
| 21 |
+
"8": "ashamed",
|
| 22 |
+
"9": "caring",
|
| 23 |
+
"10": "confident",
|
| 24 |
+
"11": "consoling",
|
| 25 |
+
"12": "content",
|
| 26 |
+
"13": "devastated",
|
| 27 |
+
"14": "disappointed",
|
| 28 |
+
"15": "disgusted",
|
| 29 |
+
"16": "embarrassed",
|
| 30 |
+
"17": "encouraging",
|
| 31 |
+
"18": "exciting",
|
| 32 |
+
"19": "faithful",
|
| 33 |
+
"20": "furious",
|
| 34 |
+
"21": "grateful",
|
| 35 |
+
"22": "guilty",
|
| 36 |
+
"23": "hopeful",
|
| 37 |
+
"24": "impressed",
|
| 38 |
+
"25": "jealous",
|
| 39 |
+
"26": "joyful",
|
| 40 |
+
"27": "lonely",
|
| 41 |
+
"28": "neutral",
|
| 42 |
+
"29": "nostalgic",
|
| 43 |
+
"30": "prepared",
|
| 44 |
+
"31": "proud",
|
| 45 |
+
"32": "questioning",
|
| 46 |
+
"33": "sad",
|
| 47 |
+
"34": "sentimental",
|
| 48 |
+
"35": "suggesting",
|
| 49 |
+
"36": "surprised",
|
| 50 |
+
"37": "sympathizing",
|
| 51 |
+
"38": "terrified",
|
| 52 |
+
"39": "trusting",
|
| 53 |
+
"40": "wishing"
|
| 54 |
+
},
|
| 55 |
+
"initializer_range": 0.02,
|
| 56 |
+
"intermediate_size": 3072,
|
| 57 |
+
"label2id": {
|
| 58 |
+
"acknowledging": 0,
|
| 59 |
+
"afraid": 1,
|
| 60 |
+
"agreeing": 2,
|
| 61 |
+
"angry": 3,
|
| 62 |
+
"annoyed": 4,
|
| 63 |
+
"anticipating": 5,
|
| 64 |
+
"anxious": 6,
|
| 65 |
+
"apprehensive": 7,
|
| 66 |
+
"ashamed": 8,
|
| 67 |
+
"caring": 9,
|
| 68 |
+
"confident": 10,
|
| 69 |
+
"consoling": 11,
|
| 70 |
+
"content": 12,
|
| 71 |
+
"devastated": 13,
|
| 72 |
+
"disappointed": 14,
|
| 73 |
+
"disgusted": 15,
|
| 74 |
+
"embarrassed": 16,
|
| 75 |
+
"encouraging": 17,
|
| 76 |
+
"exciting": 18,
|
| 77 |
+
"faithful": 19,
|
| 78 |
+
"furious": 20,
|
| 79 |
+
"grateful": 21,
|
| 80 |
+
"guilty": 22,
|
| 81 |
+
"hopeful": 23,
|
| 82 |
+
"impressed": 24,
|
| 83 |
+
"jealous": 25,
|
| 84 |
+
"joyful": 26,
|
| 85 |
+
"lonely": 27,
|
| 86 |
+
"neutral": 28,
|
| 87 |
+
"nostalgic": 29,
|
| 88 |
+
"prepared": 30,
|
| 89 |
+
"proud": 31,
|
| 90 |
+
"questioning": 32,
|
| 91 |
+
"sad": 33,
|
| 92 |
+
"sentimental": 34,
|
| 93 |
+
"suggesting": 35,
|
| 94 |
+
"surprised": 36,
|
| 95 |
+
"sympathizing": 37,
|
| 96 |
+
"terrified": 38,
|
| 97 |
+
"trusting": 39,
|
| 98 |
+
"wishing": 40
|
| 99 |
+
},
|
| 100 |
+
"layer_norm_eps": 1e-12,
|
| 101 |
+
"max_position_embeddings": 512,
|
| 102 |
+
"model_type": "bert",
|
| 103 |
+
"num_attention_heads": 12,
|
| 104 |
+
"num_hidden_layers": 12,
|
| 105 |
+
"pad_token_id": 0,
|
| 106 |
+
"position_embedding_type": "absolute",
|
| 107 |
+
"problem_type": "multi_label_classification",
|
| 108 |
+
"torch_dtype": "float32",
|
| 109 |
+
"transformers_version": "4.27.3",
|
| 110 |
+
"type_vocab_size": 2,
|
| 111 |
+
"use_cache": true,
|
| 112 |
+
"vocab_size": 30522
|
| 113 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c30a8b392b79749cc762a0ba959a3aade98c18db817a25f8e17b3ac15bccf17b
|
| 3 |
+
size 438127861
|
runs/Mar28_19-15-54_365a8f680601/1680031012.764418/events.out.tfevents.1680031012.365a8f680601.340.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2afa2cc7464ca793b1cf6ff8c58e54d7f0220140c284ea7c1ba283417039a6b
|
| 3 |
+
size 5758
|
runs/Mar28_19-15-54_365a8f680601/1680031502.9160318/events.out.tfevents.1680031502.365a8f680601.340.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:254b5761fbe529b3856a33b1c803403addf49b0c6420441a4679f14665271e06
|
| 3 |
+
size 5758
|
runs/Mar28_19-15-54_365a8f680601/events.out.tfevents.1680031012.365a8f680601.340.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f714e4fe67a42fdddf1af97a2b5b935055abc01bfdf5c1f03a4b71b3e6210ca9
|
| 3 |
+
size 11196
|
runs/Mar28_19-35-13_365a8f680601/1680032164.8044949/events.out.tfevents.1680032164.365a8f680601.340.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c29e758ce8f7268ed56a43bdac09711522e5398a7ca888c1be72788f815a1d13
|
| 3 |
+
size 5767
|
runs/Mar28_19-35-13_365a8f680601/1680032212.5495176/events.out.tfevents.1680032212.365a8f680601.340.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83955f9762ee3cb48f06443582ffa1593475f7106d44aeb729e914deeec53b04
|
| 3 |
+
size 5767
|
runs/Mar28_19-35-13_365a8f680601/events.out.tfevents.1680032164.365a8f680601.340.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a066030aab662bcd20abb9eca02d8dbe22d5d7aa0fb25a3fc45bd4fabdbb2bae
|
| 3 |
+
size 11184
|
runs/Mar28_19-36-45_365a8f680601/1680032232.9009013/events.out.tfevents.1680032232.365a8f680601.340.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:907f11ba535f1e3dd3ab8242108597ce027979ddbd84179ed44ac50c5bd29c2b
|
| 3 |
+
size 5761
|
runs/Mar28_19-36-45_365a8f680601/1680032415.7034523/events.out.tfevents.1680032415.365a8f680601.340.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0fd98f5984a9e58058cb898b26f5792a09d7bc7a0c85947d0f1250de3d9d0a5
|
| 3 |
+
size 5761
|
runs/Mar28_19-36-45_365a8f680601/1680032519.0258064/events.out.tfevents.1680032519.365a8f680601.340.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33238b467ddde13d248c1fdf18abc3442851bcf7fdece6c12b7fef2d3f421362
|
| 3 |
+
size 5761
|
runs/Mar28_19-36-45_365a8f680601/1680032593.9299855/events.out.tfevents.1680032593.365a8f680601.340.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2387617dcb06aef5d349f86eddb1157626b66d76b08c9258ea0cfc653a25cde1
|
| 3 |
+
size 5761
|
runs/Mar28_19-36-45_365a8f680601/1680033379.1235888/events.out.tfevents.1680033379.365a8f680601.340.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fca6c21cd6f0c7b6c9b7f8de7d4c8ea4acb83af721a53569012cdfc2ef31711
|
| 3 |
+
size 5761
|
runs/Mar28_19-36-45_365a8f680601/1680038822.9548995/events.out.tfevents.1680038822.365a8f680601.340.16
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9ecca2195372531860ef3c1607453d9c28719a6679c6c96fe03e1312026d004
|
| 3 |
+
size 5761
|
runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680032232.365a8f680601.340.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d597b9ec0b5069c7c0a31f970d59e956e5d31847b01e45aa4f5ae67413df3380
|
| 3 |
+
size 5618
|
runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680032415.365a8f680601.340.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27b12aa848a2b24a6c3e58ec0468dd5641b9954924b07a91b97b0d69c4313929
|
| 3 |
+
size 11196
|
runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680032593.365a8f680601.340.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5008220434cb6d035cc5469930723def7392c213dcda62ea1be33cc7bf44a41d
|
| 3 |
+
size 5714
|
runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680033379.365a8f680601.340.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74731a4b60e87a428cb31f123d8c1f9ebb2c0be9748760d6a33faa6f31d984eb
|
| 3 |
+
size 14738
|
runs/Mar28_19-36-45_365a8f680601/events.out.tfevents.1680038822.365a8f680601.340.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ee300f9ecc2431aafb9e4b273041cf22c1837a1d2da997a3221e55851ff7834
|
| 3 |
+
size 14738
|
runs/Mar28_22-40-23_365a8f680601/1680043341.0089114/events.out.tfevents.1680043341.365a8f680601.340.18
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5600f01f35852eb3cf60ddf308f7e3f1f1f5c1ae5afdd5d6c4f19e7a5944dddb
|
| 3 |
+
size 5759
|
runs/Mar28_22-40-23_365a8f680601/events.out.tfevents.1680043341.365a8f680601.340.17
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db6b83e7cddcb55f5f37f88fe7279f79c3d083f1ae6108bc5ee62660e03b9eeb
|
| 3 |
+
size 15163
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"do_lower_case": true,
|
| 4 |
+
"mask_token": "[MASK]",
|
| 5 |
+
"model_max_length": 512,
|
| 6 |
+
"pad_token": "[PAD]",
|
| 7 |
+
"sep_token": "[SEP]",
|
| 8 |
+
"special_tokens_map_file": null,
|
| 9 |
+
"strip_accents": null,
|
| 10 |
+
"tokenize_chinese_chars": true,
|
| 11 |
+
"tokenizer_class": "BertTokenizer",
|
| 12 |
+
"unk_token": "[UNK]"
|
| 13 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd0c38e4e9565e2ab5a18f2eb7272d354528b17a2d7dbb36d7b98fd00f58d461
|
| 3 |
+
size 3579
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|