Upload TFDistilBertForSequenceClassification
Browse files- README.md +64 -65
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -1,65 +1,64 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
-
base_model: distilbert-base-uncased
|
5 |
-
tags:
|
6 |
-
- generated_from_keras_callback
|
7 |
-
model-index:
|
8 |
-
- name: tl-test-learn-prompt-classifier
|
9 |
-
results: []
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
50 |
-
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
-
|
63 |
-
-
|
64 |
-
-
|
65 |
-
- Tokenizers 0.19.1
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: distilbert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_keras_callback
|
7 |
+
model-index:
|
8 |
+
- name: tl-test-learn-prompt-classifier
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
13 |
+
probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# tl-test-learn-prompt-classifier
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.1146
|
20 |
+
- Train Accuracy: 0.9871
|
21 |
+
- Validation Loss: 0.3037
|
22 |
+
- Validation Accuracy: 0.8600
|
23 |
+
- Epoch: 7
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': 5e-06, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
43 |
+
- training_precision: float32
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
48 |
+
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
49 |
+
| 0.6898 | 0.5431 | 0.6834 | 0.5300 | 0 |
|
50 |
+
| 0.6735 | 0.5517 | 0.6590 | 0.5800 | 1 |
|
51 |
+
| 0.6284 | 0.7112 | 0.5814 | 0.8700 | 2 |
|
52 |
+
| 0.5261 | 0.8707 | 0.4635 | 0.8400 | 3 |
|
53 |
+
| 0.3826 | 0.9310 | 0.3632 | 0.8400 | 4 |
|
54 |
+
| 0.2473 | 0.9569 | 0.3114 | 0.8500 | 5 |
|
55 |
+
| 0.1700 | 0.9741 | 0.2882 | 0.8700 | 6 |
|
56 |
+
| 0.1146 | 0.9871 | 0.3037 | 0.8600 | 7 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- Transformers 4.44.2
|
62 |
+
- TensorFlow 2.18.0-dev20240717
|
63 |
+
- Datasets 2.21.0
|
64 |
+
- Tokenizers 0.19.1
|
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267955144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d303255162e68eeb029d18d19adeb17032be80c8327d51ac98242a8e01da5bf
|
3 |
size 267955144
|