stealthwriter
commited on
Commit
•
06cb873
1
Parent(s):
b8d9dc0
End of training
Browse files- README.md +5 -0
- all_results.json +14 -0
- eval_results.json +9 -0
- train_results.json +8 -0
- trainer_state.json +28 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ license: mit
|
|
3 |
base_model: roberta-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: HorAI-medium-31k-roberta-large-e5
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# HorAI-medium-31k-roberta-large-e5
|
15 |
|
16 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
3 |
base_model: roberta-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: HorAI-medium-31k-roberta-large-e5
|
10 |
results: []
|
|
|
16 |
# HorAI-medium-31k-roberta-large-e5
|
17 |
|
18 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3168
|
21 |
+
- Accuracy: 0.8679
|
22 |
|
23 |
## Model description
|
24 |
|
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_accuracy": 0.8678583946722748,
|
4 |
+
"eval_loss": 0.31684616208076477,
|
5 |
+
"eval_runtime": 41.6875,
|
6 |
+
"eval_samples": 2853,
|
7 |
+
"eval_samples_per_second": 68.438,
|
8 |
+
"eval_steps_per_second": 1.439,
|
9 |
+
"train_loss": 0.31798089599609375,
|
10 |
+
"train_runtime": 1126.7254,
|
11 |
+
"train_samples": 28528,
|
12 |
+
"train_samples_per_second": 126.597,
|
13 |
+
"train_steps_per_second": 0.333
|
14 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_accuracy": 0.8678583946722748,
|
4 |
+
"eval_loss": 0.31684616208076477,
|
5 |
+
"eval_runtime": 41.6875,
|
6 |
+
"eval_samples": 2853,
|
7 |
+
"eval_samples_per_second": 68.438,
|
8 |
+
"eval_steps_per_second": 1.439
|
9 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"train_loss": 0.31798089599609375,
|
4 |
+
"train_runtime": 1126.7254,
|
5 |
+
"train_samples": 28528,
|
6 |
+
"train_samples_per_second": 126.597,
|
7 |
+
"train_steps_per_second": 0.333
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 5.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 375,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 5.0,
|
13 |
+
"step": 375,
|
14 |
+
"total_flos": 1.661633620813824e+16,
|
15 |
+
"train_loss": 0.31798089599609375,
|
16 |
+
"train_runtime": 1126.7254,
|
17 |
+
"train_samples_per_second": 126.597,
|
18 |
+
"train_steps_per_second": 0.333
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 500,
|
22 |
+
"max_steps": 375,
|
23 |
+
"num_train_epochs": 5,
|
24 |
+
"save_steps": 500,
|
25 |
+
"total_flos": 1.661633620813824e+16,
|
26 |
+
"trial_name": null,
|
27 |
+
"trial_params": null
|
28 |
+
}
|