alezzandro
commited on
Commit
•
8fc1717
1
Parent(s):
f59a70e
Training in progress epoch 0
Browse files- README.md +15 -21
- config.json +0 -2
- tf_model.h5 +3 -0
README.md
CHANGED
@@ -2,23 +2,23 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
-
-
|
6 |
-
metrics:
|
7 |
-
- accuracy
|
8 |
model-index:
|
9 |
-
- name: itsm_tickets
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
-
<!-- This model card has been generated automatically according to the information
|
14 |
-
|
15 |
|
16 |
-
# itsm_tickets
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
-
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,25 +37,19 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 2e-05
|
41 |
-
-
|
42 |
-
- eval_batch_size: 16
|
43 |
-
- seed: 42
|
44 |
-
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
-
- lr_scheduler_type: linear
|
46 |
-
- num_epochs: 2
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
|
|
51 |
-
|
52 |
-
|
|
53 |
-
| No log | 2.0 | 114 | 0.3162 | 0.8933 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.42.3
|
59 |
-
-
|
60 |
- Datasets 2.20.0
|
61 |
- Tokenizers 0.19.1
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
+
- generated_from_keras_callback
|
|
|
|
|
6 |
model-index:
|
7 |
+
- name: alezzandro/itsm_tickets
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
+
probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
# alezzandro/itsm_tickets
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0570
|
19 |
+
- Validation Loss: 0.2563
|
20 |
+
- Train Accuracy: 0.92
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- 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': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 280, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
41 |
+
- training_precision: float32
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
+
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
+
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 0.0570 | 0.2563 | 0.92 | 0 |
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.42.3
|
53 |
+
- TensorFlow 2.16.2
|
54 |
- Datasets 2.20.0
|
55 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -24,12 +24,10 @@
|
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
"pad_token_id": 0,
|
27 |
-
"problem_type": "single_label_classification",
|
28 |
"qa_dropout": 0.1,
|
29 |
"seq_classif_dropout": 0.2,
|
30 |
"sinusoidal_pos_embds": false,
|
31 |
"tie_weights_": true,
|
32 |
-
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.42.3",
|
34 |
"vocab_size": 30522
|
35 |
}
|
|
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
"pad_token_id": 0,
|
|
|
27 |
"qa_dropout": 0.1,
|
28 |
"seq_classif_dropout": 0.2,
|
29 |
"sinusoidal_pos_embds": false,
|
30 |
"tie_weights_": true,
|
|
|
31 |
"transformers_version": "4.42.3",
|
32 |
"vocab_size": 30522
|
33 |
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:048ac8c292d8458f5ce35408b72cc69985abf2db1eafc73e433079e2dd3f7da2
|
3 |
+
size 267954880
|