andyP commited on
Commit
d7ac1e0
1 Parent(s): e475d1c

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "readerbench/RoBERT-base",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "do_lower_case": 1,
9
+ "do_remove_accents": 0,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "max_position_embeddings": 512,
18
+ "model_type": "bert",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 0,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.31.0",
26
+ "type_vocab_size": 2,
27
+ "use_cache": true,
28
+ "vocab_size": 37788
29
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a808027505eb7fa7696ef3a77a2667eb18f6f8a73cec823b3dd51fe9688f78
3
+ size 920630469
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee587bc607bbf2bfa6a63431ba5d9fcac735469d79f861f014ab401c0869f7a4
3
+ size 460324657
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f95a8572c527b8f6cbec7c521b5e963100455c62e94808fca3fecccda9d4e5
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c7d9c88af160e97874c176cd46966fd0c09d752da1f3759c6549133b8f5d86
3
+ size 627
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": false,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8469967130575803,
3
+ "best_model_checkpoint": "/content/trainer01/checkpoint-931",
4
+ "epoch": 1.0,
5
+ "global_step": 931,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.54,
12
+ "learning_rate": 1.8925886143931257e-05,
13
+ "loss": 0.3812,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.8419824387623189,
19
+ "eval_f1": 0.8849445014913696,
20
+ "eval_f1_weighted": 0.8469967130575803,
21
+ "eval_loss": 0.3630177080631256,
22
+ "eval_precision": 0.934717487862824,
23
+ "eval_recall": 0.8402042711234912,
24
+ "eval_runtime": 100.4199,
25
+ "eval_samples_per_second": 593.139,
26
+ "eval_steps_per_second": 3.097,
27
+ "step": 931
28
+ }
29
+ ],
30
+ "max_steps": 9310,
31
+ "num_train_epochs": 10,
32
+ "total_flos": 4407587066067840.0,
33
+ "trial_name": null,
34
+ "trial_params": null
35
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1028f8a5a6667c45abcfab066d79dc583382f9b6f6f9c809ea2ce05f52ebeff7
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff