Alex Spangher
commited on
Commit
·
2e40c2e
1
Parent(s):
9c053c9
updated
Browse files- all_results.json +16 -0
- config.json +60 -0
- model.safetensors +3 -0
- post-training eval_results.json +10 -0
- prediction_output.jsonl +0 -0
- train_results.json +8 -0
- trainer_state.json +41 -0
- training_args.bin +3 -0
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_samples": 438,
|
4 |
+
"test_accuracy": 0.7328767123287672,
|
5 |
+
"test_loss": 0.8578213453292847,
|
6 |
+
"test_macro_f1": 0.5900120784858806,
|
7 |
+
"test_micro_f1": 0.7328767123287672,
|
8 |
+
"test_runtime": 1.8885,
|
9 |
+
"test_samples_per_second": 231.936,
|
10 |
+
"test_steps_per_second": 2.118,
|
11 |
+
"train_loss": 0.9607851643207644,
|
12 |
+
"train_runtime": 121.7053,
|
13 |
+
"train_samples": 3861,
|
14 |
+
"train_samples_per_second": 95.172,
|
15 |
+
"train_steps_per_second": 2.983
|
16 |
+
}
|
config.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "NGO",
|
15 |
+
"1": "Witness",
|
16 |
+
"2": "Cannot Determine",
|
17 |
+
"3": "Religious Group",
|
18 |
+
"4": "Political Group",
|
19 |
+
"5": "Victim",
|
20 |
+
"6": "Media",
|
21 |
+
"7": "Union",
|
22 |
+
"8": "Industry Group",
|
23 |
+
"9": "Corporate",
|
24 |
+
"10": "Government",
|
25 |
+
"11": "Other Group",
|
26 |
+
"12": "Academic",
|
27 |
+
"13": "Actor"
|
28 |
+
},
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"label2id": {
|
32 |
+
"Academic": 12,
|
33 |
+
"Actor": 13,
|
34 |
+
"Cannot Determine": 2,
|
35 |
+
"Corporate": 9,
|
36 |
+
"Government": 10,
|
37 |
+
"Industry Group": 8,
|
38 |
+
"Media": 6,
|
39 |
+
"NGO": 0,
|
40 |
+
"Other Group": 11,
|
41 |
+
"Political Group": 4,
|
42 |
+
"Religious Group": 3,
|
43 |
+
"Union": 7,
|
44 |
+
"Victim": 5,
|
45 |
+
"Witness": 1
|
46 |
+
},
|
47 |
+
"layer_norm_eps": 1e-05,
|
48 |
+
"max_position_embeddings": 514,
|
49 |
+
"model_type": "roberta",
|
50 |
+
"num_attention_heads": 12,
|
51 |
+
"num_hidden_layers": 12,
|
52 |
+
"pad_token_id": 1,
|
53 |
+
"position_embedding_type": "absolute",
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"torch_dtype": "float32",
|
56 |
+
"transformers_version": "4.36.0.dev0",
|
57 |
+
"type_vocab_size": 1,
|
58 |
+
"use_cache": true,
|
59 |
+
"vocab_size": 50265
|
60 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9506e4bc2e013a9874713db6d130769815bbba8754b61ad700279548d549e016
|
3 |
+
size 498649736
|
post-training eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_samples": 438,
|
3 |
+
"test_accuracy": 0.7328767123287672,
|
4 |
+
"test_loss": 0.8578213453292847,
|
5 |
+
"test_macro_f1": 0.5900120784858806,
|
6 |
+
"test_micro_f1": 0.7328767123287672,
|
7 |
+
"test_runtime": 1.8885,
|
8 |
+
"test_samples_per_second": 231.936,
|
9 |
+
"test_steps_per_second": 2.118
|
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.9607851643207644,
|
4 |
+
"train_runtime": 121.7053,
|
5 |
+
"train_samples": 3861,
|
6 |
+
"train_samples_per_second": 95.172,
|
7 |
+
"train_steps_per_second": 2.983
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 200,
|
6 |
+
"global_step": 363,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.65,
|
13 |
+
"eval_accuracy": 0.7214611872146118,
|
14 |
+
"eval_loss": 0.8989303708076477,
|
15 |
+
"eval_macro_f1": 0.5005038448277949,
|
16 |
+
"eval_micro_f1": 0.7214611872146118,
|
17 |
+
"eval_runtime": 1.6443,
|
18 |
+
"eval_samples_per_second": 266.38,
|
19 |
+
"eval_steps_per_second": 2.433,
|
20 |
+
"step": 200
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 3.0,
|
24 |
+
"step": 363,
|
25 |
+
"total_flos": 2222916882315228.0,
|
26 |
+
"train_loss": 0.9607851643207644,
|
27 |
+
"train_runtime": 121.7053,
|
28 |
+
"train_samples_per_second": 95.172,
|
29 |
+
"train_steps_per_second": 2.983
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"logging_steps": 500,
|
33 |
+
"max_steps": 363,
|
34 |
+
"num_input_tokens_seen": 0,
|
35 |
+
"num_train_epochs": 3,
|
36 |
+
"save_steps": 500,
|
37 |
+
"total_flos": 2222916882315228.0,
|
38 |
+
"train_batch_size": 32,
|
39 |
+
"trial_name": null,
|
40 |
+
"trial_params": null
|
41 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:458ddb10bc9c9465cbf24aba1fde1b8d9c28107e49a4bc2d47e5cbfe8bad3e7d
|
3 |
+
size 4664
|