eskayML commited on
Commit
97323a5
·
verified ·
1 Parent(s): 18035b6

eskayML/old_bert_pytranscripts

Browse files
Files changed (4) hide show
  1. README.md +12 -12
  2. config.json +20 -20
  3. model.safetensors +1 -1
  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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.8049
22
- - Accuracy: 0.4474
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 | 76 | 2.2367 | 0.2105 |
54
- | No log | 2.0 | 152 | 2.1704 | 0.1842 |
55
- | No log | 3.0 | 228 | 2.0889 | 0.2632 |
56
- | No log | 4.0 | 304 | 2.0155 | 0.3947 |
57
- | No log | 5.0 | 380 | 1.9199 | 0.4211 |
58
- | No log | 6.0 | 456 | 1.8875 | 0.4474 |
59
- | 1.8928 | 7.0 | 532 | 1.8419 | 0.4737 |
60
- | 1.8928 | 8.0 | 608 | 1.8211 | 0.4211 |
61
- | 1.8928 | 9.0 | 684 | 1.8140 | 0.4474 |
62
- | 1.8928 | 10.0 | 760 | 1.8049 | 0.4474 |
63
 
64
 
65
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.9884
22
+ - Accuracy: 0.3333
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 54 | 2.2727 | 0.1481 |
54
+ | No log | 2.0 | 108 | 2.2323 | 0.1852 |
55
+ | No log | 3.0 | 162 | 2.1763 | 0.2222 |
56
+ | No log | 4.0 | 216 | 2.1122 | 0.1852 |
57
+ | No log | 5.0 | 270 | 2.0832 | 0.2593 |
58
+ | No log | 6.0 | 324 | 2.0456 | 0.2593 |
59
+ | No log | 7.0 | 378 | 2.0264 | 0.2593 |
60
+ | No log | 8.0 | 432 | 2.0041 | 0.3333 |
61
+ | No log | 9.0 | 486 | 1.9960 | 0.2963 |
62
+ | 1.8646 | 10.0 | 540 | 1.9884 | 0.3333 |
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -9,29 +9,29 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Value equation",
13
- "1": "labels",
14
- "2": "Financial Impact",
15
- "3": "Health System Characteristics",
16
- "4": "Clinical utility & efficiency-Provider perspective",
17
- "5": "Workflow related problems",
18
- "6": "Provider Characteristics",
19
- "7": "Training",
20
- "8": "Patient/Physician interaction in LUS",
21
- "9": "Imaging modalities in general"
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
- "Clinical utility & efficiency-Provider perspective": 4,
26
- "Financial Impact": 2,
27
- "Health System Characteristics": 3,
28
- "Imaging modalities in general": 9,
29
- "Patient/Physician interaction in LUS": 8,
30
- "Provider Characteristics": 6,
31
- "Training": 7,
32
- "Value equation": 0,
33
- "Workflow related problems": 5,
34
- "labels": 1
35
  },
36
  "max_position_embeddings": 512,
37
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Provider Characteristics",
13
+ "1": "Financial Impact",
14
+ "2": "Imaging modalities in general",
15
+ "3": "Clinical utility & efficiency-Provider perspective",
16
+ "4": "Health System Characteristics",
17
+ "5": "Training",
18
+ "6": "Value equation",
19
+ "7": "Workflow related problems",
20
+ "8": "Credentialing / Quality Assurance Infrastructure",
21
+ "9": "Patient/Physician interaction in LUS"
22
  },
23
  "initializer_range": 0.02,
24
  "label2id": {
25
+ "Clinical utility & efficiency-Provider perspective": 3,
26
+ "Credentialing / Quality Assurance Infrastructure": 8,
27
+ "Financial Impact": 1,
28
+ "Health System Characteristics": 4,
29
+ "Imaging modalities in general": 2,
30
+ "Patient/Physician interaction in LUS": 9,
31
+ "Provider Characteristics": 0,
32
+ "Training": 5,
33
+ "Value equation": 6,
34
+ "Workflow related problems": 7
35
  },
36
  "max_position_embeddings": 512,
37
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:387f2217da1f2340cce5021826e617f9a9ac3984e45fba45627ddb7ade34fa9e
3
  size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b56d9adec1afdce7de487850451b6072e8b37d8da461e2acafdeccd6065eb4
3
  size 267857176
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a46c3df827ea080961e6a0aac2086bac6fb207a8ba4ea5bb13f6e35baf0053c
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c4fa272805d35736836a3e009621bd76996807c65d9d36c3031044a285f570
3
  size 5304