bluesky333 commited on
Commit
eecdbad
·
verified ·
1 Parent(s): e75fb8a

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "UFNLP/gatortronS",
3
+ "architectures": [
4
+ "MegatronBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4096,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "megatron-bert",
15
+ "num_attention_heads": 16,
16
+ "num_hidden_layers": 24,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "problem_type": "single_label_classification",
20
+ "tokenizer_type": "BertWordPieceCase",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.41.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 50176
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623d4e6a4cc7fde74433f6ea4008201c6c51a2adbe119cedb9de35493ee49cf4
3
+ size 1421124256
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,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": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2508,
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.39872408293460926,
13
+ "grad_norm": 9.840682983398438,
14
+ "learning_rate": 4.63429565483241e-05,
15
+ "loss": 0.5605,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.7974481658692185,
20
+ "grad_norm": 4.425215721130371,
21
+ "learning_rate": 3.4207917862252084e-05,
22
+ "loss": 0.2413,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.1961722488038278,
27
+ "grad_norm": 0.04050261154770851,
28
+ "learning_rate": 1.83633111222982e-05,
29
+ "loss": 0.1967,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 1.594896331738437,
34
+ "grad_norm": 0.4518131911754608,
35
+ "learning_rate": 5.1924086239082456e-06,
36
+ "loss": 0.1003,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.9936204146730463,
41
+ "grad_norm": 0.030251897871494293,
42
+ "learning_rate": 1.334930716231919e-09,
43
+ "loss": 0.1014,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 2.0,
48
+ "step": 2508,
49
+ "total_flos": 9345407711453184.0,
50
+ "train_loss": 0.239293363770066,
51
+ "train_runtime": 1172.3192,
52
+ "train_samples_per_second": 8.554,
53
+ "train_steps_per_second": 2.139
54
+ }
55
+ ],
56
+ "logging_steps": 500,
57
+ "max_steps": 2508,
58
+ "num_input_tokens_seen": 0,
59
+ "num_train_epochs": 2,
60
+ "save_steps": 1254,
61
+ "stateful_callbacks": {
62
+ "TrainerControl": {
63
+ "args": {
64
+ "should_epoch_stop": false,
65
+ "should_evaluate": false,
66
+ "should_log": false,
67
+ "should_save": true,
68
+ "should_training_stop": true
69
+ },
70
+ "attributes": {}
71
+ }
72
+ },
73
+ "total_flos": 9345407711453184.0,
74
+ "train_batch_size": 4,
75
+ "trial_name": null,
76
+ "trial_params": null
77
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe701c4ad0765573802ced6fb496a76d11e11a8cac73fcbfc66bee9bd7a7048b
3
+ size 5048
vocab.txt ADDED
The diff for this file is too large to render. See raw diff