underscore2 commited on
Commit
9916d45
·
verified ·
1 Parent(s): f936fb5

End of training

Browse files
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.4355
22
- - Accuracy: 0.9353
23
 
24
  ## Model description
25
 
@@ -52,9 +52,10 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:------:|:----:|:---------------:|:--------:|
55
- | 0.2112 | 0.6223 | 200 | 0.3314 | 0.9118 |
56
- | 0.0001 | 1.2427 | 400 | 0.6193 | 0.9176 |
57
- | 0.001 | 1.8650 | 600 | 0.4355 | 0.9353 |
 
58
 
59
 
60
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3131
22
+ - Accuracy: 0.9412
23
 
24
  ## Model description
25
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | 0.7205 | 0.4667 | 150 | 0.1976 | 0.9235 |
56
+ | 8.0092 | 0.9334 | 300 | 0.1773 | 0.9353 |
57
+ | 0.0 | 1.3983 | 450 | 0.3947 | 0.9412 |
58
+ | 0.0035 | 1.8650 | 600 | 0.3131 | 0.9412 |
59
 
60
 
61
  ### Framework versions
config.json CHANGED
@@ -20,15 +20,15 @@
20
  "hidden_activation": "gelu",
21
  "hidden_size": 768,
22
  "id2label": {
23
- "0": "unagree",
24
- "1": "agree"
25
  },
26
  "initializer_cutoff_factor": 2.0,
27
  "initializer_range": 0.02,
28
  "intermediate_size": 1152,
29
  "label2id": {
30
- "agree": 1,
31
- "unagree": 0
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "local_attention": 128,
 
20
  "hidden_activation": "gelu",
21
  "hidden_size": 768,
22
  "id2label": {
23
+ "0": "human",
24
+ "1": "llm"
25
  },
26
  "initializer_cutoff_factor": 2.0,
27
  "initializer_range": 0.02,
28
  "intermediate_size": 1152,
29
  "label2id": {
30
+ "human": 0,
31
+ "llm": 1
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "local_attention": 128,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30e64a7bda9857477e5c2fcf1fb1bd2d138592376fb700fda7f1b3e6ce51286c
3
  size 598439784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54980b5fbdbc2807c1e2982e7bdd5e9e880178885968cd000a1b819db67ddd5d
3
  size 598439784
runs/Jun01_22-34-52_ada1cb72042b/events.out.tfevents.1748817297.ada1cb72042b.10619.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24fc192c611d902de53eed276836eda7bc5a43505a793e118c02d5d490874ade
3
+ size 142697
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:def1aeb478434b4dbdca764b17036167296080dbe2a9c8c3f1fd1bc3ff8b7c7c
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2581819c24e1c2adf42648e0a8b69fa6407d8ccd3565fa47eaabcef19b391da
3
  size 5304