lenatr99 commited on
Commit
7b40d64
1 Parent(s): 30a7772

loha_fine_tuned_cb

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 [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 3.6524
23
- - Accuracy: 0.3636
24
- - F1: 0.2923
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.7795 | 3.5714 | 50 | 2.0073 | 0.3182 | 0.1536 |
56
- | 0.7479 | 7.1429 | 100 | 1.3794 | 0.3182 | 0.1536 |
57
- | 0.3979 | 10.7143 | 150 | 3.8538 | 0.3182 | 0.1536 |
58
- | 0.1064 | 14.2857 | 200 | 3.6640 | 0.3182 | 0.2636 |
59
- | 0.0423 | 17.8571 | 250 | 1.8668 | 0.4091 | 0.4067 |
60
- | 0.0025 | 21.4286 | 300 | 3.6246 | 0.4091 | 0.3208 |
61
- | 0.002 | 25.0 | 350 | 3.9578 | 0.4091 | 0.3208 |
62
- | 0.0023 | 28.5714 | 400 | 3.6524 | 0.3636 | 0.2923 |
63
 
64
 
65
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 5.8911
23
+ - Accuracy: 0.3182
24
+ - F1: 0.2555
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.8122 | 3.5714 | 50 | 1.9445 | 0.3182 | 0.1536 |
56
+ | 0.6951 | 7.1429 | 100 | 2.3078 | 0.3182 | 0.1536 |
57
+ | 0.4233 | 10.7143 | 150 | 1.7892 | 0.4545 | 0.4260 |
58
+ | 0.2006 | 14.2857 | 200 | 5.9008 | 0.3182 | 0.1591 |
59
+ | 0.0846 | 17.8571 | 250 | 5.5773 | 0.2727 | 0.1469 |
60
+ | 0.05 | 21.4286 | 300 | 5.9074 | 0.2727 | 0.1667 |
61
+ | 0.0167 | 25.0 | 350 | 5.0730 | 0.3182 | 0.2552 |
62
+ | 0.0069 | 28.5714 | 400 | 5.8911 | 0.3182 | 0.2555 |
63
 
64
 
65
  ### Framework versions
adapter_config.json CHANGED
@@ -18,8 +18,8 @@
18
  "rank_pattern": {},
19
  "revision": null,
20
  "target_modules": [
21
- "query",
22
- "value"
23
  ],
24
  "task_type": "SEQ_CLS",
25
  "use_effective_conv2d": false
 
18
  "rank_pattern": {},
19
  "revision": null,
20
  "target_modules": [
21
+ "value",
22
+ "query"
23
  ],
24
  "task_type": "SEQ_CLS",
25
  "use_effective_conv2d": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abcb03c2c6fe58660c0c99a87a81929b7c22ac51fce8c8844047bcb60cf5ad35
3
  size 4741180
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3841479358e3ecb212e4c3e7d12820df721057492634f94b5e1a2a6295cdf193
3
  size 4741180
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
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03ad40f941eedbb45a97a90438434470dcc420fd1dda47e7b9e23571e1432d7a
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e040cecfa5e45fa850a6489ebe5e7c09aea29487c2ea2b552ebb7a06cf35243
3
  size 4984