jcy204 commited on
Commit
8491c82
·
1 Parent(s): bf88c76

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +5 -6
  2. config.json +4 -6
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: nan
19
- - Validation Loss: nan
20
- - Train Accuracy: 0.0
21
- - Epoch: 1
22
 
23
  ## Model description
24
 
@@ -44,8 +44,7 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | nan | nan | 0.0 | 0 |
48
- | nan | nan | 0.0 | 1 |
49
 
50
 
51
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.3523
19
+ - Validation Loss: 0.3032
20
+ - Train Accuracy: 0.8682
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 0.3523 | 0.3032 | 0.8682 | 0 |
 
48
 
49
 
50
  ### Framework versions
config.json CHANGED
@@ -9,15 +9,13 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "1": "Negative",
13
- "2": "Neutral",
14
- "3": "Positive"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "Negative": 1,
19
- "Neutral": 2,
20
- "Positive": 3
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "NEGATIVE",
13
+ "1": "POSITIVE"
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "NEGATIVE": 0,
18
+ "POSITIVE": 1
 
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c8b734821ff2314bf7c865df5e8317bb26c914e61608a3042f8b5dac0e31761
3
- size 267954880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c1f9c7569a71f446eb91d0fec394248776e59d70906a7a64dd91a6b83415ea
3
+ size 267951808