eskayML/old_electra_pytranscripts
Browse files- README.md +12 -12
- config.json +20 -20
- model.safetensors +1 -1
- 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: 2.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,16 +50,16 @@ 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 |
-
| No log | 6.0 |
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
| 2.
|
63 |
|
64 |
|
65 |
### 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.2729
|
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.2936 | 0.0370 |
|
54 |
+
| No log | 2.0 | 108 | 2.2872 | 0.1111 |
|
55 |
+
| No log | 3.0 | 162 | 2.2796 | 0.0741 |
|
56 |
+
| No log | 4.0 | 216 | 2.2798 | 0.0741 |
|
57 |
+
| No log | 5.0 | 270 | 2.2775 | 0.0741 |
|
58 |
+
| No log | 6.0 | 324 | 2.2780 | 0.1111 |
|
59 |
+
| No log | 7.0 | 378 | 2.2801 | 0.0370 |
|
60 |
+
| No log | 8.0 | 432 | 2.2741 | 0.1111 |
|
61 |
+
| No log | 9.0 | 486 | 2.2733 | 0.0370 |
|
62 |
+
| 2.2069 | 10.0 | 540 | 2.2729 | 0.1111 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
config.json
CHANGED
@@ -10,30 +10,30 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 256,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 1024,
|
26 |
"label2id": {
|
27 |
-
"Clinical utility & efficiency-Provider perspective":
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 256,
|
12 |
"id2label": {
|
13 |
+
"0": "Provider Characteristics",
|
14 |
+
"1": "Financial 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/Physician 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 |
+
"Financial Impact": 1,
|
30 |
+
"Health System Characteristics": 4,
|
31 |
+
"Imaging modalities in general": 2,
|
32 |
+
"Patient/Physician 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 54229432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39f45a0be0b095f4c30756e3d98ef4c1f7ceb03f2f6f0652863ceb8ac226767
|
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 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:902f6623c6c6f42a2cbefe8c871a18c74a6d7b567b6c98f5e712a4b85c911ca6
|
3 |
size 5304
|