dardem commited on
Commit
edc19c7
1 Parent(s): 2fd2d60

Upload 11 files

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Geotrend/distilbert-base-uk-cased",
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.35.0",
25
+ "vocab_size": 11811
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:649dbbba0ff50b6518d190e8d7aca183dd9c1ebe44b72324aa6bcb869ba2951d
3
+ size 210352304
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab4a79b45eda66355ca7185ea7c82f7c46b04e85f67632955bdefa9ccc7cb29
3
+ size 420766906
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81779f87dcc2a43431e0380eec9e1d65c0d3f1a8b42f8cc3eed93481cd63f79
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e19aec562275e412c44374390de345bac40442f41f6b6c61719c88a1d6efda0
3
+ size 1064
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
+ "10": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "11": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "12": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "13": {
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": false,
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": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.21257802844047546,
3
+ "best_model_checkpoint": "geotrend-mdistill-bert-uk-all-finetuned-toxicity-classification/checkpoint-563",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1689,
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.89,
13
+ "learning_rate": 1.4079336885731204e-05,
14
+ "loss": 0.3004,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_loss": 0.21257802844047546,
20
+ "eval_runtime": 2.7239,
21
+ "eval_samples_per_second": 183.564,
22
+ "eval_steps_per_second": 23.129,
23
+ "step": 563
24
+ },
25
+ {
26
+ "epoch": 1.78,
27
+ "learning_rate": 8.158673771462404e-06,
28
+ "loss": 0.1776,
29
+ "step": 1000
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_loss": 0.257038950920105,
34
+ "eval_runtime": 2.76,
35
+ "eval_samples_per_second": 181.156,
36
+ "eval_steps_per_second": 22.826,
37
+ "step": 1126
38
+ },
39
+ {
40
+ "epoch": 2.66,
41
+ "learning_rate": 2.238010657193606e-06,
42
+ "loss": 0.1249,
43
+ "step": 1500
44
+ },
45
+ {
46
+ "epoch": 3.0,
47
+ "eval_loss": 0.2566777765750885,
48
+ "eval_runtime": 2.7213,
49
+ "eval_samples_per_second": 183.734,
50
+ "eval_steps_per_second": 23.151,
51
+ "step": 1689
52
+ }
53
+ ],
54
+ "logging_steps": 500,
55
+ "max_steps": 1689,
56
+ "num_train_epochs": 3,
57
+ "save_steps": 500,
58
+ "total_flos": 1788309881856000.0,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a31bd72b0ae8d7011e05300142ea8f2923e399ea82cf67e9d6921d72e8876e
3
+ size 4664
vocab.txt ADDED
The diff for this file is too large to render. See raw diff