End of training
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- f1
|
|
|
|
|
9 |
model-index:
|
10 |
- name: imdb_sentiment_model
|
11 |
results: []
|
@@ -18,9 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Accuracy: 0.9140
|
23 |
-
- F1: 0.
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
model-index:
|
12 |
- name: imdb_sentiment_model
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2687
|
24 |
- Accuracy: 0.9140
|
25 |
+
- F1: 0.9145
|
26 |
+
- Precision: 0.9129
|
27 |
+
- Recall: 0.9160
|
28 |
|
29 |
## Model description
|
30 |
|
runs/Nov28_02-18-01_ed7e1ab1098e/events.out.tfevents.1701140753.ed7e1ab1098e.279.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f4b55969c0a1878c8fca6dacf580e4170f40dcf1cc12923cbf1b849431eb78a
|
3 |
+
size 560
|