cgallegoan
commited on
Commit
•
c757580
1
Parent(s):
5f04da9
update model card README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# disasterBERT
|
16 |
|
17 |
-
This model is a fine-tuned version of [distilbert-base-
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 | 86 | 0.
|
52 |
-
| No log | 2.0 | 172 | 0.
|
53 |
-
| No log | 3.0 | 258 | 0.
|
54 |
-
| No log | 4.0 | 344 | 0.
|
55 |
-
| No log | 5.0 | 430 | 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
# disasterBERT
|
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 |
+
- Loss: 0.4232
|
20 |
+
- Accuracy: 0.8372
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 86 | 0.4058 | 0.8299 |
|
52 |
+
| No log | 2.0 | 172 | 0.3936 | 0.8343 |
|
53 |
+
| No log | 3.0 | 258 | 0.3999 | 0.8408 |
|
54 |
+
| No log | 4.0 | 344 | 0.4123 | 0.8379 |
|
55 |
+
| No log | 5.0 | 430 | 0.4232 | 0.8372 |
|
56 |
|
57 |
|
58 |
### Framework versions
|