eskayML commited on
Commit
1c05f1c
1 Parent(s): ce1aaab

eskayML/interview_electra

Browse files
Files changed (4) hide show
  1. README.md +7 -7
  2. config.json +20 -6
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [mrm8488/electra-small-finetuned-squadv2](https://huggingface.co/mrm8488/electra-small-finetuned-squadv2) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.8333
22
- - Accuracy: 0.6316
23
 
24
  ## Model description
25
 
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 95 | 1.0014 | 0.5526 |
54
- | No log | 2.0 | 190 | 0.9542 | 0.5526 |
55
- | No log | 3.0 | 285 | 0.9142 | 0.5526 |
56
- | No log | 4.0 | 380 | 0.8572 | 0.6316 |
57
- | No log | 5.0 | 475 | 0.8333 | 0.6316 |
58
 
59
 
60
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [mrm8488/electra-small-finetuned-squadv2](https://huggingface.co/mrm8488/electra-small-finetuned-squadv2) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.2828
22
+ - Accuracy: 0.1111
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 54 | 2.2942 | 0.0370 |
54
+ | No log | 2.0 | 108 | 2.2887 | 0.1111 |
55
+ | No log | 3.0 | 162 | 2.2840 | 0.0370 |
56
+ | No log | 4.0 | 216 | 2.2825 | 0.0370 |
57
+ | No log | 5.0 | 270 | 2.2828 | 0.1111 |
58
 
59
 
60
  ### Framework versions
config.json CHANGED
@@ -10,16 +10,30 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 256,
12
  "id2label": {
13
- "0": "multi_level_org_char",
14
- "1": "multi_level_org_perspect",
15
- "2": "impl_sust_infra"
 
 
 
 
 
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 1024,
19
  "label2id": {
20
- "impl_sust_infra": 2,
21
- "multi_level_org_char": 0,
22
- "multi_level_org_perspect": 1
 
 
 
 
 
 
 
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 256,
12
  "id2label": {
13
+ "0": "Provider Characteristics",
14
+ "1": "Finanicial Impact",
15
+ "2": "Imaging modalities in general",
16
+ "3": "Clinical utility & efficiency-Provider perspective",
17
+ "4": "Health System Characteristics",
18
+ "5": "Training",
19
+ "6": "Value equation",
20
+ "7": "Workflow related problems",
21
+ "8": "Credentialing / Quality Assurance Infrastructure",
22
+ "9": "Patient/Physican interaction in LUS"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 1024,
26
  "label2id": {
27
+ "Clinical utility & efficiency-Provider perspective": 3,
28
+ "Credentialing / Quality Assurance Infrastructure": 8,
29
+ "Finanicial Impact": 1,
30
+ "Health System Characteristics": 4,
31
+ "Imaging modalities in general": 2,
32
+ "Patient/Physican interaction in LUS": 9,
33
+ "Provider Characteristics": 0,
34
+ "Training": 5,
35
+ "Value equation": 6,
36
+ "Workflow related problems": 7
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd26f6c33f8d77ba64f4be863e580323fb8e5d14d6ad07950c3e89acb0f0b6b6
3
- size 54222228
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556f8b9bf985eb1299a3a84789f55b050e9d4cba25adbcdcb65ba37c86afa922
3
+ size 54229432
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd78eec26b21fb161eccebcfe70951605ce8b107fdcc84f5c0b455589be01483
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54265e9b87de1c6a9d720b74c2220198ca2e92a80b4f1ed6ca9a529123e777cd
3
  size 5240