ilyesrezgui commited on
Commit
30f5502
1 Parent(s): 316f2f0

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. special_tokens_map.json +1 -1
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +1 -1
README.md CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 2.1299
19
- - Validation Loss: 1.7090
20
  - Epoch: 0
21
 
22
  ## Model description
@@ -43,12 +43,12 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
- | 2.1299 | 1.7090 | 0 |
47
 
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.35.2
52
  - TensorFlow 2.15.0
53
- - Datasets 2.17.0
54
  - Tokenizers 0.15.2
 
15
 
16
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 2.0840
19
+ - Validation Loss: 1.8650
20
  - Epoch: 0
21
 
22
  ## Model description
 
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
+ | 2.0840 | 1.8650 | 0 |
47
 
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.35.2
52
  - TensorFlow 2.15.0
53
+ - Datasets 2.17.1
54
  - Tokenizers 0.15.2
special_tokens_map.json CHANGED
@@ -9,7 +9,7 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "pad_token": "</s>",
13
  "sep_token": "</s>",
14
  "unk_token": "<unk>"
15
  }
 
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
+ "pad_token": "<pad>",
13
  "sep_token": "</s>",
14
  "unk_token": "<unk>"
15
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0d49405c1babe2a821cdaabba8e14a6680a10119edd6b97151b68fede29be24
3
  size 484838604
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f53cf78cfba4a8d92207284c1179eb9f68534ebbb0baadeacac6e1fa3d1aed73
3
  size 484838604
tokenizer_config.json CHANGED
@@ -49,7 +49,7 @@
49
  "errors": "replace",
50
  "mask_token": "<mask>",
51
  "model_max_length": 512,
52
- "pad_token": "</s>",
53
  "sep_token": "</s>",
54
  "tokenizer_class": "RobertaTokenizer",
55
  "trim_offsets": true,
 
49
  "errors": "replace",
50
  "mask_token": "<mask>",
51
  "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
  "tokenizer_class": "RobertaTokenizer",
55
  "trim_offsets": true,