pppereira3 commited on
Commit
ce9eb15
·
verified ·
1 Parent(s): f0b63c8

End of training

Browse files
README.md CHANGED
@@ -1,11 +1,7 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
- base_model: albert/albert-base-v2
5
  tags:
6
  - generated_from_trainer
7
- metrics:
8
- - accuracy
9
  model-index:
10
  - name: albert-category-classification-rob-dset
11
  results: []
@@ -16,10 +12,16 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # albert-category-classification-rob-dset
18
 
19
- This model is a fine-tuned version of [albert/albert-base-v2](https://huggingface.co/albert/albert-base-v2) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.4822
22
- - Accuracy: 0.57
 
 
 
 
 
 
23
 
24
  ## Model description
25
 
@@ -46,18 +48,6 @@ The following hyperparameters were used during training:
46
  - lr_scheduler_type: linear
47
  - num_epochs: 10
48
 
49
- ### Training results
50
-
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 438 | 1.3876 | 0.4887 |
54
- | 1.546 | 2.0 | 876 | 1.2214 | 0.5553 |
55
- | 1.0718 | 3.0 | 1314 | 1.1897 | 0.5857 |
56
- | 0.8159 | 4.0 | 1752 | 1.2674 | 0.5743 |
57
- | 0.5788 | 5.0 | 2190 | 1.3638 | 0.577 |
58
- | 0.3555 | 6.0 | 2628 | 1.4822 | 0.57 |
59
-
60
-
61
  ### Framework versions
62
 
63
  - Transformers 4.44.2
 
1
  ---
2
  library_name: transformers
 
 
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: albert-category-classification-rob-dset
7
  results: []
 
12
 
13
  # albert-category-classification-rob-dset
14
 
15
+ This model was trained from scratch on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - eval_loss: 1.1897
18
+ - eval_model_preparation_time: 0.0007
19
+ - eval_accuracy: 0.5857
20
+ - eval_f1: 0.5732
21
+ - eval_runtime: 94.6889
22
+ - eval_samples_per_second: 31.683
23
+ - eval_steps_per_second: 1.985
24
+ - step: 0
25
 
26
  ## Model description
27
 
 
48
  - lr_scheduler_type: linear
49
  - num_epochs: 10
50
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ### Framework versions
52
 
53
  - Transformers 4.44.2
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": "pppereira3/albert-category-classification-rob-dset",
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
runs/Nov03_17-10-06_4c92b04c4d68/events.out.tfevents.1730653905.4c92b04c4d68.368.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eedd0357a9e2ab4c5d0cbf5c9b91ed8549ae110f34dfc9e940a4de42e4b64cf3
3
+ size 452
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:0171aee8bc74b19edd3bec22a6434e9bf0c75006fb1c9da3683d0151fc2936d2
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55655abfe0960b256253c07497b76c7a4b637f08688809c209963f82f548d543
3
  size 5240