mishkashishka
commited on
Commit
•
3d27f09
1
Parent(s):
24f7082
End of training
Browse files- README.md +71 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-bert/bert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: dnd_en
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# dnd_en
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3371
|
21 |
+
- Accuracy: 0.8947
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-06
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 12
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 15 | 0.4992 | 0.8421 |
|
53 |
+
| No log | 2.0 | 30 | 0.4656 | 0.8772 |
|
54 |
+
| No log | 3.0 | 45 | 0.4444 | 0.8596 |
|
55 |
+
| No log | 4.0 | 60 | 0.4205 | 0.8596 |
|
56 |
+
| No log | 5.0 | 75 | 0.4017 | 0.8596 |
|
57 |
+
| No log | 6.0 | 90 | 0.3841 | 0.8772 |
|
58 |
+
| No log | 7.0 | 105 | 0.3707 | 0.8772 |
|
59 |
+
| No log | 8.0 | 120 | 0.3595 | 0.8947 |
|
60 |
+
| No log | 9.0 | 135 | 0.3489 | 0.8947 |
|
61 |
+
| No log | 10.0 | 150 | 0.3425 | 0.8947 |
|
62 |
+
| No log | 11.0 | 165 | 0.3385 | 0.8947 |
|
63 |
+
| No log | 12.0 | 180 | 0.3371 | 0.8947 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.32.1
|
69 |
+
- Pytorch 2.3.0+cu121
|
70 |
+
- Datasets 2.20.0
|
71 |
+
- Tokenizers 0.13.2
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438003950
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edfac84a8a7ef4046da1e1cb80829ceaaede7f3bb17e53af8a93689d63ce48b6
|
3 |
size 438003950
|