FatemehYp commited on
Commit
5393df4
1 Parent(s): aee9920

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +4 -6
  2. tf_model.h5 +1 -1
  3. tokenizer.json +16 -2
README.md CHANGED
@@ -14,8 +14,8 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 1.3600
18
- - Epoch: 2
19
 
20
  ## Model description
21
 
@@ -41,14 +41,12 @@ The following hyperparameters were used during training:
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
- | 2.5331 | 0 |
45
- | 1.6180 | 1 |
46
- | 1.3600 | 2 |
47
 
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.31.0
52
  - TensorFlow 2.12.0
53
- - Datasets 2.14.3
54
  - Tokenizers 0.13.3
 
14
 
15
  This model is a fine-tuned version of [medicalai/ClinicalBERT](https://huggingface.co/medicalai/ClinicalBERT) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 2.5165
18
+ - Epoch: 0
19
 
20
  ## Model description
21
 
 
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
+ | 2.5165 | 0 |
 
 
45
 
46
 
47
  ### Framework versions
48
 
49
  - Transformers 4.31.0
50
  - TensorFlow 2.12.0
51
+ - Datasets 2.14.4
52
  - Tokenizers 0.13.3
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51ddfeeb28096a5634e77a3da0f8c5a72eeff868d1f360f261e214de4c5f9bbe
3
  size 539068392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0443d733162384e7775b7f0ea5ad1b838611c2b0226df3993e9bb895fd6eeeae
3
  size 539068392
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,