Rocketknight1 HF staff commited on
Commit
a80fcfd
1 Parent(s): 9c801b2

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.1919
18
- - Validation Loss: 0.5331
19
- - Train Matthews Correlation: 0.5285
20
- - Epoch: 2
21
 
22
  ## Model description
23
 
@@ -43,9 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Train Matthews Correlation | Epoch |
45
  |:----------:|:---------------:|:--------------------------:|:-----:|
46
- | 0.5182 | 0.4571 | 0.4509 | 0 |
47
- | 0.3156 | 0.4675 | 0.5132 | 1 |
48
- | 0.1919 | 0.5331 | 0.5285 | 2 |
49
 
50
 
51
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.5162
18
+ - Validation Loss: 0.4568
19
+ - Train Matthews Correlation: 0.4417
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Train Matthews Correlation | Epoch |
45
  |:----------:|:---------------:|:--------------------------:|:-----:|
46
+ | 0.5162 | 0.4568 | 0.4417 | 0 |
 
 
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -8,7 +8,15 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Invalid",
13
+ "1": "Valid"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "Invalid": 0,
18
+ "Valid": 1
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
logs/train/events.out.tfevents.1658245469.matt-TRX40-AORUS-PRO-WIFI.113477.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f92b8d74e7c6570c2f7744ba18347191c841468a9571d1bc61e6d524f294f4
3
+ size 1590973
logs/validation/events.out.tfevents.1658245488.matt-TRX40-AORUS-PRO-WIFI.113477.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4f944afec165f86b6aa659de4df6a8a518ad996a207d5eede7ec4c53c966f90
3
+ size 194
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb2ed9b96c1d721d967830d1c4e339b2f4189c937502423b3ba6067666e8aa2e
3
  size 267951896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bed8ab7371bd21e6ed7e3a6cc1cd6d2bed357e2990e194c6a53c60726ba8bbb
3
  size 267951896