kaixkhazaki commited on
Commit
51d5873
·
verified ·
1 Parent(s): 33dfb9e

Pushing of the new best model checkpoint

Browse files
Files changed (4) hide show
  1. README.md +11 -8
  2. config.json +6 -6
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -20,12 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1511
24
- - Accuracy: 0.9465
25
- - F1 Macro: 0.9059
26
- - F1 Weighted: 0.9451
27
- - Precision: 0.9449
28
- - Recall: 0.9465
29
 
30
  ## Model description
31
 
@@ -51,13 +51,16 @@ The following hyperparameters were used during training:
51
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: cosine
53
  - lr_scheduler_warmup_steps: 400
54
- - training_steps: 200
55
 
56
  ### Training results
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted | Precision | Recall |
59
  |:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|:---------:|:------:|
60
- | 0.5691 | 0.0290 | 200 | 0.1511 | 0.9465 | 0.9059 | 0.9451 | 0.9449 | 0.9465 |
 
 
 
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [dbmdz/bert-base-turkish-cased](https://huggingface.co/dbmdz/bert-base-turkish-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0880
24
+ - Accuracy: 0.9688
25
+ - F1 Macro: 0.9454
26
+ - F1 Weighted: 0.9685
27
+ - Precision: 0.9683
28
+ - Recall: 0.9688
29
 
30
  ## Model description
31
 
 
51
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: cosine
53
  - lr_scheduler_warmup_steps: 400
54
+ - training_steps: 1600
55
 
56
  ### Training results
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted | Precision | Recall |
59
  |:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|:---------:|:------:|
60
+ | 0.3538 | 0.0581 | 400 | 0.1162 | 0.9582 | 0.9243 | 0.9568 | 0.9572 | 0.9582 |
61
+ | 0.1131 | 0.1162 | 800 | 0.1034 | 0.9639 | 0.9369 | 0.9635 | 0.9633 | 0.9639 |
62
+ | 0.1026 | 0.1743 | 1200 | 0.0940 | 0.9649 | 0.9411 | 0.9652 | 0.9657 | 0.9649 |
63
+ | 0.0936 | 0.2324 | 1600 | 0.0880 | 0.9688 | 0.9454 | 0.9685 | 0.9683 | 0.9688 |
64
 
65
 
66
  ### Framework versions
config.json CHANGED
@@ -9,16 +9,16 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "LABEL_0": 0,
20
- "LABEL_1": 1,
21
- "LABEL_2": 2
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Negative",
13
+ "1": "Notr",
14
+ "2": "Positive"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "Negative": 0,
20
+ "Notr": 1,
21
+ "Positive": 2
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c974883094d2cfed1a34e4a047503bfc4f7c53dd573968598bf6df89aef6531
3
  size 442502140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e03788ceafb36bd3314b9e84d7ed45d11ed8e086ba9f98df42e503f19742e30
3
  size 442502140
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd13fd2273315945b4a8e2d8bda3df4a50d04f15d48a279f1ccad43c8b0b946b
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31440243ac83a359ae10421cddbed139a07a83797fc81bbe391e23b8dcb2401d
3
  size 5432