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