KalaiselvanD commited on
Commit
f732d41
·
verified ·
1 Parent(s): 35aa8ad

kalai_bert_model_test_4

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: albert/albert-base-v2
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # kalai_bert_model_test_4_out
17
 
18
- This model is a fine-tuned version of [albert/albert-base-v2](https://huggingface.co/albert/albert-base-v2) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1588
21
- - Accuracy: 0.98
22
 
23
  ## Model description
24
 
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 25 | 0.5972 | 0.87 |
53
- | No log | 2.0 | 50 | 0.2391 | 0.97 |
54
- | No log | 3.0 | 75 | 0.1588 | 0.98 |
55
 
56
 
57
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: KalaiselvanD/kalai_bert_model_test_4_out
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # kalai_bert_model_test_4_out
17
 
18
+ This model is a fine-tuned version of [KalaiselvanD/kalai_bert_model_test_4_out](https://huggingface.co/KalaiselvanD/kalai_bert_model_test_4_out) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1363
21
+ - Accuracy: 1.0
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 4 | 0.3805 | 1.0 |
53
+ | No log | 2.0 | 8 | 0.1817 | 1.0 |
54
+ | No log | 3.0 | 12 | 0.1363 | 1.0 |
55
 
56
 
57
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "albert/albert-base-v2",
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "KalaiselvanD/kalai_bert_model_test_4_out",
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc4b092a28cfef1f424b1b1b206380281de07b863f9f4f4b50e0ab03368899fd
3
  size 46746988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda78928939330fc9638a355a928e27c06623c720ada96dd23ccc4e1ba3022f4
3
  size 46746988
runs/Apr23_08-20-27_fab8c8c5b8db/events.out.tfevents.1713860429.fab8c8c5b8db.215.54 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:641cab1eb91df7acaafe77f300325b5e087478205d922b0aed89d984617a29f0
3
+ size 6415
runs/Apr23_08-20-27_fab8c8c5b8db/events.out.tfevents.1713860473.fab8c8c5b8db.215.55 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd45557eadf20b91e61645498e016f8a7d02556dffd7de7002b37aceaf76d304
3
+ size 405
special_tokens_map.json CHANGED
@@ -1,7 +1,25 @@
1
  {
2
- "bos_token": "[CLS]",
3
- "cls_token": "[CLS]",
4
- "eos_token": "[SEP]",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "[MASK]",
7
  "lstrip": true,
@@ -9,7 +27,25 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "pad_token": "<pad>",
13
- "sep_token": "[SEP]",
14
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "mask_token": {
24
  "content": "[MASK]",
25
  "lstrip": true,
 
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer_config.json CHANGED
@@ -48,10 +48,14 @@
48
  "eos_token": "[SEP]",
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
 
51
  "model_max_length": 512,
52
  "pad_token": "<pad>",
53
  "remove_space": true,
54
  "sep_token": "[SEP]",
 
55
  "tokenizer_class": "AlbertTokenizer",
 
 
56
  "unk_token": "<unk>"
57
  }
 
48
  "eos_token": "[SEP]",
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
51
+ "max_length": 512,
52
  "model_max_length": 512,
53
  "pad_token": "<pad>",
54
  "remove_space": true,
55
  "sep_token": "[SEP]",
56
+ "stride": 0,
57
  "tokenizer_class": "AlbertTokenizer",
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
  "unk_token": "<unk>"
61
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:deae157455dd719d039cdea7a89a459f10fce89f8c56902a70ab9f6efa6efca4
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e186b6b5e59fb5be9de5caf710d8cd66487520a54fdd18e060f4d4815d2ba8ab
3
  size 4984