eskayML/interview_electra
Browse files- README.md +7 -7
- config.json +20 -6
- model.safetensors +2 -2
- 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:
|
22 |
-
- Accuracy: 0.
|
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 |
|
54 |
-
| No log | 2.0 |
|
55 |
-
| No log | 3.0 |
|
56 |
-
| No log | 4.0 |
|
57 |
-
| No log | 5.0 |
|
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": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 1024,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54265e9b87de1c6a9d720b74c2220198ca2e92a80b4f1ed6ca9a529123e777cd
|
3 |
size 5240
|