lenatr99 commited on
Commit
77ebd85
1 Parent(s): a38a9df

fine_tuned_cb_croslo

Browse files
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [EMBEDDIA/crosloengual-bert](https://huggingface.co/EMBEDDIA/crosloengual-bert) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.4661
22
- - Accuracy: 0.3182
23
- - F1: 0.1536
24
 
25
  ## Model description
26
 
@@ -39,7 +39,7 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 0.003
43
  - train_batch_size: 8
44
  - eval_batch_size: 8
45
  - seed: 42
@@ -51,14 +51,14 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
54
- | 1.4444 | 3.5714 | 50 | 2.6262 | 0.3182 | 0.1536 |
55
- | 1.1504 | 7.1429 | 100 | 1.5617 | 0.3182 | 0.1536 |
56
- | 0.89 | 10.7143 | 150 | 1.9886 | 0.3182 | 0.1536 |
57
- | 0.794 | 14.2857 | 200 | 1.4233 | 0.3182 | 0.1536 |
58
- | 0.823 | 17.8571 | 250 | 2.1017 | 0.3182 | 0.1536 |
59
- | 0.7967 | 21.4286 | 300 | 1.3764 | 0.3182 | 0.1536 |
60
- | 0.7459 | 25.0 | 350 | 1.5568 | 0.3182 | 0.1536 |
61
- | 0.7448 | 28.5714 | 400 | 1.4661 | 0.3182 | 0.1536 |
62
 
63
 
64
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [EMBEDDIA/crosloengual-bert](https://huggingface.co/EMBEDDIA/crosloengual-bert) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.5829
22
+ - Accuracy: 0.8636
23
+ - F1: 0.8452
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
  - train_batch_size: 8
44
  - eval_batch_size: 8
45
  - seed: 42
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
54
+ | 0.5945 | 3.5714 | 50 | 0.9554 | 0.4091 | 0.3208 |
55
+ | 0.1464 | 7.1429 | 100 | 0.5574 | 0.8182 | 0.8024 |
56
+ | 0.0128 | 10.7143 | 150 | 0.5869 | 0.8182 | 0.8024 |
57
+ | 0.0036 | 14.2857 | 200 | 0.5764 | 0.8636 | 0.8452 |
58
+ | 0.0024 | 17.8571 | 250 | 0.5659 | 0.8636 | 0.8452 |
59
+ | 0.0018 | 21.4286 | 300 | 0.5763 | 0.8636 | 0.8452 |
60
+ | 0.0015 | 25.0 | 350 | 0.5791 | 0.8636 | 0.8452 |
61
+ | 0.0014 | 28.5714 | 400 | 0.5829 | 0.8636 | 0.8452 |
62
 
63
 
64
  ### Framework versions
config.json CHANGED
@@ -31,6 +31,6 @@
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.40.1",
33
  "type_vocab_size": 2,
34
- "use_cache": false,
35
  "vocab_size": 49601
36
  }
 
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.40.1",
33
  "type_vocab_size": 2,
34
+ "use_cache": true,
35
  "vocab_size": 49601
36
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1ebe9366efb480c4aeb13a06a986a0399be428400e5f464be06b0872a53836c
3
  size 496572420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a93a970d6e09aea4300793258dc78f5376b1909c85402fefe470dee85ec18d9
3
  size 496572420
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
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
@@ -47,12 +47,16 @@
47
  "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "max_len": 512,
 
50
  "model_max_length": 512,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
 
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "BertTokenizer",
 
 
57
  "unk_token": "[UNK]"
58
  }
 
47
  "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "max_len": 512,
50
+ "max_length": 512,
51
  "model_max_length": 512,
52
  "never_split": null,
53
  "pad_token": "[PAD]",
54
  "sep_token": "[SEP]",
55
+ "stride": 0,
56
  "strip_accents": null,
57
  "tokenize_chinese_chars": true,
58
  "tokenizer_class": "BertTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
  "unk_token": "[UNK]"
62
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a8bf9812b3e1ac68b94ff19b344e83cea62417aca3d68f395f258d95e1abff1
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d3f39ec1d1195a786276f7272ffcbab4296d1d20e3592ab8a6baf585f5bed45
3
  size 4984