MoaazZaki commited on
Commit
fe6c27d
·
verified ·
1 Parent(s): 0d7b535

Upload 11 files

Browse files
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Unsatisfied",
13
+ "1": "Neutral",
14
+ "2": "Satisfied"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Neutral": 1,
19
+ "Satisfied": 2,
20
+ "Unsatisfied": 0
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.37.2",
34
+ "vocab_size": 30522
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d0bbfdc3f3b19bcc142e78c8a8facfb4f41aa21567c8a08a396d4a6836794a
3
+ size 267835644
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9f06de7f8634c825a8f0a5dcc49e37ccb1a55a92f7a902dfc4d3bba427ae64
3
+ size 535733434
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad12eae7ca19437e3f3c6450de141dd131023c1e839023dce3b6ce71f56955dd
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26773d0d3db9f5984ce4adecd1598948bd57d161107e88c256d8f17e6b1c3002
3
+ size 1064
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
trainer_state.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5116071701049805,
3
+ "best_model_checkpoint": "tweet_sentiment/checkpoint-1336",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2004,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.75,
13
+ "learning_rate": 1.70059880239521e-05,
14
+ "loss": 0.6771,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.772573997751967,
20
+ "eval_loss": 0.5403854250907898,
21
+ "eval_runtime": 26.1276,
22
+ "eval_samples_per_second": 102.152,
23
+ "eval_steps_per_second": 6.392,
24
+ "step": 668
25
+ },
26
+ {
27
+ "epoch": 1.5,
28
+ "learning_rate": 1.4011976047904192e-05,
29
+ "loss": 0.5016,
30
+ "step": 1000
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.7871862120644436,
35
+ "eval_loss": 0.5116071701049805,
36
+ "eval_runtime": 26.3763,
37
+ "eval_samples_per_second": 101.189,
38
+ "eval_steps_per_second": 6.331,
39
+ "step": 1336
40
+ },
41
+ {
42
+ "epoch": 2.25,
43
+ "learning_rate": 1.1017964071856288e-05,
44
+ "loss": 0.4198,
45
+ "step": 1500
46
+ },
47
+ {
48
+ "epoch": 2.99,
49
+ "learning_rate": 8.023952095808385e-06,
50
+ "loss": 0.3337,
51
+ "step": 2000
52
+ },
53
+ {
54
+ "epoch": 3.0,
55
+ "eval_accuracy": 0.7924316223304608,
56
+ "eval_loss": 0.5666561722755432,
57
+ "eval_runtime": 26.0935,
58
+ "eval_samples_per_second": 102.286,
59
+ "eval_steps_per_second": 6.4,
60
+ "step": 2004
61
+ }
62
+ ],
63
+ "logging_steps": 500,
64
+ "max_steps": 3340,
65
+ "num_input_tokens_seen": 0,
66
+ "num_train_epochs": 5,
67
+ "save_steps": 500,
68
+ "total_flos": 2273027931010656.0,
69
+ "train_batch_size": 16,
70
+ "trial_name": null,
71
+ "trial_params": null
72
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:710bcb2e3e909454ecd47d99369ce61e130c62893d6a3fd798b3229290740ba4
3
+ size 4728
vocab.txt ADDED
The diff for this file is too large to render. See raw diff