Commit
·
28eb639
1
Parent(s):
46f202d
add model
Browse files- README.md +3 -11
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -12,13 +12,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# europython-imdb
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
|
18 |
-
- Train Accuracy: 0.9396
|
19 |
-
- Validation Loss: 0.1722
|
20 |
-
- Validation Accuracy: 0.9333
|
21 |
-
- Epoch: 1
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,15 +33,11 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- optimizer:
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
-
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
-
| 0.2492 | 0.9011 | 0.2416 | 0.9122 | 0 |
|
48 |
-
| 0.1620 | 0.9396 | 0.1722 | 0.9333 | 1 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
12 |
|
13 |
# europython-imdb
|
14 |
|
15 |
+
This model is a fine-tuned version of [Rocketknight1/europython-imdb](https://huggingface.co/Rocketknight1/europython-imdb) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- optimizer: None
|
37 |
- training_precision: float32
|
38 |
|
39 |
### Training results
|
40 |
|
|
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Rocketknight1/europython-imdb",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498878336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18fa14d632fc4c63bcb15d7bd151961eb20dfdcbee2422ae8c4702bf9b595d41
|
3 |
size 498878336
|