Sidziesama
commited on
Commit
•
022a7b5
1
Parent(s):
0a21dab
Training in progress epoch 0
Browse files- README.md +8 -12
- tf_model.h5 +1 -1
- tokenizer.json +6 -1
README.md
CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/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 Precision: 0.
|
21 |
-
- Train Recall: 0.
|
22 |
-
- Train F1: 0.
|
23 |
-
- Train Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -47,11 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
50 |
-
| 0.
|
51 |
-
| 0.1322 | 0.1121 | 0.8485 | 0.8725 | 0.8603 | 0.9650 | 1 |
|
52 |
-
| 0.0899 | 0.1020 | 0.8607 | 0.8898 | 0.8750 | 0.9683 | 2 |
|
53 |
-
| 0.0702 | 0.0971 | 0.8728 | 0.8965 | 0.8845 | 0.9710 | 3 |
|
54 |
-
| 0.0598 | 0.0969 | 0.8759 | 0.8969 | 0.8863 | 0.9712 | 4 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.4151
|
19 |
+
- Validation Loss: 0.1581
|
20 |
+
- Train Precision: 0.7851
|
21 |
+
- Train Recall: 0.7884
|
22 |
+
- Train F1: 0.7770
|
23 |
+
- Train Accuracy: 0.9548
|
24 |
+
- Epoch: 0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
50 |
+
| 0.4151 | 0.1581 | 0.7851 | 0.7884 | 0.7770 | 0.9548 | 0 |
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265667856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:013f02d62ee916a62cadfe55eae83ac455720343f18a5fb04d7b9f4ab69b47ab
|
3 |
size 265667856
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|