Farjfar commited on
Commit
16a94bf
1 Parent(s): 0287b30

Training in progress, step 500

Browse files
Files changed (21) hide show
  1. README.md +11 -11
  2. model.safetensors +1 -1
  3. runs/May21_14-35-46_106c40bf8134/events.out.tfevents.1716302148.106c40bf8134.357.0 +3 -0
  4. runs/May21_14-36-59_106c40bf8134/events.out.tfevents.1716302221.106c40bf8134.357.1 +3 -0
  5. runs/May21_14-39-19_106c40bf8134/events.out.tfevents.1716302361.106c40bf8134.357.2 +3 -0
  6. runs/May21_14-40-20_106c40bf8134/events.out.tfevents.1716302422.106c40bf8134.357.3 +3 -0
  7. runs/May21_14-44-08_106c40bf8134/events.out.tfevents.1716302651.106c40bf8134.357.4 +3 -0
  8. runs/May21_14-44-57_106c40bf8134/events.out.tfevents.1716302700.106c40bf8134.357.5 +3 -0
  9. runs/May21_14-49-45_106c40bf8134/events.out.tfevents.1716302987.106c40bf8134.357.6 +3 -0
  10. runs/May21_14-50-40_106c40bf8134/events.out.tfevents.1716303043.106c40bf8134.357.7 +3 -0
  11. runs/May21_14-52-10_106c40bf8134/events.out.tfevents.1716303132.106c40bf8134.357.8 +3 -0
  12. runs/May21_14-52-40_106c40bf8134/events.out.tfevents.1716303162.106c40bf8134.357.9 +3 -0
  13. runs/May21_14-53-43_106c40bf8134/events.out.tfevents.1716303226.106c40bf8134.357.10 +3 -0
  14. runs/May21_14-54-16_106c40bf8134/events.out.tfevents.1716303258.106c40bf8134.357.11 +3 -0
  15. runs/May21_14-55-13_106c40bf8134/events.out.tfevents.1716303316.106c40bf8134.357.12 +3 -0
  16. runs/May21_14-56-19_106c40bf8134/events.out.tfevents.1716303381.106c40bf8134.357.13 +3 -0
  17. runs/May21_15-02-11_106c40bf8134/events.out.tfevents.1716303733.106c40bf8134.357.14 +3 -0
  18. runs/May21_15-02-44_106c40bf8134/events.out.tfevents.1716303766.106c40bf8134.357.15 +3 -0
  19. runs/May21_15-03-03_106c40bf8134/events.out.tfevents.1716303785.106c40bf8134.357.16 +3 -0
  20. runs/May21_15-08-29_106c40bf8134/events.out.tfevents.1716304114.106c40bf8134.357.17 +3 -0
  21. training_args.bin +1 -1
README.md CHANGED
@@ -8,21 +8,21 @@ metrics:
8
  - recall
9
  - f1
10
  model-index:
11
- - name: BERT-ukpolitics
12
  results: []
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
- # BERT-ukpolitics
19
 
20
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.1119
23
- - Precision: 0.6922
24
- - Recall: 0.6077
25
- - F1: 0.6472
26
 
27
  ## Model description
28
 
@@ -53,14 +53,14 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
56
- | No log | 1.0 | 306 | 0.0991 | 0.5836 | 0.5652 | 0.5742 |
57
- | 0.1062 | 2.0 | 612 | 0.1117 | 0.6449 | 0.5953 | 0.6191 |
58
- | 0.1062 | 3.0 | 918 | 0.1119 | 0.6922 | 0.6077 | 0.6472 |
59
 
60
 
61
  ### Framework versions
62
 
63
  - Transformers 4.40.2
64
- - Pytorch 2.2.1+cu121
65
  - Datasets 2.19.1
66
  - Tokenizers 0.19.1
 
8
  - recall
9
  - f1
10
  model-index:
11
+ - name: BERT-Libertarian
12
  results: []
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # BERT-Libertarian
19
 
20
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: nan
23
+ - Precision: 0.6101
24
+ - Recall: 0.6414
25
+ - F1: 0.6254
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
56
+ | No log | 1.0 | 302 | nan | 0.6213 | 0.4303 | 0.5085 |
57
+ | 0.0 | 2.0 | 604 | nan | 0.6480 | 0.5338 | 0.5854 |
58
+ | 0.0 | 3.0 | 906 | nan | 0.6101 | 0.6414 | 0.6254 |
59
 
60
 
61
  ### Framework versions
62
 
63
  - Transformers 4.40.2
64
+ - Pytorch 2.3.0+cu121
65
  - Datasets 2.19.1
66
  - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:769d3251c42d9cce1dd232afb06d04324e7af2c81e5432120aa99d455251f98a
3
  size 430911284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f520a6740c587999a5f73661d8536e4312db0dc096b504d817a64197c4eaeed5
3
  size 430911284
runs/May21_14-35-46_106c40bf8134/events.out.tfevents.1716302148.106c40bf8134.357.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87de2645c410b462e1aee3762f74e66d9864158c8a16106840b8e228b2947772
3
+ size 4779
runs/May21_14-36-59_106c40bf8134/events.out.tfevents.1716302221.106c40bf8134.357.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bea918c4fe9ba7ea555b6dd8b97748c912449b7f4df2dce611c95f902cc61ed
3
+ size 6604
runs/May21_14-39-19_106c40bf8134/events.out.tfevents.1716302361.106c40bf8134.357.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:166155e67d950b0cfddda537bb836a5c99402d99220166890b5e58f255248e7a
3
+ size 4779
runs/May21_14-40-20_106c40bf8134/events.out.tfevents.1716302422.106c40bf8134.357.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f3025e70b620fc90bd8ea75a27f74bf7963befd36e9682d01d4bf2c511c58ff
3
+ size 4779
runs/May21_14-44-08_106c40bf8134/events.out.tfevents.1716302651.106c40bf8134.357.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a14af3a246ee57d32572f4878c67d80c7533d8ca0daf28e049e0b46f42301740
3
+ size 4779
runs/May21_14-44-57_106c40bf8134/events.out.tfevents.1716302700.106c40bf8134.357.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d2b0d03977f01f9f4423ac8e19710dbb22c623fb926dd76498d1f901045738
3
+ size 4779
runs/May21_14-49-45_106c40bf8134/events.out.tfevents.1716302987.106c40bf8134.357.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d58faece930b09a8686a1f6030d7a7dfc651bea97dccc65ae027ad290855678
3
+ size 4779
runs/May21_14-50-40_106c40bf8134/events.out.tfevents.1716303043.106c40bf8134.357.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03a34d5bf321a8adf67cb42236e0513df2f93dc79991584b4b25b9fbde48386
3
+ size 4779
runs/May21_14-52-10_106c40bf8134/events.out.tfevents.1716303132.106c40bf8134.357.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e079bc23f4a494dcc89c566268f208e0876d1173e78617fc3b37760c5a98c97
3
+ size 4779
runs/May21_14-52-40_106c40bf8134/events.out.tfevents.1716303162.106c40bf8134.357.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eaaa43144a6f27423c4adc73eb5fb9f69d268d77528dd648dd0b735cecbf1bd
3
+ size 4779
runs/May21_14-53-43_106c40bf8134/events.out.tfevents.1716303226.106c40bf8134.357.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8be18ccb02149f764ec0992a320133e8ad30d97264192bd2c86e7bfa88812bdc
3
+ size 4779
runs/May21_14-54-16_106c40bf8134/events.out.tfevents.1716303258.106c40bf8134.357.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242e13367d7001496e6b2d3bbfc45e025770691bf4ffa13bc2f3eb415b547c18
3
+ size 4779
runs/May21_14-55-13_106c40bf8134/events.out.tfevents.1716303316.106c40bf8134.357.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff1040ab8ddea3d63de1344e55a1bfcb18186fec927a864105883e5cc8a1dc8b
3
+ size 5410
runs/May21_14-56-19_106c40bf8134/events.out.tfevents.1716303381.106c40bf8134.357.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b1b2aa381f605b43b8c5b7e7fcd80ae94bdd2804145da612a2111163e70dd36
3
+ size 6604
runs/May21_15-02-11_106c40bf8134/events.out.tfevents.1716303733.106c40bf8134.357.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1169a459ca562439ec24f0f110fbecd603cb53140a1a32ffa38207fe96997282
3
+ size 4779
runs/May21_15-02-44_106c40bf8134/events.out.tfevents.1716303766.106c40bf8134.357.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e0ea92f70295483bc1ed929c03ebf43d5167b7a25393fca5bbce1191c0bb11
3
+ size 4779
runs/May21_15-03-03_106c40bf8134/events.out.tfevents.1716303785.106c40bf8134.357.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8600f6dd8e5f563ac6868f06741e0ab982bb3e36807883e429c4fd4df4fae72f
3
+ size 6604
runs/May21_15-08-29_106c40bf8134/events.out.tfevents.1716304114.106c40bf8134.357.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f475b5b6cb070b6759306f54dfbe595004d11a8ba2d586a043eecb7463eb807
3
+ size 5409
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19d249b6e7509620a9c79f5471ee9d0d4e64bef421fce427100d4c49a8320abd
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861b441113f3071554b2d878a0e8220d23deb57e71f2f4e71156820b8a9057cb
3
  size 4984