DGurgurov commited on
Commit
dcc989d
1 Parent(s): 5aaccdc

Upload 11 files

Browse files
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MLRS/BERTu",
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.9.1",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 52000
27
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c6a478a9a357c8b83de7481c63f26c37dc2270b3fd663a4c5ce14f5a1b259a
3
+ size 1007949370
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39dea549abc542a42c213cb88e2514d9f384d5ca65d82a9910127acb69e20273
3
+ size 504001906
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be7ed6308530123ac08758e6ad6cd97b99620071cf978da45eb5009bee5cebe
3
+ size 14498
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ccccb41c4ba8da89343e580498f553ceea9ee5ea34d21fe630f98d751f13f16
3
+ size 1064
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": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "clean_text": true, "wordpieces_prefix": "##", "special_tokens_map_file": null, "name_or_path": "MLRS/BERTu", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8717058897018433,
3
+ "best_model_checkpoint": "./bertu_sentiment_finetuned/checkpoint-1000",
4
+ "epoch": 52.63157894736842,
5
+ "global_step": 1000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 26.32,
12
+ "learning_rate": 8.68421052631579e-05,
13
+ "loss": 0.0321,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 52.63,
18
+ "learning_rate": 7.368421052631579e-05,
19
+ "loss": 0.0,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 52.63,
24
+ "eval_accuracy": 0.9058823529411765,
25
+ "eval_f1": 0.8666666666666666,
26
+ "eval_loss": 0.8717058897018433,
27
+ "eval_runtime": 1.9169,
28
+ "eval_samples_per_second": 44.342,
29
+ "eval_steps_per_second": 1.565,
30
+ "step": 1000
31
+ }
32
+ ],
33
+ "max_steps": 3800,
34
+ "num_train_epochs": 200,
35
+ "total_flos": 7452935143005360.0,
36
+ "trial_name": null,
37
+ "trial_params": null
38
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc1aabf568895547ce6193ccd8ef0c9c4ac6e7efa0ca8c85597ab4ee31e6e34
3
+ size 3064
vocab.txt ADDED
The diff for this file is too large to render. See raw diff