escaa commited on
Commit
66e66c0
·
1 Parent(s): ec89828

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. config.json +8 -4
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -14,9 +14,9 @@ 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: nan
18
- - Validation Loss: nan
19
- - Train Accuracy: 0.25
20
  - Epoch: 0
21
 
22
  ## Model description
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
- | nan | nan | 0.25 | 0 |
47
 
48
 
49
  ### 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.2153
18
+ - Validation Loss: 0.1717
19
+ - Train Accuracy: 0.9391
20
  - Epoch: 0
21
 
22
  ## Model description
 
43
 
44
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
  |:----------:|:---------------:|:--------------:|:-----:|
46
+ | 0.2153 | 0.1717 | 0.9391 | 0 |
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -9,13 +9,17 @@
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",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "World",
13
+ "1": "Sports",
14
+ "2": "Business",
15
+ "3": "Sci/Tech"
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
+ "Business": 2,
20
+ "Sci/Tech": 3,
21
+ "Sports": 1,
22
+ "World": 0
23
  },
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c6015fb6a95e441675c3f4dbb8ea3f86ee75a97828f4b11df650d8c79e2a085
3
- size 267955144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39fdf183c248457af446f79f8955643f68ff2e6f9e323437acb44f8dfe06101f
3
+ size 267957952