mervekasap
commited on
Commit
•
82b32b0
1
Parent(s):
f79831e
end of training 3 epochs
Browse files- last-checkpoint/config.json +0 -38
- last-checkpoint/optimizer.pt +0 -3
- last-checkpoint/pytorch_model.bin +0 -3
- last-checkpoint/rng_state.pth +0 -3
- last-checkpoint/scheduler.pt +0 -3
- last-checkpoint/special_tokens_map.json +0 -7
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +0 -14
- last-checkpoint/trainer_state.json +0 -33
- last-checkpoint/training_args.bin +0 -3
- last-checkpoint/vocab.txt +0 -0
- pytorch_model.bin +1 -1
- runs/Jan05_19-40-48_3f719ebf9fa4/events.out.tfevents.1672947747.3f719ebf9fa4.592.0 +2 -2
last-checkpoint/config.json
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-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 |
-
"id2label": {
|
12 |
-
"0": "anger",
|
13 |
-
"1": "joy",
|
14 |
-
"2": "optimism",
|
15 |
-
"3": "sadness"
|
16 |
-
},
|
17 |
-
"initializer_range": 0.02,
|
18 |
-
"label2id": {
|
19 |
-
"anger": 0,
|
20 |
-
"joy": 1,
|
21 |
-
"optimism": 2,
|
22 |
-
"sadness": 3
|
23 |
-
},
|
24 |
-
"max_position_embeddings": 512,
|
25 |
-
"model_type": "distilbert",
|
26 |
-
"n_heads": 12,
|
27 |
-
"n_layers": 6,
|
28 |
-
"output_past": true,
|
29 |
-
"pad_token_id": 0,
|
30 |
-
"problem_type": "single_label_classification",
|
31 |
-
"qa_dropout": 0.1,
|
32 |
-
"seq_classif_dropout": 0.2,
|
33 |
-
"sinusoidal_pos_embds": false,
|
34 |
-
"tie_weights_": true,
|
35 |
-
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.25.1",
|
37 |
-
"vocab_size": 28996
|
38 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5e64461877bf8c07336a27696e58c2e8a8f3797324a4ea65ccd262bbe441c08a
|
3 |
-
size 526337605
|
|
|
|
|
|
|
|
last-checkpoint/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:513fac0fd56bf699f5f8a44f12a3cda0bac23df4a5acdedbc8d06b5349801d5d
|
3 |
-
size 263173805
|
|
|
|
|
|
|
|
last-checkpoint/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f4a52ac26b5a94c3219c09c22a0bd521f8e864f5b42d3ecd91f2e9b127cf3d45
|
3 |
-
size 14575
|
|
|
|
|
|
|
|
last-checkpoint/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d3319d4bda1d7e80810542cd85f97877bff2efa54fde1ece47170a3ebe187dc0
|
3 |
-
size 627
|
|
|
|
|
|
|
|
last-checkpoint/special_tokens_map.json
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"cls_token": "[CLS]",
|
3 |
-
"mask_token": "[MASK]",
|
4 |
-
"pad_token": "[PAD]",
|
5 |
-
"sep_token": "[SEP]",
|
6 |
-
"unk_token": "[UNK]"
|
7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"cls_token": "[CLS]",
|
3 |
-
"do_lower_case": false,
|
4 |
-
"mask_token": "[MASK]",
|
5 |
-
"model_max_length": 512,
|
6 |
-
"name_or_path": "distilbert-base-cased",
|
7 |
-
"pad_token": "[PAD]",
|
8 |
-
"sep_token": "[SEP]",
|
9 |
-
"special_tokens_map_file": null,
|
10 |
-
"strip_accents": null,
|
11 |
-
"tokenize_chinese_chars": true,
|
12 |
-
"tokenizer_class": "DistilBertTokenizer",
|
13 |
-
"unk_token": "[UNK]"
|
14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/trainer_state.json
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": 0.6754607847530283,
|
3 |
-
"best_model_checkpoint": "bert-emotion/checkpoint-815",
|
4 |
-
"epoch": 1.0,
|
5 |
-
"global_step": 815,
|
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 |
-
"learning_rate": 3.3333333333333335e-05,
|
13 |
-
"loss": 0.8652,
|
14 |
-
"step": 815
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"epoch": 1.0,
|
18 |
-
"eval_fscore": 0.6754607847530283,
|
19 |
-
"eval_loss": 0.6990811824798584,
|
20 |
-
"eval_precision": 0.7314410272669626,
|
21 |
-
"eval_recall": 0.6514079073654251,
|
22 |
-
"eval_runtime": 1.0628,
|
23 |
-
"eval_samples_per_second": 351.897,
|
24 |
-
"eval_steps_per_second": 88.445,
|
25 |
-
"step": 815
|
26 |
-
}
|
27 |
-
],
|
28 |
-
"max_steps": 2445,
|
29 |
-
"num_train_epochs": 3,
|
30 |
-
"total_flos": 31684123606128.0,
|
31 |
-
"trial_name": null,
|
32 |
-
"trial_params": null
|
33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8fa31624afdcbfb9dbffcbb16d77e87c3758b7082f82111c4165a8ca7002e073
|
3 |
-
size 3387
|
|
|
|
|
|
|
|
last-checkpoint/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263173805
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a35068a1a93be67abfb241d10f6b227b6d7bf7be4251434958943c7cc2ef0ba1
|
3 |
size 263173805
|
runs/Jan05_19-40-48_3f719ebf9fa4/events.out.tfevents.1672947747.3f719ebf9fa4.592.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f5272a2ae394eeabdd28782d7a9d5459c9db731ad7ac5c690575e4c5b8d944e
|
3 |
+
size 5835
|