yidi-huang
commited on
Commit
•
f3122ca
1
Parent(s):
8977353
Training in progress epoch 0
Browse files- README.md +7 -15
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [dbmdz/bert-base-french-europeana-cased](https://huggingface.co/dbmdz/bert-base-french-europeana-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,27 +35,19 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps':
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
-
| 0.
|
46 |
-
| 0.0971 | 1 |
|
47 |
-
| 0.0481 | 2 |
|
48 |
-
| 0.0287 | 3 |
|
49 |
-
| 0.0198 | 4 |
|
50 |
-
| 0.0129 | 5 |
|
51 |
-
| 0.0097 | 6 |
|
52 |
-
| 0.0067 | 7 |
|
53 |
-
| 0.0055 | 8 |
|
54 |
-
| 0.0042 | 9 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
-
- Transformers 4.
|
60 |
- TensorFlow 2.15.0
|
61 |
-
-
|
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [dbmdz/bert-base-french-europeana-cased](https://huggingface.co/dbmdz/bert-base-french-europeana-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.2036
|
19 |
+
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 9480, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
+
| 0.2036 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
+
- Transformers 4.40.0
|
51 |
- TensorFlow 2.15.0
|
52 |
+
- Datasets 2.19.0
|
53 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"num_hidden_layers": 12,
|
33 |
"pad_token_id": 0,
|
34 |
"position_embedding_type": "absolute",
|
35 |
-
"transformers_version": "4.
|
36 |
"type_vocab_size": 2,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 32000
|
|
|
32 |
"num_hidden_layers": 12,
|
33 |
"pad_token_id": 0,
|
34 |
"position_embedding_type": "absolute",
|
35 |
+
"transformers_version": "4.40.0",
|
36 |
"type_vocab_size": 2,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 32000
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 440395740
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8437be02022350728c024a32742b9fad6bd4ddfa6757446032c887fefb8e65a8
|
3 |
size 440395740
|