hks1444 commited on
Commit
b841b81
·
verified ·
1 Parent(s): 0191117

End of training

Browse files
Files changed (3) hide show
  1. README.md +9 -9
  2. config.json +10 -0
  3. model.safetensors +2 -2
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [VRLLab/TurkishBERTweet](https://huggingface.co/VRLLab/TurkishBERTweet) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.1280
25
- - Precision: 0.1798
26
- - Recall: 0.1684
27
- - F1: 0.1739
28
- - Accuracy: 0.9591
29
 
30
  ## Model description
31
 
@@ -56,10 +56,10 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 0.1625 | 1.0 | 298 | 0.1532 | 0.1528 | 0.1146 | 0.1310 | 0.9480 |
60
- | 0.1068 | 2.0 | 596 | 0.1787 | 0.1979 | 0.1979 | 0.1979 | 0.9552 |
61
- | 0.065 | 3.0 | 894 | 0.2179 | 0.2532 | 0.2083 | 0.2286 | 0.9565 |
62
- | 0.0378 | 4.0 | 1192 | 0.2785 | 0.2558 | 0.2292 | 0.2418 | 0.9590 |
63
 
64
 
65
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [VRLLab/TurkishBERTweet](https://huggingface.co/VRLLab/TurkishBERTweet) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.1407
25
+ - Precision: 0.6534
26
+ - Recall: 0.4580
27
+ - F1: 0.5385
28
+ - Accuracy: 0.9590
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.162 | 1.0 | 298 | 0.1603 | 0.6678 | 0.3015 | 0.4154 | 0.9508 |
60
+ | 0.104 | 2.0 | 596 | 0.1721 | 0.6531 | 0.4621 | 0.5413 | 0.9546 |
61
+ | 0.0611 | 3.0 | 894 | 0.2093 | 0.7946 | 0.3985 | 0.5308 | 0.9591 |
62
+ | 0.0447 | 4.0 | 1192 | 0.2687 | 0.6756 | 0.4606 | 0.5477 | 0.9559 |
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -10,8 +10,18 @@
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
 
 
 
 
 
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
 
 
 
 
 
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
17
  "model_type": "roberta",
 
10
  "hidden_act": "gelu",
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
+ },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
+ },
25
  "layer_norm_eps": 1e-05,
26
  "max_position_embeddings": 514,
27
  "model_type": "roberta",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfa34ec1dbfc8e63570c4d95d2374fb4ada5c563d31589e630d6e234728bbf07
3
- size 649036152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf3a3de00cba572b0478529b0c922b44a1c4cdc9eb00252ac735a32a856a3e9
3
+ size 649039236