emresefer commited on
Commit
edce2fe
1 Parent(s): 7ae63e2

End of training

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 5.8893
21
 
22
  ## Model description
23
 
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 3 | 5.9487 |
52
- | No log | 2.0 | 6 | 5.9060 |
53
- | No log | 3.0 | 9 | 5.8893 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.32.1
59
- - Pytorch 2.1.0
60
- - Datasets 2.12.0
61
- - Tokenizers 0.13.2
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 5.8341
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 3 | 5.9089 |
52
+ | No log | 2.0 | 6 | 5.8561 |
53
+ | No log | 3.0 | 9 | 5.8341 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.36.0.dev0
59
+ - Pytorch 2.1.1
60
+ - Datasets 2.15.0
61
+ - Tokenizers 0.15.0
config.json CHANGED
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.32.1",
23
  "vocab_size": 30522
24
  }
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.36.0.dev0",
23
  "vocab_size": 30522
24
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e495eaca1ffbf06718174b75cdfad603490a6e5d2c90500d19e446e9f2528e32
3
+ size 265470032
runs/Nov28_05-02-21_emres-MacBook-Pro.local/events.out.tfevents.1701136942.emres-MacBook-Pro.local.44376.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ed36b3182df19a1168634bee9fd10b787a69179b7733977a3153b6b2cb43f7
3
+ size 5334
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:972cca5e549f6f91649e17901158c631fed087f98edad9eba9988a2c08b25780
3
- size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d090a5eec081ef7bb05f6e433e0f246b67848d0c959437d3b584931ca1825279
3
+ size 4664