badokorach commited on
Commit
a24cfbd
1 Parent(s): a5ebede

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +5 -8
  2. config.json +1 -1
  3. special_tokens_map.json +5 -35
  4. tf_model.h5 +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: cc-by-4.0
3
- base_model: badokorach/minilm-uncased-finetuned-agic2-051223
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # badokorach/minilm-uncased-finetuned-agic2-060124
15
 
16
- This model is a fine-tuned version of [badokorach/minilm-uncased-finetuned-agic2-051223](https://huggingface.co/badokorach/minilm-uncased-finetuned-agic2-051223) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.8659
19
  - Validation Loss: 0.0
20
- - Epoch: 3
21
 
22
  ## Model description
23
 
@@ -43,10 +43,7 @@ The following hyperparameters were used during training:
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
- | 1.3500 | 0.0 | 0 |
47
- | 1.1917 | 0.0 | 1 |
48
- | 0.9651 | 0.0 | 2 |
49
- | 0.8659 | 0.0 | 3 |
50
 
51
 
52
  ### Framework versions
 
1
  ---
2
  license: cc-by-4.0
3
+ base_model: deepset/minilm-uncased-squad2
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # badokorach/minilm-uncased-finetuned-agic2-060124
15
 
16
+ This model is a fine-tuned version of [deepset/minilm-uncased-squad2](https://huggingface.co/deepset/minilm-uncased-squad2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 2.5247
19
  - Validation Loss: 0.0
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
+ | 2.5247 | 0.0 | 0 |
 
 
 
47
 
48
 
49
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "badokorach/minilm-uncased-finetuned-agic2-051223",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "deepset/minilm-uncased-squad2",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17c915fc3b8a3d642684ee459ac7c44dab35c1ca88104a6310798b13248ec7a0
3
  size 133140216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4054ff5ebd2a240128ca3ead09810fdf80dc3ef50616252601714eb6a6e6bae
3
  size 133140216