Training in progress epoch 0
Browse files- README.md +5 -9
- config.json +2 -2
- 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:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,11 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 1.
|
48 |
-
| 0.8515 | 0.9215 | 0.7143 | 1 |
|
49 |
-
| 0.4652 | 0.7165 | 0.8214 | 2 |
|
50 |
-
| 0.3219 | 0.6185 | 0.8393 | 3 |
|
51 |
-
| 0.2587 | 0.6199 | 0.8304 | 4 |
|
52 |
|
53 |
|
54 |
### 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: 1.5638
|
19 |
+
- Validation Loss: 1.3706
|
20 |
+
- Train Accuracy: 0.625
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 1.5638 | 1.3706 | 0.625 | 0 |
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
config.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"1": "BUGS",
|
14 |
"2": "GAMEPLAY",
|
15 |
"3": "GRAPHIC",
|
16 |
-
"4": "
|
17 |
"5": "NEW-FEATURE"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
@@ -23,7 +23,7 @@
|
|
23 |
"GAMEPLAY": 2,
|
24 |
"GRAPHIC": 3,
|
25 |
"NEW-FEATURE": 5,
|
26 |
-
"
|
27 |
},
|
28 |
"max_position_embeddings": 512,
|
29 |
"model_type": "distilbert",
|
|
|
13 |
"1": "BUGS",
|
14 |
"2": "GAMEPLAY",
|
15 |
"3": "GRAPHIC",
|
16 |
+
"4": "OTHERS",
|
17 |
"5": "NEW-FEATURE"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
|
|
23 |
"GAMEPLAY": 2,
|
24 |
"GRAPHIC": 3,
|
25 |
"NEW-FEATURE": 5,
|
26 |
+
"OTHERS": 4
|
27 |
},
|
28 |
"max_position_embeddings": 512,
|
29 |
"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:dbcc9ae224d10910aff56998f7579e8e82c0a7f1c9721fb70fa8668c1b526f48
|
3 |
+
size 267964096
|