yidi-huang commited on
Commit
3ab5f7e
1 Parent(s): e5aa669

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +3 -5
  2. config.json +10 -10
  3. 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.0550
19
- - Epoch: 2
20
 
21
  ## Model description
22
 
@@ -42,9 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Epoch |
44
  |:----------:|:-----:|
45
- | 0.0564 | 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": "B-lloc",
14
- "1": "I-lobj",
15
- "2": "I-lloc",
16
- "3": "O",
17
- "4": "B-lobj"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "B-lloc": 0,
23
- "B-lobj": 4,
24
- "I-lloc": 2,
25
- "I-lobj": 1,
26
- "O": 3
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:635abe65d85f9a8fa8c41b69f66ed930fae95886beed610fa484b83689dcf12c
3
  size 440408028
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdaf93db072b508c423a2934cc651b9809454d172d85a0611e4c32c5e8f47e80
3
  size 440408028