Training in progress epoch 0
Browse files- README.md +4 -4
- config.json +8 -4
- 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:
|
| 18 |
-
- Validation Loss:
|
| 19 |
-
- Train Accuracy: 0.
|
| 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 |
-
|
|
| 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": "
|
| 13 |
-
"1": "
|
|
|
|
|
|
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
-
"
|
| 18 |
-
"
|
|
|
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39fdf183c248457af446f79f8955643f68ff2e6f9e323437acb44f8dfe06101f
|
| 3 |
+
size 267957952
|