Model save
Browse files- README.md +71 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: distilbert-base-uncased
|
3 |
+
library_name: peft
|
4 |
+
license: apache-2.0
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: distilbert-base-uncased-imdb-text-classification_test2_DistilBERT
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# distilbert-base-uncased-imdb-text-classification_test2_DistilBERT
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.9327
|
22 |
+
- F1: 0.8909
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.001
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 0.0879 | 1.0 | 125 | 0.3749 | 0.8850 |
|
54 |
+
| 0.416 | 2.0 | 250 | 0.4055 | 0.8850 |
|
55 |
+
| 0.166 | 3.0 | 375 | 0.5054 | 0.8785 |
|
56 |
+
| 0.0023 | 4.0 | 500 | 0.7333 | 0.8762 |
|
57 |
+
| 0.0027 | 5.0 | 625 | 0.7895 | 0.8870 |
|
58 |
+
| 0.0002 | 6.0 | 750 | 0.8135 | 0.8807 |
|
59 |
+
| 0.0 | 7.0 | 875 | 0.8169 | 0.8991 |
|
60 |
+
| 0.0006 | 8.0 | 1000 | 0.8892 | 0.9027 |
|
61 |
+
| 0.0025 | 9.0 | 1125 | 0.9300 | 0.8909 |
|
62 |
+
| 0.0004 | 10.0 | 1250 | 0.9327 | 0.8909 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- PEFT 0.12.0
|
68 |
+
- Transformers 4.44.0
|
69 |
+
- Pytorch 2.4.0
|
70 |
+
- Datasets 2.21.0
|
71 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1481324
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2490c8e9c035c0ff229da6591e37e039096058abb5f0268cadba2d4a1ced9012
|
3 |
size 1481324
|