Commit
·
7c80eb1
1
Parent(s):
c8e3bea
Training in progress epoch 0
Browse files- README.md +4 -4
- config.json +1 -1
- tf_model.h5 +1 -1
- tokenizer_config.json +1 -1
README.md
CHANGED
@@ -12,10 +12,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# salihkavaf/distilbert-base-uncased-finetuned-imdb
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 2.
|
18 |
-
- Validation Loss: 2.
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 2.
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
12 |
|
13 |
# salihkavaf/distilbert-base-uncased-finetuned-imdb
|
14 |
|
15 |
+
This model is a fine-tuned version of [salihkavaf/distilbert-base-uncased-finetuned-imdb](https://huggingface.co/salihkavaf/distilbert-base-uncased-finetuned-imdb) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 2.6769
|
18 |
+
- Validation Loss: 2.5848
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 2.6769 | 2.5848 | 0 |
|
46 |
|
47 |
|
48 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "salihkavaf/distilbert-base-uncased-finetuned-imdb",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForMaskedLM"
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 363423680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d841a95e9cda5e845597f026371031f967bf1538b37a8063f9cb6ecdc90236d
|
3 |
size 363423680
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "salihkavaf/distilbert-base-uncased-finetuned-imdb", "tokenizer_class": "DistilBertTokenizer"}
|