Clemnt73 commited on
Commit
b80ebfa
1 Parent(s): 2472ca7

End of training

Browse files
Files changed (4) hide show
  1. README.md +10 -10
  2. config.json +10 -10
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1634
24
- - Precision: 0.8634
25
- - Recall: 0.8734
26
- - F1: 0.8684
27
- - Accuracy: 0.9791
28
 
29
  ## Model description
30
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 294 | 0.2447 | 0.8248 | 0.8624 | 0.8432 | 0.9777 |
59
- | 0.3867 | 2.0 | 588 | 0.1717 | 0.8558 | 0.8727 | 0.8642 | 0.9820 |
60
- | 0.3867 | 3.0 | 882 | 0.1562 | 0.8605 | 0.8805 | 0.8704 | 0.9827 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0393
24
+ - Precision: 0.9106
25
+ - Recall: 0.9165
26
+ - F1: 0.9136
27
+ - Accuracy: 0.9881
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0503 | 1.0 | 5867 | 0.0463 | 0.9036 | 0.9078 | 0.9057 | 0.9866 |
59
+ | 0.036 | 2.0 | 11734 | 0.0410 | 0.9126 | 0.9156 | 0.9141 | 0.9876 |
60
+ | 0.0254 | 3.0 | 17601 | 0.0413 | 0.9150 | 0.9185 | 0.9168 | 0.9881 |
61
 
62
 
63
  ### Framework versions
config.json CHANGED
@@ -11,20 +11,20 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2",
17
- "3": "LABEL_3",
18
- "4": "LABEL_4"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "LABEL_0": 0,
24
- "LABEL_1": 1,
25
- "LABEL_2": 2,
26
- "LABEL_3": 3,
27
- "LABEL_4": 4
28
  },
29
  "layer_norm_eps": 1e-05,
30
  "max_position_embeddings": 514,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "O",
15
+ "1": "LOC",
16
+ "2": "PER",
17
+ "3": "MISC",
18
+ "4": "ORG"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "LOC": 1,
24
+ "MISC": 3,
25
+ "O": 0,
26
+ "ORG": 4,
27
+ "PER": 2
28
  },
29
  "layer_norm_eps": 1e-05,
30
  "max_position_embeddings": 514,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7bd12bcc0e9d97d495be52e84f384f22b79d9f1f214b8ba608602826fb12dc3
3
  size 440164740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c84219438cd66ed9f41092c13940383fe551be4e4801fed156a571e02b94cef2
3
  size 440164740
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:664352082e3596fda09e1367c73f1c3df1ff2232db5457b580c4e3112dde95de
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d32c64ecde18a44c23dc7c07e923d0256096bfb7f7b8b5ac749309083755031
3
  size 4984