LeoZZzzZZ commited on
Commit
2c88e9c
1 Parent(s): b84d990

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -15,9 +15,12 @@ probably proofread and complete it, then remove this comment. -->
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: 1.1056
19
- - Validation Loss: 1.1050
20
- - Train Accuracy: 0.2871
 
 
 
21
  - Epoch: 0
22
 
23
  ## Model description
@@ -37,14 +40,14 @@ More information needed
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': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-10, 'decay_steps': 11870, '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
- | 1.1056 | 1.1050 | 0.2871 | 0 |
48
 
49
 
50
  ### Framework versions
 
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.6998
19
+ - Validation Loss: 0.5708
20
+ - Train Accuracy: 0.7604
21
+ - Train Precision: 0.7585
22
+ - Train Recall: 0.7604
23
+ - Train F1: 0.7569
24
  - Epoch: 0
25
 
26
  ## Model description
 
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
+ - 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': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 18780, '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}
44
  - training_precision: float32
45
 
46
  ### Training results
47
 
48
+ | Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
49
+ |:----------:|:---------------:|:--------------:|:---------------:|:------------:|:--------:|:-----:|
50
+ | 0.6998 | 0.5708 | 0.7604 | 0.7585 | 0.7604 | 0.7569 | 0 |
51
 
52
 
53
  ### Framework versions
logs/train/events.out.tfevents.1716108575.ad51a5f53876.217.2.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a6dc2641ba5d14acec90b351846bcaa4511e40d94a1e5b472bbf01665e9e1a
3
+ size 1906109
logs/validation/events.out.tfevents.1716108665.ad51a5f53876.217.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a2cd20e4a11e6f0bf5e8ba6f3475543754ac5bef09b24a490fdf49cd5c1ed3
3
+ size 232
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddbde36d8fb70309ce8757f82ac8de01d3c5a1e9f924dbf27fdd66f9215d9db5
3
- size 267958216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b10847fecc97c83ee1e8bcd21f88fff444a0010d60eb674a43b3738fdeb1730
3
+ size 267954880
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {