End of training
Browse files- README.md +5 -0
- all_results.json +15 -0
- eval_results.json +10 -0
- runs/Feb21_06-52-05_bookbot-h100/events.out.tfevents.1708599414.bookbot-h100.60326.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ license: mit
|
|
3 |
base_model: indobenchmark/indobert-base-p1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: nusabert-base
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# nusabert-base
|
15 |
|
16 |
This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
3 |
base_model: indobenchmark/indobert-base-p1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: nusabert-base
|
10 |
results: []
|
|
|
16 |
# nusabert-base
|
17 |
|
18 |
This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4876
|
21 |
+
- Accuracy: 0.6866
|
22 |
|
23 |
## Model description
|
24 |
|
all_results.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.35,
|
3 |
+
"eval_accuracy": 0.6865821145848897,
|
4 |
+
"eval_loss": 1.4876224994659424,
|
5 |
+
"eval_runtime": 1785.3698,
|
6 |
+
"eval_samples": 4955331,
|
7 |
+
"eval_samples_per_second": 2775.521,
|
8 |
+
"eval_steps_per_second": 10.842,
|
9 |
+
"perplexity": 4.426558852465945,
|
10 |
+
"train_loss": 1.8320032868652343,
|
11 |
+
"train_runtime": 99252.1755,
|
12 |
+
"train_samples": 94568284,
|
13 |
+
"train_samples_per_second": 1289.644,
|
14 |
+
"train_steps_per_second": 5.038
|
15 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.35,
|
3 |
+
"eval_accuracy": 0.6865821145848897,
|
4 |
+
"eval_loss": 1.4876224994659424,
|
5 |
+
"eval_runtime": 1785.3698,
|
6 |
+
"eval_samples": 4955331,
|
7 |
+
"eval_samples_per_second": 2775.521,
|
8 |
+
"eval_steps_per_second": 10.842,
|
9 |
+
"perplexity": 4.426558852465945
|
10 |
+
}
|
runs/Feb21_06-52-05_bookbot-h100/events.out.tfevents.1708599414.bookbot-h100.60326.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ca4619884c42ade41aefb50946a42c95da10fb04e09e3710726eb834c07c1a4
|
3 |
+
size 417
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.35,
|
3 |
+
"train_loss": 1.8320032868652343,
|
4 |
+
"train_runtime": 99252.1755,
|
5 |
+
"train_samples": 94568284,
|
6 |
+
"train_samples_per_second": 1289.644,
|
7 |
+
"train_steps_per_second": 5.038
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|