Intradiction
commited on
Commit
•
b1f24a4
1
Parent(s):
c23cc95
End of training
Browse files- README.md +0 -11
- adapter_config.json +1 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,9 +5,6 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imdb
|
8 |
-
metrics:
|
9 |
-
- accuracy
|
10 |
-
- f1
|
11 |
model-index:
|
12 |
- name: finetuning-sentiment-model-3000-samples
|
13 |
results: []
|
@@ -19,10 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# finetuning-sentiment-model-3000-samples
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
22 |
-
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.6461
|
24 |
-
- Accuracy: 0.78
|
25 |
-
- F1: 0.7676
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -49,10 +42,6 @@ The following hyperparameters were used during training:
|
|
49 |
- lr_scheduler_type: linear
|
50 |
- num_epochs: 2
|
51 |
|
52 |
-
### Training results
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.35.2
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imdb
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: finetuning-sentiment-model-3000-samples
|
10 |
results: []
|
|
|
16 |
# finetuning-sentiment-model-3000-samples
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
42 |
- lr_scheduler_type: linear
|
43 |
- num_epochs: 2
|
44 |
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.35.2
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path":
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "distilbert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e70d32063ed143994aed595a8a5cd18cba177f10f3e1a474a88364ecd5bdedd
|
3 |
+
size 2446056
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b750f6ee221a96139f06b50a5e176f12356e8e529e5ab3f03a532f7c7a549d89
|
3 |
size 4600
|