wu981526092 commited on
Commit
b64dfe4
1 Parent(s): 22dfd69

Upload 11 files

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "n",
13
+ "1": "y"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "n": 0,
18
+ "y": 1
19
+ },
20
+ "max_position_embeddings": 512,
21
+ "model_type": "distilbert",
22
+ "n_heads": 12,
23
+ "n_layers": 6,
24
+ "pad_token_id": 0,
25
+ "problem_type": "single_label_classification",
26
+ "qa_dropout": 0.1,
27
+ "seq_classif_dropout": 0.2,
28
+ "sinusoidal_pos_embds": false,
29
+ "tie_weights_": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.32.0",
32
+ "vocab_size": 30522
33
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ead0813b800ca1f78e45731406f22fe5ad1b72986a9431649ffc7285c1c6ab
3
+ size 535726853
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f3a78d8dde07d848d352a4db19ecb1f388b4c44fa126dfe1d277c5c61b05c03
3
+ size 267855533
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39309400b024dfd76056b48fae6c967e4788e4e2edbdceb716d48d83b186d561
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ae6375473b9f76b3f568f13054018758485868327dd5219b2a49bcee497bf4
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
trainer_state.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6721340417861938,
3
+ "best_model_checkpoint": "distilbert-base-uncased_cCON_mypersonality/checkpoint-248",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 496,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.5851814516129032,
14
+ "eval_loss": 0.6721340417861938,
15
+ "eval_runtime": 3.8154,
16
+ "eval_samples_per_second": 520.0,
17
+ "eval_steps_per_second": 16.25,
18
+ "step": 248
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.5836693548387096,
23
+ "eval_loss": 0.6946531534194946,
24
+ "eval_runtime": 3.8331,
25
+ "eval_samples_per_second": 517.6,
26
+ "eval_steps_per_second": 16.175,
27
+ "step": 496
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 1240,
32
+ "num_train_epochs": 5,
33
+ "save_steps": 500,
34
+ "total_flos": 327428103705684.0,
35
+ "trial_name": null,
36
+ "trial_params": null
37
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a969be6f01d50c28e2561f3b13ae93653a917e979f2464f586b67e4415f4979
3
+ size 4091
vocab.txt ADDED
The diff for this file is too large to render. See raw diff