andricValdez commited on
Commit
43b4556
1 Parent(s): 78eab2d

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. best/config.json +46 -0
  2. best/model.safetensors +3 -0
  3. best/special_tokens_map.json +7 -0
  4. best/tokenizer.json +0 -0
  5. best/tokenizer_config.json +57 -0
  6. best/training_args.bin +3 -0
  7. best/vocab.txt +0 -0
  8. checkpoint-1776/config.json +46 -0
  9. checkpoint-1776/model.safetensors +3 -0
  10. checkpoint-1776/optimizer.pt +3 -0
  11. checkpoint-1776/rng_state.pth +3 -0
  12. checkpoint-1776/scheduler.pt +3 -0
  13. checkpoint-1776/special_tokens_map.json +7 -0
  14. checkpoint-1776/tokenizer.json +0 -0
  15. checkpoint-1776/tokenizer_config.json +57 -0
  16. checkpoint-1776/trainer_state.json +48 -0
  17. checkpoint-1776/training_args.bin +3 -0
  18. checkpoint-1776/vocab.txt +0 -0
  19. checkpoint-3552/config.json +46 -0
  20. checkpoint-3552/model.safetensors +3 -0
  21. checkpoint-3552/optimizer.pt +3 -0
  22. checkpoint-3552/rng_state.pth +3 -0
  23. checkpoint-3552/scheduler.pt +3 -0
  24. checkpoint-3552/special_tokens_map.json +7 -0
  25. checkpoint-3552/tokenizer.json +0 -0
  26. checkpoint-3552/tokenizer_config.json +57 -0
  27. checkpoint-3552/trainer_state.json +81 -0
  28. checkpoint-3552/training_args.bin +3 -0
  29. checkpoint-3552/vocab.txt +0 -0
  30. checkpoint-5328/config.json +46 -0
  31. checkpoint-5328/model.safetensors +3 -0
  32. checkpoint-5328/optimizer.pt +3 -0
  33. checkpoint-5328/rng_state.pth +3 -0
  34. checkpoint-5328/scheduler.pt +3 -0
  35. checkpoint-5328/special_tokens_map.json +7 -0
  36. checkpoint-5328/tokenizer.json +0 -0
  37. checkpoint-5328/tokenizer_config.json +57 -0
  38. checkpoint-5328/trainer_state.json +108 -0
  39. checkpoint-5328/training_args.bin +3 -0
  40. checkpoint-5328/vocab.txt +0 -0
  41. checkpoint-7104/config.json +46 -0
  42. checkpoint-7104/model.safetensors +3 -0
  43. checkpoint-7104/optimizer.pt +3 -0
  44. checkpoint-7104/rng_state.pth +3 -0
  45. checkpoint-7104/scheduler.pt +3 -0
  46. checkpoint-7104/special_tokens_map.json +7 -0
  47. checkpoint-7104/tokenizer.json +0 -0
  48. checkpoint-7104/tokenizer_config.json +57 -0
  49. checkpoint-7104/trainer_state.json +141 -0
  50. checkpoint-7104/training_args.bin +3 -0
best/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "YituTech/conv-bert-base",
3
+ "architectures": [
4
+ "ConvBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "conv_kernel_size": 9,
10
+ "embedding_size": 768,
11
+ "eos_token_id": 2,
12
+ "head_ratio": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "human",
18
+ "1": "chatGPT",
19
+ "2": "cohere",
20
+ "3": "davinci",
21
+ "4": "bloomz",
22
+ "5": "dolly"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "bloomz": 4,
28
+ "chatGPT": 1,
29
+ "cohere": 2,
30
+ "davinci": 3,
31
+ "dolly": 5,
32
+ "human": 0
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "convbert",
37
+ "num_attention_heads": 12,
38
+ "num_groups": 1,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.37.2",
44
+ "type_vocab_size": 2,
45
+ "vocab_size": 30522
46
+ }
best/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:735364986679ab1c52ea41611897a0ebed1ea1f2026f6e2e797cc2d7349c13de
3
+ size 425138888
best/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
+ }
best/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
best/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "ConvBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
best/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d251a585b021c6b5db1fde6c0dc615e9d997c4cb7296ba87d7628a4766ea4480
3
+ size 4728
best/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1776/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "YituTech/conv-bert-base",
3
+ "architectures": [
4
+ "ConvBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "conv_kernel_size": 9,
10
+ "embedding_size": 768,
11
+ "eos_token_id": 2,
12
+ "head_ratio": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "human",
18
+ "1": "chatGPT",
19
+ "2": "cohere",
20
+ "3": "davinci",
21
+ "4": "bloomz",
22
+ "5": "dolly"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "bloomz": 4,
28
+ "chatGPT": 1,
29
+ "cohere": 2,
30
+ "davinci": 3,
31
+ "dolly": 5,
32
+ "human": 0
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "convbert",
37
+ "num_attention_heads": 12,
38
+ "num_groups": 1,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.37.2",
44
+ "type_vocab_size": 2,
45
+ "vocab_size": 30522
46
+ }
checkpoint-1776/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:735364986679ab1c52ea41611897a0ebed1ea1f2026f6e2e797cc2d7349c13de
3
+ size 425138888
checkpoint-1776/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05660feab3b0cffe0ca9cb402ba792951be3566af24327509864453e0ff6df6
3
+ size 850443770
checkpoint-1776/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159d63499ae0b9cec1de1f1856693361a68b6e6290d39440e6d841bb4ae6168e
3
+ size 14244
checkpoint-1776/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0c6be97e1b3a48df0541ca2d55e2bdae7a9b36cd25de0bd8b59e25ffcea3a4
3
+ size 1064
checkpoint-1776/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
+ }
checkpoint-1776/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1776/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "ConvBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
checkpoint-1776/trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.26428040862083435,
3
+ "best_model_checkpoint": "YituTech/conv-bert-base/subtaskB/42/checkpoint-1776",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1776,
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.28,
13
+ "learning_rate": 4.718468468468469e-05,
14
+ "loss": 0.6011,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.56,
19
+ "learning_rate": 4.4369369369369375e-05,
20
+ "loss": 0.2811,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.84,
25
+ "learning_rate": 4.1554054054054055e-05,
26
+ "loss": 0.2427,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_f1": 0.9117274391102351,
32
+ "eval_loss": 0.26428040862083435,
33
+ "eval_runtime": 93.1627,
34
+ "eval_samples_per_second": 152.486,
35
+ "eval_steps_per_second": 4.766,
36
+ "step": 1776
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 8880,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 5,
43
+ "save_steps": 500,
44
+ "total_flos": 1.4390254608500736e+16,
45
+ "train_batch_size": 32,
46
+ "trial_name": null,
47
+ "trial_params": null
48
+ }
checkpoint-1776/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d251a585b021c6b5db1fde6c0dc615e9d997c4cb7296ba87d7628a4766ea4480
3
+ size 4728
checkpoint-1776/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3552/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "YituTech/conv-bert-base",
3
+ "architectures": [
4
+ "ConvBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "conv_kernel_size": 9,
10
+ "embedding_size": 768,
11
+ "eos_token_id": 2,
12
+ "head_ratio": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "human",
18
+ "1": "chatGPT",
19
+ "2": "cohere",
20
+ "3": "davinci",
21
+ "4": "bloomz",
22
+ "5": "dolly"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "bloomz": 4,
28
+ "chatGPT": 1,
29
+ "cohere": 2,
30
+ "davinci": 3,
31
+ "dolly": 5,
32
+ "human": 0
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "convbert",
37
+ "num_attention_heads": 12,
38
+ "num_groups": 1,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.37.2",
44
+ "type_vocab_size": 2,
45
+ "vocab_size": 30522
46
+ }
checkpoint-3552/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a93d61495c21d04792cb4051156dc7ad6d7d4b918448947c2166017eab4992
3
+ size 425138888
checkpoint-3552/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bee55d46714e1906040e61115450f1bf54a43170fc2a38b44158b8ad9f9f114
3
+ size 850443770
checkpoint-3552/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6527f72b37732bdcda16c2d0b6237381b39ed034d9bdc69ddc6c7c8b61f5b3b
3
+ size 14244
checkpoint-3552/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46f4268104ef2b51a09bc192562c9a1b0a0e0a19899b24a2cc409c9bcfbc030
3
+ size 1064
checkpoint-3552/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
+ }
checkpoint-3552/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3552/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "ConvBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
checkpoint-3552/trainer_state.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.26428040862083435,
3
+ "best_model_checkpoint": "YituTech/conv-bert-base/subtaskB/42/checkpoint-1776",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3552,
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.28,
13
+ "learning_rate": 4.718468468468469e-05,
14
+ "loss": 0.6011,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.56,
19
+ "learning_rate": 4.4369369369369375e-05,
20
+ "loss": 0.2811,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.84,
25
+ "learning_rate": 4.1554054054054055e-05,
26
+ "loss": 0.2427,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_f1": 0.9117274391102351,
32
+ "eval_loss": 0.26428040862083435,
33
+ "eval_runtime": 93.1627,
34
+ "eval_samples_per_second": 152.486,
35
+ "eval_steps_per_second": 4.766,
36
+ "step": 1776
37
+ },
38
+ {
39
+ "epoch": 1.13,
40
+ "learning_rate": 3.873873873873874e-05,
41
+ "loss": 0.1753,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 1.41,
46
+ "learning_rate": 3.592342342342343e-05,
47
+ "loss": 0.1239,
48
+ "step": 2500
49
+ },
50
+ {
51
+ "epoch": 1.69,
52
+ "learning_rate": 3.310810810810811e-05,
53
+ "loss": 0.1203,
54
+ "step": 3000
55
+ },
56
+ {
57
+ "epoch": 1.97,
58
+ "learning_rate": 3.0292792792792797e-05,
59
+ "loss": 0.1015,
60
+ "step": 3500
61
+ },
62
+ {
63
+ "epoch": 2.0,
64
+ "eval_f1": 0.9108123328171195,
65
+ "eval_loss": 0.3175283372402191,
66
+ "eval_runtime": 93.2571,
67
+ "eval_samples_per_second": 152.332,
68
+ "eval_steps_per_second": 4.761,
69
+ "step": 3552
70
+ }
71
+ ],
72
+ "logging_steps": 500,
73
+ "max_steps": 8880,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 5,
76
+ "save_steps": 500,
77
+ "total_flos": 2.878050921700147e+16,
78
+ "train_batch_size": 32,
79
+ "trial_name": null,
80
+ "trial_params": null
81
+ }
checkpoint-3552/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d251a585b021c6b5db1fde6c0dc615e9d997c4cb7296ba87d7628a4766ea4480
3
+ size 4728
checkpoint-3552/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5328/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "YituTech/conv-bert-base",
3
+ "architectures": [
4
+ "ConvBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "conv_kernel_size": 9,
10
+ "embedding_size": 768,
11
+ "eos_token_id": 2,
12
+ "head_ratio": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "human",
18
+ "1": "chatGPT",
19
+ "2": "cohere",
20
+ "3": "davinci",
21
+ "4": "bloomz",
22
+ "5": "dolly"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "bloomz": 4,
28
+ "chatGPT": 1,
29
+ "cohere": 2,
30
+ "davinci": 3,
31
+ "dolly": 5,
32
+ "human": 0
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "convbert",
37
+ "num_attention_heads": 12,
38
+ "num_groups": 1,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.37.2",
44
+ "type_vocab_size": 2,
45
+ "vocab_size": 30522
46
+ }
checkpoint-5328/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ec531632c7ead362458d0657551c31758c5f131a347eca6c0e5900d5095c6b
3
+ size 425138888
checkpoint-5328/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac3cd7dcaac0b95e847e851403b8aaf748c83e122df87d48e297d1894f1e6e5
3
+ size 850443770
checkpoint-5328/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d40c5d3ed465e23aadcc4ab7f8ed9344b9abd8c85c626aecc35b2f7acc775612
3
+ size 14244
checkpoint-5328/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfc7aa4ccac4a13f9949dce2b78c8a5296626034b4b06f0f26c9be48b29ff05d
3
+ size 1064
checkpoint-5328/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
+ }
checkpoint-5328/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5328/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "ConvBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
checkpoint-5328/trainer_state.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.26428040862083435,
3
+ "best_model_checkpoint": "YituTech/conv-bert-base/subtaskB/42/checkpoint-1776",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5328,
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.28,
13
+ "learning_rate": 4.718468468468469e-05,
14
+ "loss": 0.6011,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.56,
19
+ "learning_rate": 4.4369369369369375e-05,
20
+ "loss": 0.2811,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.84,
25
+ "learning_rate": 4.1554054054054055e-05,
26
+ "loss": 0.2427,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_f1": 0.9117274391102351,
32
+ "eval_loss": 0.26428040862083435,
33
+ "eval_runtime": 93.1627,
34
+ "eval_samples_per_second": 152.486,
35
+ "eval_steps_per_second": 4.766,
36
+ "step": 1776
37
+ },
38
+ {
39
+ "epoch": 1.13,
40
+ "learning_rate": 3.873873873873874e-05,
41
+ "loss": 0.1753,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 1.41,
46
+ "learning_rate": 3.592342342342343e-05,
47
+ "loss": 0.1239,
48
+ "step": 2500
49
+ },
50
+ {
51
+ "epoch": 1.69,
52
+ "learning_rate": 3.310810810810811e-05,
53
+ "loss": 0.1203,
54
+ "step": 3000
55
+ },
56
+ {
57
+ "epoch": 1.97,
58
+ "learning_rate": 3.0292792792792797e-05,
59
+ "loss": 0.1015,
60
+ "step": 3500
61
+ },
62
+ {
63
+ "epoch": 2.0,
64
+ "eval_f1": 0.9108123328171195,
65
+ "eval_loss": 0.3175283372402191,
66
+ "eval_runtime": 93.2571,
67
+ "eval_samples_per_second": 152.332,
68
+ "eval_steps_per_second": 4.761,
69
+ "step": 3552
70
+ },
71
+ {
72
+ "epoch": 2.25,
73
+ "learning_rate": 2.7477477477477483e-05,
74
+ "loss": 0.0539,
75
+ "step": 4000
76
+ },
77
+ {
78
+ "epoch": 2.53,
79
+ "learning_rate": 2.4662162162162162e-05,
80
+ "loss": 0.0475,
81
+ "step": 4500
82
+ },
83
+ {
84
+ "epoch": 2.82,
85
+ "learning_rate": 2.1846846846846845e-05,
86
+ "loss": 0.052,
87
+ "step": 5000
88
+ },
89
+ {
90
+ "epoch": 3.0,
91
+ "eval_f1": 0.9283401379698719,
92
+ "eval_loss": 0.3505339026451111,
93
+ "eval_runtime": 93.5325,
94
+ "eval_samples_per_second": 151.883,
95
+ "eval_steps_per_second": 4.747,
96
+ "step": 5328
97
+ }
98
+ ],
99
+ "logging_steps": 500,
100
+ "max_steps": 8880,
101
+ "num_input_tokens_seen": 0,
102
+ "num_train_epochs": 5,
103
+ "save_steps": 500,
104
+ "total_flos": 4.317076382550221e+16,
105
+ "train_batch_size": 32,
106
+ "trial_name": null,
107
+ "trial_params": null
108
+ }
checkpoint-5328/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d251a585b021c6b5db1fde6c0dc615e9d997c4cb7296ba87d7628a4766ea4480
3
+ size 4728
checkpoint-5328/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-7104/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "YituTech/conv-bert-base",
3
+ "architectures": [
4
+ "ConvBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "conv_kernel_size": 9,
10
+ "embedding_size": 768,
11
+ "eos_token_id": 2,
12
+ "head_ratio": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "human",
18
+ "1": "chatGPT",
19
+ "2": "cohere",
20
+ "3": "davinci",
21
+ "4": "bloomz",
22
+ "5": "dolly"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "bloomz": 4,
28
+ "chatGPT": 1,
29
+ "cohere": 2,
30
+ "davinci": 3,
31
+ "dolly": 5,
32
+ "human": 0
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "convbert",
37
+ "num_attention_heads": 12,
38
+ "num_groups": 1,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.37.2",
44
+ "type_vocab_size": 2,
45
+ "vocab_size": 30522
46
+ }
checkpoint-7104/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e01ab46d027f17108acbaf8b47a71e696b7932142add2dc4656c5ceff6a012e
3
+ size 425138888
checkpoint-7104/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feb8268eeb0cce3f74aa7d3adeb36e9f49f479fb488b33c17f7c7470da7eaf93
3
+ size 850443770
checkpoint-7104/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db8910514881863e4b777da6a45da7697ae76940c96bd3a37bbac45a9f86b1a6
3
+ size 14244
checkpoint-7104/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4644143c012bf941219243ea6e65806053aae9c619200e42f4199f37bdc43761
3
+ size 1064
checkpoint-7104/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
+ }
checkpoint-7104/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-7104/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "ConvBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
checkpoint-7104/trainer_state.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.26428040862083435,
3
+ "best_model_checkpoint": "YituTech/conv-bert-base/subtaskB/42/checkpoint-1776",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 7104,
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.28,
13
+ "learning_rate": 4.718468468468469e-05,
14
+ "loss": 0.6011,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.56,
19
+ "learning_rate": 4.4369369369369375e-05,
20
+ "loss": 0.2811,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.84,
25
+ "learning_rate": 4.1554054054054055e-05,
26
+ "loss": 0.2427,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_f1": 0.9117274391102351,
32
+ "eval_loss": 0.26428040862083435,
33
+ "eval_runtime": 93.1627,
34
+ "eval_samples_per_second": 152.486,
35
+ "eval_steps_per_second": 4.766,
36
+ "step": 1776
37
+ },
38
+ {
39
+ "epoch": 1.13,
40
+ "learning_rate": 3.873873873873874e-05,
41
+ "loss": 0.1753,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 1.41,
46
+ "learning_rate": 3.592342342342343e-05,
47
+ "loss": 0.1239,
48
+ "step": 2500
49
+ },
50
+ {
51
+ "epoch": 1.69,
52
+ "learning_rate": 3.310810810810811e-05,
53
+ "loss": 0.1203,
54
+ "step": 3000
55
+ },
56
+ {
57
+ "epoch": 1.97,
58
+ "learning_rate": 3.0292792792792797e-05,
59
+ "loss": 0.1015,
60
+ "step": 3500
61
+ },
62
+ {
63
+ "epoch": 2.0,
64
+ "eval_f1": 0.9108123328171195,
65
+ "eval_loss": 0.3175283372402191,
66
+ "eval_runtime": 93.2571,
67
+ "eval_samples_per_second": 152.332,
68
+ "eval_steps_per_second": 4.761,
69
+ "step": 3552
70
+ },
71
+ {
72
+ "epoch": 2.25,
73
+ "learning_rate": 2.7477477477477483e-05,
74
+ "loss": 0.0539,
75
+ "step": 4000
76
+ },
77
+ {
78
+ "epoch": 2.53,
79
+ "learning_rate": 2.4662162162162162e-05,
80
+ "loss": 0.0475,
81
+ "step": 4500
82
+ },
83
+ {
84
+ "epoch": 2.82,
85
+ "learning_rate": 2.1846846846846845e-05,
86
+ "loss": 0.052,
87
+ "step": 5000
88
+ },
89
+ {
90
+ "epoch": 3.0,
91
+ "eval_f1": 0.9283401379698719,
92
+ "eval_loss": 0.3505339026451111,
93
+ "eval_runtime": 93.5325,
94
+ "eval_samples_per_second": 151.883,
95
+ "eval_steps_per_second": 4.747,
96
+ "step": 5328
97
+ },
98
+ {
99
+ "epoch": 3.1,
100
+ "learning_rate": 1.9031531531531532e-05,
101
+ "loss": 0.0305,
102
+ "step": 5500
103
+ },
104
+ {
105
+ "epoch": 3.38,
106
+ "learning_rate": 1.6216216216216218e-05,
107
+ "loss": 0.018,
108
+ "step": 6000
109
+ },
110
+ {
111
+ "epoch": 3.66,
112
+ "learning_rate": 1.3400900900900901e-05,
113
+ "loss": 0.0187,
114
+ "step": 6500
115
+ },
116
+ {
117
+ "epoch": 3.94,
118
+ "learning_rate": 1.0585585585585586e-05,
119
+ "loss": 0.0136,
120
+ "step": 7000
121
+ },
122
+ {
123
+ "epoch": 4.0,
124
+ "eval_f1": 0.9349570603970153,
125
+ "eval_loss": 0.3897482752799988,
126
+ "eval_runtime": 93.39,
127
+ "eval_samples_per_second": 152.115,
128
+ "eval_steps_per_second": 4.754,
129
+ "step": 7104
130
+ }
131
+ ],
132
+ "logging_steps": 500,
133
+ "max_steps": 8880,
134
+ "num_input_tokens_seen": 0,
135
+ "num_train_epochs": 5,
136
+ "save_steps": 500,
137
+ "total_flos": 5.756101843400294e+16,
138
+ "train_batch_size": 32,
139
+ "trial_name": null,
140
+ "trial_params": null
141
+ }
checkpoint-7104/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d251a585b021c6b5db1fde6c0dc615e9d997c4cb7296ba87d7628a4766ea4480
3
+ size 4728