Alex Spangher commited on
Commit
b331134
1 Parent(s): 82aab44
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_samples": 2737,
4
+ "test_accuracy": 0.7168432590427475,
5
+ "test_loss": 0.8912712335586548,
6
+ "test_macro_f1": 0.5103889782929176,
7
+ "test_micro_f1": 0.7168432590427475,
8
+ "test_runtime": 5.8747,
9
+ "test_samples_per_second": 465.9,
10
+ "test_steps_per_second": 3.745,
11
+ "train_loss": 0.7604470539181076,
12
+ "train_runtime": 647.9763,
13
+ "train_samples": 23080,
14
+ "train_samples_per_second": 106.856,
15
+ "train_steps_per_second": 3.343
16
+ }
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Direct Quote",
15
+ "1": "Published Work/Press Report",
16
+ "2": "Court Proceeding",
17
+ "3": "Email/Social Media Post",
18
+ "4": "Proposal/Order/Law",
19
+ "5": "Direct Observation",
20
+ "6": "Other",
21
+ "7": "No Quote",
22
+ "8": "Statement/Public Speech",
23
+ "9": "Background/Narrative",
24
+ "10": "Indirect Quote"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "Background/Narrative": 9,
30
+ "Court Proceeding": 2,
31
+ "Direct Observation": 5,
32
+ "Direct Quote": 0,
33
+ "Email/Social Media Post": 3,
34
+ "Indirect Quote": 10,
35
+ "No Quote": 7,
36
+ "Other": 6,
37
+ "Proposal/Order/Law": 4,
38
+ "Published Work/Press Report": 1,
39
+ "Statement/Public Speech": 8
40
+ },
41
+ "layer_norm_eps": 1e-05,
42
+ "max_position_embeddings": 514,
43
+ "model_type": "roberta",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "pad_token_id": 1,
47
+ "position_embedding_type": "absolute",
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.36.0.dev0",
51
+ "type_vocab_size": 1,
52
+ "use_cache": true,
53
+ "vocab_size": 50265
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e7bcd3681e3c7e8127e2723af17aa406046af02ebe04c54d9af7e58224acd3
3
+ size 498640508
post-training eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_samples": 2737,
3
+ "test_accuracy": 0.7168432590427475,
4
+ "test_loss": 0.8912712335586548,
5
+ "test_macro_f1": 0.5103889782929176,
6
+ "test_micro_f1": 0.7168432590427475,
7
+ "test_runtime": 5.8747,
8
+ "test_samples_per_second": 465.9,
9
+ "test_steps_per_second": 3.745
10
+ }
prediction_output.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.7604470539181076,
4
+ "train_runtime": 647.9763,
5
+ "train_samples": 23080,
6
+ "train_samples_per_second": 106.856,
7
+ "train_steps_per_second": 3.343
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2166,
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.69,
13
+ "learning_rate": 3.845798707294552e-05,
14
+ "loss": 1.029,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.39,
19
+ "learning_rate": 2.6915974145891044e-05,
20
+ "loss": 0.8087,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 2.08,
25
+ "learning_rate": 1.5373961218836565e-05,
26
+ "loss": 0.7124,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 2.77,
31
+ "learning_rate": 3.831948291782087e-06,
32
+ "loss": 0.5622,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "step": 2166,
38
+ "total_flos": 2284847800184592.0,
39
+ "train_loss": 0.7604470539181076,
40
+ "train_runtime": 647.9763,
41
+ "train_samples_per_second": 106.856,
42
+ "train_steps_per_second": 3.343
43
+ }
44
+ ],
45
+ "logging_steps": 500,
46
+ "max_steps": 2166,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 3,
49
+ "save_steps": 500,
50
+ "total_flos": 2284847800184592.0,
51
+ "train_batch_size": 32,
52
+ "trial_name": null,
53
+ "trial_params": null
54
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd96a87f6ea8cb4b9067f99fa288c2401138faa9da7097c470093e09fa8d196
3
+ size 4728