jcy204 commited on
Commit
5e594d4
1 Parent(s): 8491c82

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. config.json +4 -2
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -15,9 +15,9 @@ 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: 0.3523
19
- - Validation Loss: 0.3032
20
- - Train Accuracy: 0.8682
21
  - Epoch: 0
22
 
23
  ## Model description
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | 0.3523 | 0.3032 | 0.8682 | 0 |
48
 
49
 
50
  ### 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.6362
19
+ - Validation Loss: 0.5353
20
+ - Train Accuracy: 0.7838
21
  - Epoch: 0
22
 
23
  ## Model description
 
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 0.6362 | 0.5353 | 0.7838 | 0 |
48
 
49
 
50
  ### Framework versions
config.json CHANGED
@@ -10,12 +10,14 @@
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",
 
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "NEGATIVE",
13
+ "1": "NEUTRAL",
14
+ "2": "POSITIVE"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
  "NEGATIVE": 0,
19
+ "NEUTRAL": 1,
20
+ "POSITIVE": 2
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72c1f9c7569a71f446eb91d0fec394248776e59d70906a7a64dd91a6b83415ea
3
- size 267951808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af25757029e519ac7d55b930cff94995dd269933f0ac01c0c45e7626b2f8d43d
3
+ size 267954880