yidi-huang
commited on
Commit
•
3ab5f7e
1
Parent(s):
e5aa669
Training in progress epoch 0
Browse files- README.md +3 -5
- config.json +10 -10
- 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 |
|
@@ -42,9 +42,7 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
-
| 0.
|
46 |
-
| 0.0548 | 1 |
|
47 |
-
| 0.0550 | 2 |
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
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.2548
|
19 |
+
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
+
| 0.2548 | 0 |
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
config.json
CHANGED
@@ -10,20 +10,20 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "I-
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
-
"B-lloc":
|
23 |
-
"B-lobj":
|
24 |
-
"I-lloc":
|
25 |
-
"I-lobj":
|
26 |
-
"O":
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "B-lobj",
|
15 |
+
"2": "I-lobj",
|
16 |
+
"3": "B-lloc",
|
17 |
+
"4": "I-lloc"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"B-lloc": 3,
|
23 |
+
"B-lobj": 1,
|
24 |
+
"I-lloc": 4,
|
25 |
+
"I-lobj": 2,
|
26 |
+
"O": 0
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"max_position_embeddings": 512,
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 440408028
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdaf93db072b508c423a2934cc651b9809454d172d85a0611e4c32c5e8f47e80
|
3 |
size 440408028
|