gokulsrinivasagan
commited on
End of training
Browse files- README.md +16 -4
- all_results.json +16 -0
- eval_results.json +10 -0
- logs/events.out.tfevents.1733891658.ki-g0009.1843855.1 +3 -0
- train_results.json +9 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -2,11 +2,23 @@
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
model-index:
|
8 |
- name: distilbert_lda_v1_book
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,10 +26,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# distilbert_lda_v1_book
|
16 |
|
17 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 3.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- gokulsrinivasagan/processed_book_corpus-ld
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
10 |
- name: distilbert_lda_v1_book
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Masked Language Modeling
|
14 |
+
type: fill-mask
|
15 |
+
dataset:
|
16 |
+
name: gokulsrinivasagan/processed_book_corpus-ld
|
17 |
+
type: gokulsrinivasagan/processed_book_corpus-ld
|
18 |
+
metrics:
|
19 |
+
- name: Accuracy
|
20 |
+
type: accuracy
|
21 |
+
value: 0.731461833901348
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
# distilbert_lda_v1_book
|
28 |
|
29 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on the gokulsrinivasagan/processed_book_corpus-ld dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 3.1051
|
32 |
+
- Accuracy: 0.7315
|
33 |
|
34 |
## Model description
|
35 |
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 25.0,
|
3 |
+
"eval_accuracy": 0.731461833901348,
|
4 |
+
"eval_loss": 3.1051392555236816,
|
5 |
+
"eval_runtime": 146.3683,
|
6 |
+
"eval_samples": 120706,
|
7 |
+
"eval_samples_per_second": 824.673,
|
8 |
+
"eval_steps_per_second": 8.595,
|
9 |
+
"perplexity": 22.31232587356851,
|
10 |
+
"total_flos": 7.65181665004032e+18,
|
11 |
+
"train_loss": 3.640720207871391,
|
12 |
+
"train_runtime": 132653.8084,
|
13 |
+
"train_samples": 2277342,
|
14 |
+
"train_samples_per_second": 429.189,
|
15 |
+
"train_steps_per_second": 4.471
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 25.0,
|
3 |
+
"eval_accuracy": 0.731461833901348,
|
4 |
+
"eval_loss": 3.1051392555236816,
|
5 |
+
"eval_runtime": 146.3683,
|
6 |
+
"eval_samples": 120706,
|
7 |
+
"eval_samples_per_second": 824.673,
|
8 |
+
"eval_steps_per_second": 8.595,
|
9 |
+
"perplexity": 22.31232587356851
|
10 |
+
}
|
logs/events.out.tfevents.1733891658.ki-g0009.1843855.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:297867b6138896370b6b44355a418e16e39b0e16d40931d7ba940a67ab359a66
|
3 |
+
size 417
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 25.0,
|
3 |
+
"total_flos": 7.65181665004032e+18,
|
4 |
+
"train_loss": 3.640720207871391,
|
5 |
+
"train_runtime": 132653.8084,
|
6 |
+
"train_samples": 2277342,
|
7 |
+
"train_samples_per_second": 429.189,
|
8 |
+
"train_steps_per_second": 4.471
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|