anzeo commited on
Commit
46af521
·
verified ·
1 Parent(s): ba72d22

loha_fine_tuned_cb_sloberta

Browse files
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [EMBEDDIA/sloberta](https://huggingface.co/EMBEDDIA/sloberta) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 2.5118
23
- - Accuracy: 0.6364
24
- - F1: 0.5977
25
 
26
  ## Model description
27
 
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
55
- | 0.8816 | 3.5714 | 50 | 2.1947 | 0.3182 | 0.1536 |
56
- | 0.5754 | 7.1429 | 100 | 1.3437 | 0.6818 | 0.6770 |
57
- | 0.0688 | 10.7143 | 150 | 2.1340 | 0.7273 | 0.7197 |
58
- | 0.0145 | 14.2857 | 200 | 2.5873 | 0.6364 | 0.5977 |
59
- | 0.0243 | 17.8571 | 250 | 2.7978 | 0.5909 | 0.5545 |
60
- | 0.0006 | 21.4286 | 300 | 2.3702 | 0.6364 | 0.5977 |
61
- | 0.0016 | 25.0 | 350 | 2.5285 | 0.6364 | 0.5977 |
62
- | 0.0004 | 28.5714 | 400 | 2.5118 | 0.6364 | 0.5977 |
63
 
64
 
65
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [EMBEDDIA/sloberta](https://huggingface.co/EMBEDDIA/sloberta) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 4.0446
23
+ - Accuracy: 0.5455
24
+ - F1: 0.5065
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.8849 | 3.5714 | 50 | 2.2562 | 0.3182 | 0.1536 |
56
+ | 0.7117 | 7.1429 | 100 | 1.0521 | 0.6364 | 0.6303 |
57
+ | 0.1154 | 10.7143 | 150 | 4.4399 | 0.4545 | 0.3964 |
58
+ | 0.0044 | 14.2857 | 200 | 3.0530 | 0.5455 | 0.5145 |
59
+ | 0.0008 | 17.8571 | 250 | 3.6707 | 0.5455 | 0.5065 |
60
+ | 0.0004 | 21.4286 | 300 | 4.1357 | 0.4545 | 0.3895 |
61
+ | 0.0002 | 25.0 | 350 | 4.0214 | 0.5455 | 0.5065 |
62
+ | 0.0001 | 28.5714 | 400 | 4.0446 | 0.5455 | 0.5065 |
63
 
64
 
65
  ### Framework versions
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15eb5377d80691c5bf5f098a6e6139b5c5077636b55aa70628c0d0910a4c4daa
3
  size 7104108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a729e06f61a15825d21195f6396153dd3f8b1bc6002469aa2b0c6e32d06457b3
3
  size 7104108
runs/May22_11-50-02_DESKTOP-22QTFDR/events.out.tfevents.1716371403.DESKTOP-22QTFDR.2016.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce987f7eb4c5cb3cc98bb1b22ce8b0cd2fed1a8122cdff7a9262579265c1eaf2
3
+ size 9899
runs/May22_11-50-02_DESKTOP-22QTFDR/events.out.tfevents.1716371447.DESKTOP-22QTFDR.2016.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:647fbd3566531a688feec57b5ad2b81a5d9a3d5a94d629596df0bb2a51942f8e
3
+ size 457
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -67,14 +67,10 @@
67
  "do_lower_case": false,
68
  "eos_token": "</s>",
69
  "mask_token": "<mask>",
70
- "max_length": 512,
71
  "model_max_length": 512,
72
  "pad_token": "<pad>",
73
  "sep_token": "</s>",
74
  "sp_model_kwargs": {},
75
- "stride": 0,
76
  "tokenizer_class": "CamembertTokenizer",
77
- "truncation_side": "right",
78
- "truncation_strategy": "longest_first",
79
  "unk_token": "<unk>"
80
  }
 
67
  "do_lower_case": false,
68
  "eos_token": "</s>",
69
  "mask_token": "<mask>",
 
70
  "model_max_length": 512,
71
  "pad_token": "<pad>",
72
  "sep_token": "</s>",
73
  "sp_model_kwargs": {},
 
74
  "tokenizer_class": "CamembertTokenizer",
 
 
75
  "unk_token": "<unk>"
76
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e43caaeed181e750779236e6b5ca08d6850e0b1061c1f29aa26a178f8630772
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b51a2213d95b579dc9ed4266ce8fb29af79af7c825448666576c6d6788c7f88
3
  size 5048