ringorsolya
commited on
Commit
•
654825b
1
Parent(s):
b2a0909
Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- checkpoint-384/config.json +29 -0
- checkpoint-384/model.safetensors +3 -0
- checkpoint-384/optimizer.pt +3 -0
- checkpoint-384/rng_state.pth +3 -0
- checkpoint-384/scheduler.pt +3 -0
- checkpoint-384/trainer_state.json +99 -0
- checkpoint-384/training_args.bin +3 -0
- config.json +29 -0
- events.out.tfevents.1722253018.90dd003e3de8.3023.0 +3 -0
- events.out.tfevents.1722253235.90dd003e3de8.3023.1 +3 -0
- events.out.tfevents.1722253862.5fb7fdd6d8cc.1250.0 +3 -0
- events.out.tfevents.1722281820.66194af5b657.758.0 +3 -0
- events.out.tfevents.1728211247.d80bf4dd1667.332.0 +3 -0
- guiltbert_train.xlsx +0 -0
- model.safetensors +3 -0
- mores_parl_speech_1998_2002_xlmRoberta.xlsx +3 -0
- mores_parl_speech_1998_2002_xlmRoberta_predictions.xlsx +3 -0
- mores_parl_speech_2010_2014_part_0.xlsx +3 -0
- mores_parl_speech_2010_2014_part_0_predictions.xlsx +3 -0
- pooled_v4_xlmRoberta_training.xlsx +3 -0
- test_data.xlsx +0 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
mores_parl_speech_1998_2002_xlmRoberta.xlsx filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mores_parl_speech_1998_2002_xlmRoberta_predictions.xlsx filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mores_parl_speech_2010_2014_part_0.xlsx filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mores_parl_speech_2010_2014_part_0_predictions.xlsx filter=lfs diff=lfs merge=lfs -text
|
40 |
+
pooled_v4_xlmRoberta_training.xlsx filter=lfs diff=lfs merge=lfs -text
|
checkpoint-384/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "xlm-roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForSequenceClassification"
|
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 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 514,
|
17 |
+
"model_type": "xlm-roberta",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"problem_type": "multi_label_classification",
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.45.1",
|
26 |
+
"type_vocab_size": 1,
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 250002
|
29 |
+
}
|
checkpoint-384/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:728551856f37ef7e35e15e482258c2ef3e3e0756fad40adaf11dc8e1b34588b1
|
3 |
+
size 1112205008
|
checkpoint-384/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b691edd10dd297c5a1668d3fb527844450b532d4e5089923a79717fbda1f408
|
3 |
+
size 2224529658
|
checkpoint-384/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bac35f86a37f5b952a28c0527d270ca59e636a13ec11010a3770268e815d9106
|
3 |
+
size 14244
|
checkpoint-384/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d9fa53e9a2a7b753ce72038a1c393038ceb600787d32a37e764edb79d85dc83
|
3 |
+
size 1064
|
checkpoint-384/trainer_state.json
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.09880195558071136,
|
3 |
+
"best_model_checkpoint": "/content/drive/MyDrive/checkpoint-384",
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 384,
|
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.0,
|
13 |
+
"grad_norm": 5.293990612030029,
|
14 |
+
"learning_rate": 4.5e-06,
|
15 |
+
"loss": 0.5772,
|
16 |
+
"step": 128
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_accuracy": 0.90625,
|
21 |
+
"eval_f1": 0.9056919642857143,
|
22 |
+
"eval_loss": 0.2875204086303711,
|
23 |
+
"eval_precision": 0.9092216981132075,
|
24 |
+
"eval_recall": 0.90625,
|
25 |
+
"eval_runtime": 7.6037,
|
26 |
+
"eval_samples_per_second": 33.668,
|
27 |
+
"eval_steps_per_second": 2.104,
|
28 |
+
"step": 128
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 2.0,
|
32 |
+
"grad_norm": 1.1265126466751099,
|
33 |
+
"learning_rate": 4.000000000000001e-06,
|
34 |
+
"loss": 0.2107,
|
35 |
+
"step": 256
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"epoch": 2.0,
|
39 |
+
"eval_accuracy": 0.95703125,
|
40 |
+
"eval_f1": 0.957080593238505,
|
41 |
+
"eval_loss": 0.1508919596672058,
|
42 |
+
"eval_precision": 0.9578610206919738,
|
43 |
+
"eval_recall": 0.95703125,
|
44 |
+
"eval_runtime": 7.4102,
|
45 |
+
"eval_samples_per_second": 34.547,
|
46 |
+
"eval_steps_per_second": 2.159,
|
47 |
+
"step": 256
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 3.0,
|
51 |
+
"grad_norm": 0.41782641410827637,
|
52 |
+
"learning_rate": 3.5e-06,
|
53 |
+
"loss": 0.1371,
|
54 |
+
"step": 384
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 3.0,
|
58 |
+
"eval_accuracy": 0.9765625,
|
59 |
+
"eval_f1": 0.9765625,
|
60 |
+
"eval_loss": 0.09880195558071136,
|
61 |
+
"eval_precision": 0.9765625,
|
62 |
+
"eval_recall": 0.9765625,
|
63 |
+
"eval_runtime": 7.4477,
|
64 |
+
"eval_samples_per_second": 34.373,
|
65 |
+
"eval_steps_per_second": 2.148,
|
66 |
+
"step": 384
|
67 |
+
}
|
68 |
+
],
|
69 |
+
"logging_steps": 100,
|
70 |
+
"max_steps": 1280,
|
71 |
+
"num_input_tokens_seen": 0,
|
72 |
+
"num_train_epochs": 10,
|
73 |
+
"save_steps": 100,
|
74 |
+
"stateful_callbacks": {
|
75 |
+
"EarlyStoppingCallback": {
|
76 |
+
"args": {
|
77 |
+
"early_stopping_patience": 2,
|
78 |
+
"early_stopping_threshold": 0.0
|
79 |
+
},
|
80 |
+
"attributes": {
|
81 |
+
"early_stopping_patience_counter": 0
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"TrainerControl": {
|
85 |
+
"args": {
|
86 |
+
"should_epoch_stop": false,
|
87 |
+
"should_evaluate": false,
|
88 |
+
"should_log": false,
|
89 |
+
"should_save": true,
|
90 |
+
"should_training_stop": false
|
91 |
+
},
|
92 |
+
"attributes": {}
|
93 |
+
}
|
94 |
+
},
|
95 |
+
"total_flos": 1614975657799680.0,
|
96 |
+
"train_batch_size": 16,
|
97 |
+
"trial_name": null,
|
98 |
+
"trial_params": null
|
99 |
+
}
|
checkpoint-384/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d91465c5a6bad4d928dd773ccf8231c79bfb32b197332c29d7457d91c0bda618
|
3 |
+
size 5176
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "xlm-roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForSequenceClassification"
|
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 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 514,
|
17 |
+
"model_type": "xlm-roberta",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"problem_type": "multi_label_classification",
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.45.1",
|
26 |
+
"type_vocab_size": 1,
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 250002
|
29 |
+
}
|
events.out.tfevents.1722253018.90dd003e3de8.3023.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f090944985396697729ac1425eecfd9be985e91fa9a726a8d433b6aa14c9be7
|
3 |
+
size 5240
|
events.out.tfevents.1722253235.90dd003e3de8.3023.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd9c9c6ac16640639f5151432f87c23fecc2f0e8e5afbf32b2717c8e1abc904f
|
3 |
+
size 5240
|
events.out.tfevents.1722253862.5fb7fdd6d8cc.1250.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef1c2b8b4aef0be425181a524886ec817e85bb4982baec03d789c9bf554bf893
|
3 |
+
size 5923
|
events.out.tfevents.1722281820.66194af5b657.758.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6bf7069cf9dbbfe3d7cfc785645c7882e5eadbd03768a79970fd0dfd968f89b
|
3 |
+
size 8011
|
events.out.tfevents.1728211247.d80bf4dd1667.332.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4175bd497d2201cdd4b29e27dff74a00633cf3a23b51a3894bc31eca8ba81118
|
3 |
+
size 8770
|
guiltbert_train.xlsx
ADDED
Binary file (269 kB). View file
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:728551856f37ef7e35e15e482258c2ef3e3e0756fad40adaf11dc8e1b34588b1
|
3 |
+
size 1112205008
|
mores_parl_speech_1998_2002_xlmRoberta.xlsx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cb676cfd658c4d3dd5b8ed20787c3192f6afd4b33b66cbf200430a5d4196faa
|
3 |
+
size 68992288
|
mores_parl_speech_1998_2002_xlmRoberta_predictions.xlsx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3ad0bf12c8238c2d90305338c6b0edba91ea1b23a959160ed6cced917da12b7
|
3 |
+
size 98915510
|
mores_parl_speech_2010_2014_part_0.xlsx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:655d6a7eebd40a5008c4fa16eab15aabf3c2025883e2a3dd157a797594f1ee74
|
3 |
+
size 66832725
|
mores_parl_speech_2010_2014_part_0_predictions.xlsx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d382f2f650fe2346f76ae7fbbdd88d2d7fec58f7330d30db9fe20bda3c79819
|
3 |
+
size 74245658
|
pooled_v4_xlmRoberta_training.xlsx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c641f391ef8fa3c68a7509cc06d3d56cb2dd58d4955f0a46b89359628d78afa
|
3 |
+
size 8796228
|
test_data.xlsx
ADDED
Binary file (33 kB). View file
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d91465c5a6bad4d928dd773ccf8231c79bfb32b197332c29d7457d91c0bda618
|
3 |
+
size 5176
|