Nicknotname
commited on
Commit
•
c0c9bfe
1
Parent(s):
17e672e
Training in progress epoch 0
Browse files- README.md +4 -5
- config.json +4 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,10 +16,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
- Train Accuracy: 1.0
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -45,8 +45,7 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
-
| 0.
|
49 |
-
| 0.0025 | 0.0013 | 1.0 | 1 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.0734
|
20 |
+
- Validation Loss: 0.0030
|
21 |
- Train Accuracy: 1.0
|
22 |
+
- Epoch: 0
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
45 |
|
46 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
+
| 0.0734 | 0.0030 | 1.0 | 0 |
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
config.json
CHANGED
@@ -9,13 +9,13 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
-
"greeting":
|
18 |
-
"play_audio":
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "greeting",
|
13 |
+
"1": "play_audio"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
+
"greeting": 0,
|
18 |
+
"play_audio": 1
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"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 267955144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f42e386d7855c1afdda5b31219d4e3d3416bf4e073010a5169ae3e79a8041204
|
3 |
size 267955144
|