ltuzova commited on
Commit
216c04e
·
1 Parent(s): 3d1ee52

citation_intent_classification_roberta

Browse files
last-checkpoint/config.json DELETED
@@ -1,45 +0,0 @@
1
- {
2
- "_name_or_path": "roberta-base",
3
- "architectures": [
4
- "RobertaForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": 0.1,
9
- "eos_token_id": 2,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
- "id2label": {
14
- "0": "Background",
15
- "1": "CompareOrContrast",
16
- "2": "Uses",
17
- "3": "Motivation",
18
- "4": "Future",
19
- "5": "Extends"
20
- },
21
- "initializer_range": 0.02,
22
- "intermediate_size": 3072,
23
- "label2id": {
24
- "Background": 0,
25
- "CompareOrContrast": 1,
26
- "Extends": 5,
27
- "Future": 4,
28
- "Motivation": 3,
29
- "Uses": 2
30
- },
31
- "layer_norm_eps": 1e-05,
32
- "max_position_embeddings": 514,
33
- "model_type": "roberta",
34
- "num_attention_heads": 12,
35
- "num_hidden_layers": 12,
36
- "num_of_labels": 6,
37
- "pad_token_id": 1,
38
- "position_embedding_type": "absolute",
39
- "problem_type": "single_label_classification",
40
- "torch_dtype": "float32",
41
- "transformers_version": "4.30.2",
42
- "type_vocab_size": 1,
43
- "use_cache": true,
44
- "vocab_size": 50265
45
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d368d077a0f444a0992c017207945d7447e79b57de30f24df1bd30ac7d4e58cf
3
- size 997319621
 
 
 
 
last-checkpoint/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:757180f5847e6e6e8adc313dea5ce34782c19436414b11183013431c12c89f61
3
- size 498674357
 
 
 
 
last-checkpoint/rng_state.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:190ec63f1eff039dd063347cda3f4ca17867f19ff6206e72f252578f29b0a5aa
3
- size 14575
 
 
 
 
last-checkpoint/special_tokens_map.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
5
- "mask_token": {
6
- "content": "<mask>",
7
- "lstrip": true,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,15 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "bos_token": "<s>",
4
- "clean_up_tokenization_spaces": true,
5
- "cls_token": "<s>",
6
- "eos_token": "</s>",
7
- "errors": "replace",
8
- "mask_token": "<mask>",
9
- "model_max_length": 512,
10
- "pad_token": "<pad>",
11
- "sep_token": "</s>",
12
- "tokenizer_class": "RobertaTokenizer",
13
- "trim_offsets": true,
14
- "unk_token": "<unk>"
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/trainer_state.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "best_metric": 0.32540006346615896,
3
- "best_model_checkpoint": "citation_intent_classification_roberta/checkpoint-211",
4
- "epoch": 2.0,
5
- "global_step": 211,
6
- "is_hyper_param_search": false,
7
- "is_local_process_zero": true,
8
- "is_world_process_zero": true,
9
- "log_history": [
10
- {
11
- "epoch": 0.95,
12
- "learning_rate": 1.9250253292806485e-05,
13
- "loss": 1.4059,
14
- "step": 100
15
- },
16
- {
17
- "epoch": 1.0,
18
- "eval_accuracy": 0.6491228070175439,
19
- "eval_f1_macro": 0.2714097496706192,
20
- "eval_loss": 1.058456540107727,
21
- "eval_runtime": 0.3456,
22
- "eval_samples_per_second": 329.861,
23
- "eval_steps_per_second": 23.148,
24
- "step": 105
25
- },
26
- {
27
- "epoch": 1.9,
28
- "learning_rate": 1.7223910840932118e-05,
29
- "loss": 1.0405,
30
- "step": 200
31
- },
32
- {
33
- "epoch": 2.0,
34
- "eval_accuracy": 0.6842105263157895,
35
- "eval_f1_macro": 0.32540006346615896,
36
- "eval_loss": 0.9257992506027222,
37
- "eval_runtime": 0.3473,
38
- "eval_samples_per_second": 328.201,
39
- "eval_steps_per_second": 23.032,
40
- "step": 211
41
- }
42
- ],
43
- "max_steps": 1050,
44
- "num_train_epochs": 10,
45
- "total_flos": 177618674535264.0,
46
- "trial_name": null,
47
- "trial_params": null
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc6dd7fc3e3b01a33af39bbfe820fb6c0b33376ba57f49fcf65dd3f40bf8aff8
3
- size 4027
 
 
 
 
last-checkpoint/vocab.json 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:757180f5847e6e6e8adc313dea5ce34782c19436414b11183013431c12c89f61
3
  size 498674357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d076d24229c602e16c71c883f056078cb1ff31bb06c0f499fe108cea3272e23
3
  size 498674357
runs/Apr20_23-56-38_jupyter/events.out.tfevents.1713657402.jupyter.2695507.6 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d656c80c2e480e10e021e9249c6e707aa6cb23ea8b0e70d0f93bf74508986d6b
3
- size 5407
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7b5049bed22e718f07e83cbc84e8ef74d52bb335c2340be4a3b30545ed2abe
3
+ size 10017
last-checkpoint/scheduler.pt → runs/Apr20_23-56-38_jupyter/events.out.tfevents.1713657789.jupyter.2695507.7 RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8630ed6b65e3550515505b33e335b0d86561e79d9eaa57ead62028ad30608d0e
3
- size 627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:686c60ddf72c2c76bf0238e7bf1faf5d0592ac9b341d3abbb51e4679bdb7d32a
3
+ size 415