klorine28 commited on
Commit
a6759e7
·
verified ·
1 Parent(s): cfab648

End of training

Browse files
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: finiteautomata/bertweet-base-sentiment-analysis
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - recall
9
+ - precision
10
+ model-index:
11
+ - name: finetuning-sentiment-model-1000-samples-synth
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # finetuning-sentiment-model-1000-samples-synth
19
+
20
+ This model is a fine-tuned version of [finiteautomata/bertweet-base-sentiment-analysis](https://huggingface.co/finiteautomata/bertweet-base-sentiment-analysis) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1326
23
+ - Accuracy: 0.9825
24
+ - F1: 0.9826
25
+ - Recall: 0.9705
26
+ - Precision: 0.9950
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 2
52
+
53
+ ### Training results
54
+
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.39.3
60
+ - Pytorch 1.13.1+cpu
61
+ - Datasets 2.18.0
62
+ - Tokenizers 0.15.2
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<mask>": 64000
3
+ }
bpe.codes ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "finiteautomata/bertweet-base-sentiment-analysis",
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
+ "3": "LABEL_3"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3
27
+ },
28
+ "layer_norm_eps": 1e-05,
29
+ "max_position_embeddings": 130,
30
+ "model_type": "roberta",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 1,
34
+ "position_embedding_type": "absolute",
35
+ "problem_type": "single_label_classification",
36
+ "tokenizer_class": "BertweetTokenizer",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.39.3",
39
+ "type_vocab_size": 1,
40
+ "use_cache": true,
41
+ "vocab_size": 64001
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a789660f69857c6f8ef99b4f0f413fe05f8134ffaab4d0ade7d73147dfb05f3b
3
+ size 539636320
runs/Apr07_20-42-47_LAPTOP-ANUS2U3C/events.out.tfevents.1712518999.LAPTOP-ANUS2U3C.8588.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a13f9934c232e4947fd41f8c98a9b09e5a3cae061e482d6c455b678ffee1a20
3
+ size 9636
runs/Apr07_20-50-14_LAPTOP-ANUS2U3C/events.out.tfevents.1712519417.LAPTOP-ANUS2U3C.8588.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9cf111ef947a0c664c96122c381939ba5a16588024604b9d2a1bb122bcbe03
3
+ size 4838
runs/Apr07_20-59-26_LAPTOP-ANUS2U3C/events.out.tfevents.1712519966.LAPTOP-ANUS2U3C.8588.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1d18155a2763e4c7f6730d69c38d0922487c0155600e460c5435ca13ccf718
3
+ size 4838
runs/Apr07_21-01-17_LAPTOP-ANUS2U3C/events.out.tfevents.1712520078.LAPTOP-ANUS2U3C.8588.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d02613ff1c3c3415f771ae4a21892407412d6086de4b3d641df5b2f396147d3a
3
+ size 4838
runs/Apr07_21-07-42_LAPTOP-ANUS2U3C/events.out.tfevents.1712520463.LAPTOP-ANUS2U3C.8588.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44179757a61cb07ec26f15920caec6885c4942d9d0add603ceb17dcfb4c21d8
3
+ size 4838
runs/Apr07_21-39-29_LAPTOP-ANUS2U3C/events.out.tfevents.1712522370.LAPTOP-ANUS2U3C.8588.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bade81e7977c2621713b87fadba170c513b5d5383c6708bd1d57a4d80199d486
3
+ size 4968
runs/Apr07_21-45-40_LAPTOP-ANUS2U3C/events.out.tfevents.1712522741.LAPTOP-ANUS2U3C.20612.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc7e41c5858ae1358904d56a66bffa64c1ac4fcf9b990d5340cf17b1a7a34db0
3
+ size 4968
runs/Apr07_21-54-22_LAPTOP-ANUS2U3C/events.out.tfevents.1712523265.LAPTOP-ANUS2U3C.20612.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203a06eb180450bebc244190d9ab90d03e1216392a505e96e64251d34d1210fc
3
+ size 4838
runs/Apr07_22-01-25_LAPTOP-ANUS2U3C/events.out.tfevents.1712523686.LAPTOP-ANUS2U3C.20612.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c17cb9630f88023143fcde173b964a3a6da117b8e4dc0347d7832b82dece25b2
3
+ size 5378
runs/Apr07_22-01-25_LAPTOP-ANUS2U3C/events.out.tfevents.1712524561.LAPTOP-ANUS2U3C.20612.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e30a20e61fbe57e849f98890f9d638e6e5c4570a083b91376dc3ec722035df6
3
+ size 503
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "64000": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "ignore_mismatched_sizes": true,
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 128,
51
+ "normalization": false,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "BertweetTokenizer",
55
+ "unk_token": "<unk>"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c852453596c68a32496a1e67aaf96ab5e5ec5b4bff07a8926f26cb7a211c6d58
3
+ size 4539
vocab.txt ADDED
The diff for this file is too large to render. See raw diff