KalaiselvanD commited on
Commit
858f75e
·
verified ·
1 Parent(s): 01dc91e

kalai_bert_model_test_3

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_3_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.1666
21
- - Accuracy: 0.97
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.5741 | 0.89 |
53
- | No log | 2.0 | 50 | 0.2531 | 0.95 |
54
- | No log | 3.0 | 75 | 0.1666 | 0.97 |
55
 
56
 
57
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: KalaiselvanD/kalai_bert_model_test_3_out
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # kalai_bert_model_test_3_out
17
 
18
+ This model is a fine-tuned version of [KalaiselvanD/kalai_bert_model_test_3_out](https://huggingface.co/KalaiselvanD/kalai_bert_model_test_3_out) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0761
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.1840 | 1.0 |
53
+ | No log | 2.0 | 8 | 0.0899 | 1.0 |
54
+ | No log | 3.0 | 12 | 0.0761 | 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_3_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:93526686d66550d7f0a935bb993a8aac8a156d24478e45182a2045377bb009dd
3
  size 46746988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1669f8d8d3696d5cd234d66e84498756781547a9eed137516cb258d48c78e45
3
  size 46746988
runs/Apr23_08-02-42_fab8c8c5b8db/events.out.tfevents.1713859362.fab8c8c5b8db.215.50 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14d61d7b59e6dd706c675a5467bc6bdac4d26add45f33c26eea05f339955f9f3
3
+ size 6415
runs/Apr23_08-02-42_fab8c8c5b8db/events.out.tfevents.1713859404.fab8c8c5b8db.215.51 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e69b548f63bfa5f3845a615e92ce7a597afb5ff6ca697bf03fca61e968df2e47
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:efe43fd2b8f6775990acd3c957bc7863c3a36610edf852d6ad8684bcc19351fb
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed2b9a36e9544b3ff466957da666ec3149822ab0893c3f44fc4d635e735c454
3
  size 4984