StaAhmed commited on
Commit
bc134d1
1 Parent(s): 4d526fd

Training in progress epoch 0

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: timpal0l/mdeberta-v3-base-squad2
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,9 +13,9 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # StaAhmed/Model_QA
15
 
16
- This model is a fine-tuned version of [timpal0l/mdeberta-v3-base-squad2](https://huggingface.co/timpal0l/mdeberta-v3-base-squad2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 2.6107
19
  - Epoch: 0
20
 
21
  ## Model description
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Epoch |
44
  |:----------:|:-----:|
45
- | 2.6107 | 0 |
46
 
47
 
48
  ### Framework versions
 
1
  ---
2
  license: mit
3
+ base_model: microsoft/deberta-v3-base
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # StaAhmed/Model_QA
15
 
16
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 3.4110
19
  - Epoch: 0
20
 
21
  ## Model description
 
42
 
43
  | Train Loss | Epoch |
44
  |:----------:|:-----:|
45
+ | 3.4110 | 0 |
46
 
47
 
48
  ### Framework versions
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "timpal0l/mdeberta-v3-base-squad2",
3
  "architectures": [
4
  "DebertaV2ForQuestionAnswering"
5
  ],
@@ -28,8 +28,7 @@
28
  "position_buckets": 256,
29
  "relative_attention": true,
30
  "share_att_key": true,
31
- "torch_dtype": "float32",
32
  "transformers_version": "4.35.2",
33
  "type_vocab_size": 0,
34
- "vocab_size": 251000
35
  }
 
1
  {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
3
  "architectures": [
4
  "DebertaV2ForQuestionAnswering"
5
  ],
 
28
  "position_buckets": 256,
29
  "relative_attention": true,
30
  "share_att_key": true,
 
31
  "transformers_version": "4.35.2",
32
  "type_vocab_size": 0,
33
+ "vocab_size": 128100
34
  }
special_tokens_map.json CHANGED
@@ -5,5 +5,11 @@
5
  "mask_token": "[MASK]",
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
- "unk_token": "[UNK]"
 
 
 
 
 
 
9
  }
 
5
  "mask_token": "[MASK]",
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
  }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39350c9682d299178e833e9bfb065d73ba8de5f290ba94d9f7d8c88838e85c21
3
- size 1113165584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:296b82fd9c2bc6caeedaaecbb909e6edcec0558ee9b0111e5c213ce782843322
3
+ size 735616784
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1138eab70286f87e95bdf1fb4f1f173698ab5b130389032f399ea67b917bd07
3
- size 16316412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd512217a44e58e6d5782dc9540daad7615c7217f25e7706a22cccf9df7e1d6
3
+ size 8656909
tokenizer_config.json CHANGED
@@ -27,12 +27,12 @@
27
  "3": {
28
  "content": "[UNK]",
29
  "lstrip": false,
30
- "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "250101": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
 
27
  "3": {
28
  "content": "[UNK]",
29
  "lstrip": false,
30
+ "normalized": true,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "128000": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,