stuartmesham commited on
Commit
39db073
1 Parent(s): d6ce2d2

Upload with huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: xlnet-large_lemon_10k_2_p3
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # xlnet-large_lemon_10k_2_p3
15
+
16
+ This model is a fine-tuned version of [model_saves/xlnet-large_lemon_10k_2_p2](https://huggingface.co/model_saves/xlnet-large_lemon_10k_2_p2) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4726
19
+ - Accuracy: 0.9399
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 128
40
+ - eval_batch_size: 128
41
+ - seed: 52
42
+ - distributed_type: multi-GPU
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: constant
45
+ - num_epochs: 15.0
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 268 | 0.4533 | 0.9398 |
52
+ | No log | 2.0 | 536 | 0.4726 | 0.9399 |
53
+ | No log | 3.0 | 804 | 0.5045 | 0.9393 |
54
+ | 0.2939 | 4.0 | 1072 | 0.5533 | 0.9390 |
55
+ | 0.2939 | 5.0 | 1340 | 0.6086 | 0.9388 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.21.0.dev0
61
+ - Pytorch 1.11.0+cu113
62
+ - Datasets 2.3.2
63
+ - Tokenizers 0.12.1
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.9398584510113038,
4
+ "eval_loss": 0.4725741744041443,
5
+ "eval_runtime": 4.7715,
6
+ "eval_samples": 4382,
7
+ "eval_samples_per_second": 918.373,
8
+ "eval_steps_per_second": 7.335,
9
+ "train_loss": 0.26621628946332787,
10
+ "train_runtime": 557.1132,
11
+ "train_samples": 34304,
12
+ "train_samples_per_second": 923.618,
13
+ "train_steps_per_second": 7.216
14
+ }
config.json ADDED
The diff for this file is too large to render. See raw diff
 
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.9398584510113038,
4
+ "eval_loss": 0.4725741744041443,
5
+ "eval_runtime": 4.7715,
6
+ "eval_samples": 4382,
7
+ "eval_samples_per_second": 918.373,
8
+ "eval_steps_per_second": 7.335
9
+ }
inference_tweak_params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"min_error_probability": 0.66, "additional_confidence": 0.0}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fb40b4b2dcd899fd6f3d21316260c117527e4f3bb63ce4f0cabbd2e662b3dc5
3
+ size 1482231045
special_tokens_map.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "$START"
4
+ ],
5
+ "bos_token": "<s>",
6
+ "cls_token": "<cls>",
7
+ "eos_token": "</s>",
8
+ "mask_token": {
9
+ "content": "<mask>",
10
+ "lstrip": true,
11
+ "normalized": false,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ },
15
+ "pad_token": "<pad>",
16
+ "sep_token": "<sep>",
17
+ "unk_token": "<unk>"
18
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "add_special_tokens": false,
4
+ "additional_special_tokens": [
5
+ "<eop>",
6
+ "<eod>"
7
+ ],
8
+ "bos_token": "<s>",
9
+ "cls_token": "<cls>",
10
+ "do_lower_case": false,
11
+ "eos_token": "</s>",
12
+ "keep_accents": false,
13
+ "mask_token": {
14
+ "__type": "AddedToken",
15
+ "content": "<mask>",
16
+ "lstrip": true,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "name_or_path": "model_saves/xlnet-large_lemon_10k_2_p2",
22
+ "pad_token": "<pad>",
23
+ "remove_space": true,
24
+ "sep_token": "<sep>",
25
+ "special_tokens_map_file": null,
26
+ "tokenizer_class": "XLNetTokenizer",
27
+ "unk_token": "<unk>"
28
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.26621628946332787,
4
+ "train_runtime": 557.1132,
5
+ "train_samples": 34304,
6
+ "train_samples_per_second": 923.618,
7
+ "train_steps_per_second": 7.216
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9398584510113038,
3
+ "best_model_checkpoint": "model_saves/xlnet-large_lemon_10k_2_p3/checkpoint-536",
4
+ "epoch": 5.0,
5
+ "global_step": 1340,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "eval_accuracy": 0.9397857757801407,
13
+ "eval_loss": 0.45327770709991455,
14
+ "eval_runtime": 4.8067,
15
+ "eval_samples_per_second": 911.641,
16
+ "eval_steps_per_second": 7.281,
17
+ "step": 268
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "eval_accuracy": 0.9398584510113038,
22
+ "eval_loss": 0.4725741744041443,
23
+ "eval_runtime": 4.8269,
24
+ "eval_samples_per_second": 907.821,
25
+ "eval_steps_per_second": 7.251,
26
+ "step": 536
27
+ },
28
+ {
29
+ "epoch": 3.0,
30
+ "eval_accuracy": 0.9392938203691902,
31
+ "eval_loss": 0.5044676065444946,
32
+ "eval_runtime": 4.7501,
33
+ "eval_samples_per_second": 922.516,
34
+ "eval_steps_per_second": 7.368,
35
+ "step": 804
36
+ },
37
+ {
38
+ "epoch": 3.73,
39
+ "learning_rate": 1e-05,
40
+ "loss": 0.2939,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 4.0,
45
+ "eval_accuracy": 0.9389695770301546,
46
+ "eval_loss": 0.5532529950141907,
47
+ "eval_runtime": 4.7832,
48
+ "eval_samples_per_second": 916.116,
49
+ "eval_steps_per_second": 7.317,
50
+ "step": 1072
51
+ },
52
+ {
53
+ "epoch": 5.0,
54
+ "eval_accuracy": 0.9388354073726227,
55
+ "eval_loss": 0.6085860133171082,
56
+ "eval_runtime": 4.8148,
57
+ "eval_samples_per_second": 910.113,
58
+ "eval_steps_per_second": 7.269,
59
+ "step": 1340
60
+ },
61
+ {
62
+ "epoch": 5.0,
63
+ "step": 1340,
64
+ "total_flos": 2.1579393029636096e+16,
65
+ "train_loss": 0.26621628946332787,
66
+ "train_runtime": 557.1132,
67
+ "train_samples_per_second": 923.618,
68
+ "train_steps_per_second": 7.216
69
+ }
70
+ ],
71
+ "max_steps": 4020,
72
+ "num_train_epochs": 15,
73
+ "total_flos": 2.1579393029636096e+16,
74
+ "trial_name": null,
75
+ "trial_params": null
76
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f508dfa3278701a905dee2fc218f2292a3753d250050f3e3b0d7e8fdbff4a53c
3
+ size 3439