silviacamplani
commited on
Commit
•
0428fca
1
Parent(s):
cae72c3
Training in progress epoch 0
Browse files- README.md +8 -8
- logs/train/events.out.tfevents.1659365445.74881bf4022d.34.0.v2 +3 -0
- logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.kernel_stats.pb +3 -0
- logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1659365476.74881bf4022d.34.1.v2 +3 -0
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,12 +14,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Train Precision: 0.
|
20 |
-
- Train Recall: 0.
|
21 |
-
- Train F1: 0.
|
22 |
-
- Train Accuracy: 0.
|
23 |
- Epoch: 0
|
24 |
|
25 |
## Model description
|
@@ -39,14 +39,14 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- optimizer: {'inner_optimizer': {'class_name': '
|
43 |
- training_precision: mixed_float16
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
-
| 0.
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.3454
|
18 |
+
- Validation Loss: 0.4475
|
19 |
+
- Train Precision: 0.0
|
20 |
+
- Train Recall: 0.0
|
21 |
+
- Train F1: 0.0
|
22 |
+
- Train Accuracy: 0.8961
|
23 |
- Epoch: 0
|
24 |
|
25 |
## Model description
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- optimizer: {'inner_optimizer': {'class_name': 'Adam', 'config': {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 636, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
|
43 |
- training_precision: mixed_float16
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
+
| 0.3454 | 0.4475 | 0.0 | 0.0 | 0.0 | 0.8961 | 0 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
logs/train/events.out.tfevents.1659365445.74881bf4022d.34.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:677689a30a58803de0712c19c770a95d4bdccca69ab86aa52af244dbf048a05e
|
3 |
+
size 1702916
|
logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c087ebb6ca7cd586a886f9afe27a0de4c79c490ba1de7bdc5aa19f125ea2637
|
3 |
+
size 3066
|
logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.kernel_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:376494719053ee9a8fd613c50a1f92fa7fe1b1fdadae1423650ad1814bd0dec7
|
3 |
+
size 285851
|
logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04c260ae671a64f313080a0358f6b08311508469f48be64a7b15223e57dda729
|
3 |
+
size 39297
|
logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec2c0e6507c374d9121ac71198a71bf1dbe13ed867e996dc8c312e61141aa10f
|
3 |
+
size 6017
|
logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b7a1cbfbb300939a613a5bc472b9ac2674f6eeddbc939c93ddd6e96addba680
|
3 |
+
size 190843
|
logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67ef6321385e5cccda537292b42fa4f83dbab2e8ef7c4f858659832afd640a2a
|
3 |
+
size 202019
|
logs/train/plugins/profile/2022_08_01_14_51_00/74881bf4022d.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2fa209fbcb980477a8bb3a436661af25692b9fed477bce6ba3cbf27bf7994f7
|
3 |
+
size 1582407
|
logs/validation/events.out.tfevents.1659365476.74881bf4022d.34.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b9de6c4d8763ee956b7c365fedc8c5f5eb8cce8aedc49e2497030ddfeba14d1
|
3 |
+
size 194
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265617760
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e20aefd707b57211f1f365cdd7bb18a19eb25ee25a9a4d248784014958166ab2
|
3 |
size 265617760
|