KingTechnician commited on
Commit
b458bce
·
verified ·
1 Parent(s): f9d8775

KingTechnician/distilbert-base-uncased-feverous-nei-binary-v2

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 [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.1618
22
- - Accuracy: 0.7621
23
 
24
  ## Model description
25
 
@@ -44,18 +44,15 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
- - num_epochs: 6
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
- | 0.8395 | 1.0 | 3119 | 1.0347 | 0.7669 |
54
- | 0.7849 | 2.0 | 6238 | 1.4335 | 0.7678 |
55
- | 0.6369 | 3.0 | 9357 | 1.1698 | 0.7620 |
56
- | 0.4997 | 4.0 | 12476 | 1.5501 | 0.7607 |
57
- | 0.3769 | 5.0 | 15595 | 1.7184 | 0.7489 |
58
- | 0.2832 | 6.0 | 18714 | 2.1618 | 0.7621 |
59
 
60
 
61
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6157
22
+ - Accuracy: 0.6103
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 3
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 199 | 0.6703 | 0.5198 |
54
+ | No log | 2.0 | 398 | 0.5498 | 0.6734 |
55
+ | 0.6403 | 3.0 | 597 | 0.6157 | 0.6103 |
 
 
 
56
 
57
 
58
  ### Framework versions
config.json CHANGED
@@ -9,21 +9,20 @@
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "SUPPORTS",
13
- "1": "REFUTES",
14
- "2": "NOT ENOUGH INFO"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "NOT ENOUGH INFO": 2,
19
- "REFUTES": 1,
20
- "SUPPORTS": 0
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,
25
  "n_layers": 6,
26
  "pad_token_id": 0,
 
27
  "qa_dropout": 0.1,
28
  "seq_classif_dropout": 0.2,
29
  "sinusoidal_pos_embds": false,
 
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "ENOUGH INFO",
13
+ "1": "NOT ENOUGH INFO"
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "ENOUGH INFO": 0,
18
+ "NOT ENOUGH INFO": 1
 
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
23
  "n_layers": 6,
24
  "pad_token_id": 0,
25
+ "problem_type": "single_label_classification",
26
  "qa_dropout": 0.1,
27
  "seq_classif_dropout": 0.2,
28
  "sinusoidal_pos_embds": false,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01248e0b9f9271d408c6e860b7c92b0a9a87dbcb20428ce919170f544f43cf96
3
- size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f71184e0ea2e5e7dbefc48accfcba87eecd3555331c30788310399ea852444
3
+ size 267832560
runs/Dec01_22-38-04_1385cd96f5cf/events.out.tfevents.1764628686.1385cd96f5cf.2474.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23028a03e6ada1a85549cbd04192c782df8d4eb7bc5a01875e59c7c66908e7fd
3
+ size 6574
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6e61fb379171791c7ae30493d92158b0e1946edadd1401b75fa1e6409e5adc2
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e312276b5c1e7b98e9744c67d9f01dc696f11b3995295b86371fb0eb779019ec
3
  size 5841