reiffd commited on
Commit
e2cb970
·
verified ·
1 Parent(s): 33d3870

End of training

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - accuracy
10
+ - f1
11
+ model-index:
12
+ - name: bert-base-phia-secondhandDescription-100
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # bert-base-phia-secondhandDescription-100
20
+
21
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 2.2191
24
+ - Precision: 0.3667
25
+ - Recall: 0.4
26
+ - Accuracy: 0.4
27
+ - F1: 0.3533
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 10
48
+ - eval_batch_size: 10
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Accuracy | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|:------:|
58
+ | No log | 1.0 | 9 | 2.4869 | 0.0222 | 0.0667 | 0.0667 | 0.0333 |
59
+ | No log | 2.0 | 18 | 2.5347 | 0.0833 | 0.1333 | 0.1333 | 0.0933 |
60
+ | No log | 3.0 | 27 | 2.3867 | 0.1 | 0.1333 | 0.1333 | 0.1111 |
61
+ | No log | 4.0 | 36 | 2.4643 | 0.1302 | 0.2 | 0.2 | 0.1496 |
62
+ | No log | 5.0 | 45 | 2.3899 | 0.1711 | 0.2667 | 0.2667 | 0.2025 |
63
+ | No log | 6.0 | 54 | 2.3939 | 0.1667 | 0.2667 | 0.2667 | 0.1978 |
64
+ | No log | 7.0 | 63 | 2.2753 | 0.3 | 0.3333 | 0.3333 | 0.2867 |
65
+ | No log | 8.0 | 72 | 2.2724 | 0.3889 | 0.4 | 0.4 | 0.3667 |
66
+ | No log | 9.0 | 81 | 2.2223 | 0.3667 | 0.4 | 0.4 | 0.3533 |
67
+ | No log | 10.0 | 90 | 2.2191 | 0.3667 | 0.4 | 0.4 | 0.3533 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.42.3
73
+ - Pytorch 2.3.1
74
+ - Datasets 2.20.0
75
+ - Tokenizers 0.19.1
logs/events.out.tfevents.1719974180.Daniels-MBP.fios-router.home CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bca8531403dac895d2fd7a9160520d43fe568bd396bf5d179ea25494ce15ab3e
3
- size 9474
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052b323bf8e8756e91244dae45e4854b2d81e167ecfb4fe91305646eedc4ef9f
3
+ size 10285
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b1583fabb9aa82651be0f3700e3acc45feabc43b2dfa0207bb0c357c27f1c58
3
  size 437986332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa680f06c2d06b7665c36c5f38755cb1c56ca7794a867317759584b9bab327d
3
  size 437986332
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff