stealthwriter commited on
Commit
671eaa5
1 Parent(s): a5c1e96

End of training

Browse files
Files changed (5) hide show
  1. README.md +5 -0
  2. all_results.json +14 -0
  3. eval_results.json +9 -0
  4. train_results.json +8 -0
  5. trainer_state.json +28 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  base_model: YituTech/conv-bert-base
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: HorAI-medium-17k-convbert
7
  results: []
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
  # HorAI-medium-17k-convbert
14
 
15
  This model is a fine-tuned version of [YituTech/conv-bert-base](https://huggingface.co/YituTech/conv-bert-base) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
 
2
  base_model: YituTech/conv-bert-base
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: HorAI-medium-17k-convbert
9
  results: []
 
15
  # HorAI-medium-17k-convbert
16
 
17
  This model is a fine-tuned version of [YituTech/conv-bert-base](https://huggingface.co/YituTech/conv-bert-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3765
20
+ - Accuracy: 0.8340
21
 
22
  ## Model description
23
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.8339719029374202,
4
+ "eval_loss": 0.37645822763442993,
5
+ "eval_runtime": 19.1185,
6
+ "eval_samples": 1566,
7
+ "eval_samples_per_second": 81.91,
8
+ "eval_steps_per_second": 1.726,
9
+ "train_loss": 0.36611819383574695,
10
+ "train_runtime": 178.8575,
11
+ "train_samples": 15658,
12
+ "train_samples_per_second": 437.723,
13
+ "train_steps_per_second": 1.146
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.8339719029374202,
4
+ "eval_loss": 0.37645822763442993,
5
+ "eval_runtime": 19.1185,
6
+ "eval_samples": 1566,
7
+ "eval_samples_per_second": 81.91,
8
+ "eval_steps_per_second": 1.726
9
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.36611819383574695,
4
+ "train_runtime": 178.8575,
5
+ "train_samples": 15658,
6
+ "train_samples_per_second": 437.723,
7
+ "train_steps_per_second": 1.146
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": 205,
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": 205,
14
+ "total_flos": 2478333268446720.0,
15
+ "train_loss": 0.36611819383574695,
16
+ "train_runtime": 178.8575,
17
+ "train_samples_per_second": 437.723,
18
+ "train_steps_per_second": 1.146
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 205,
23
+ "num_train_epochs": 5,
24
+ "save_steps": 500,
25
+ "total_flos": 2478333268446720.0,
26
+ "trial_name": null,
27
+ "trial_params": null
28
+ }