End of training
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google-bert/bert-base-multilingual-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
model-index:
|
13 |
+
- name: bert-base-multilingual-uncased-finetuned-keyword
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# bert-base-multilingual-uncased-finetuned-keyword
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 6.3507
|
25 |
+
- Accuracy: 0.0617
|
26 |
+
- Precision: 0.0398
|
27 |
+
- Recall: 0.0617
|
28 |
+
- F1: 0.0393
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 2e-05
|
48 |
+
- train_batch_size: 16
|
49 |
+
- eval_batch_size: 16
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 5
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| No log | 1.0 | 269 | 6.7306 | 0.0024 | 0.0000 | 0.0024 | 0.0000 |
|
60 |
+
| 6.7277 | 2.0 | 538 | 6.5913 | 0.0090 | 0.0028 | 0.0090 | 0.0036 |
|
61 |
+
| 6.7277 | 3.0 | 807 | 6.4561 | 0.0276 | 0.0164 | 0.0276 | 0.0159 |
|
62 |
+
| 6.4145 | 4.0 | 1076 | 6.3776 | 0.0539 | 0.0374 | 0.0539 | 0.0360 |
|
63 |
+
| 6.4145 | 5.0 | 1345 | 6.3507 | 0.0617 | 0.0398 | 0.0617 | 0.0393 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.44.2
|
69 |
+
- Pytorch 2.4.0+cu121
|
70 |
+
- Datasets 3.0.0
|
71 |
+
- Tokenizers 0.19.1
|
runs/Sep13_06-50-32_34c36e04d31b/events.out.tfevents.1726210232.34c36e04d31b.3132.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:990dadd7204e9256c5e1a56cf46cc18e560e88772df4260d27ff01459c648f93
|
3 |
+
size 46558
|
runs/Sep13_06-50-32_34c36e04d31b/events.out.tfevents.1726211292.34c36e04d31b.3132.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2577b2073c0b890ffc1fd0ccc07df8213142aea717461b046df8fb8c5506e968
|
3 |
+
size 560
|