hichamH commited on
Commit
d2c7035
1 Parent(s): 3a439ee

End of training

Browse files
README.md CHANGED
@@ -15,12 +15,12 @@ should 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
- - eval_loss: 0.5569
19
- - eval_accuracy: {'accuracy': 0.9411764705882353}
20
- - eval_f1score: {'f1': 0.9411764705882353}
21
- - eval_runtime: 2.0827
22
- - eval_samples_per_second: 8.163
23
- - eval_steps_per_second: 1.44
24
  - step: 0
25
 
26
  ## Model description
@@ -46,8 +46,8 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - lr_scheduler_warmup_steps: 119
50
- - num_epochs: 70
51
 
52
  ### Framework versions
53
 
 
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
+ - eval_loss: 0.6919
19
+ - eval_accuracy: {'accuracy': 0.8823529411764706}
20
+ - eval_f1score: {'f1': 0.8823529411764706}
21
+ - eval_runtime: 1.7269
22
+ - eval_samples_per_second: 9.844
23
+ - eval_steps_per_second: 1.737
24
  - step: 0
25
 
26
  ## Model description
 
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 85
50
+ - num_epochs: 50
51
 
52
  ### Framework versions
53
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5699d8c1bd6dd8258e1b3eaaa1341913cca9a96161457d0dec5daf1acfb66ac6
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c48a8f4d4a6ba7d2e2ab0ce78639142f3f34eee13d9737d8fa62ea285d345e59
3
  size 267832560
runs/Nov04_23-19-55_8c5a1941b819/events.out.tfevents.1699140006.8c5a1941b819.355.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e11bedf8303ac71957adf4cc5e76c2f4f71841c5570b3814972d9bc01a70007c
3
+ size 13259
runs/Nov04_23-19-55_8c5a1941b819/events.out.tfevents.1699140181.8c5a1941b819.355.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb53d4cbf87bce36f996af6382bd354fcb00fa98f02dab0574818e25c60ea3ef
3
+ size 297
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d8e3decd918ce41a97e94ab7dcd26e0d313d26071d0cdb31b5d2ebef4473d0f
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03796e34329323309a49ad77d63cbd5d0f38cea0b517ef0b7fa368a6276cf85d
3
  size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff