Training in progress, epoch 1
Browse files- config.json +45 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "roberta-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": "Grey area/Subjective/ Further Clarified ",
|
| 15 |
+
"1": "Better presentation/ Clarity /Specificity/Data completeness",
|
| 16 |
+
"2": "Inconsistency within or across report/report sections/prior report",
|
| 17 |
+
"3": "Report Inconsistency with Source",
|
| 18 |
+
"4": "Medical Judgement (MSO/SAS)",
|
| 19 |
+
"5": "Observation",
|
| 20 |
+
"6": "Complicated source document/ Inadequate annotations/Coding error/output error/ Discrepancy in Source",
|
| 21 |
+
"7": "Deviation from standard approach",
|
| 22 |
+
"8": "Oversight",
|
| 23 |
+
"9": "Revision of Template/SOP",
|
| 24 |
+
"10": "Non-critical-data precision",
|
| 25 |
+
"11": "oversight",
|
| 26 |
+
"12": "Unaware of New update/New learning (PXL)",
|
| 27 |
+
"13": "TEXT removed in Final Draft Report and published copy/Finding nullified as section updated",
|
| 28 |
+
"14": "Conceptual error"
|
| 29 |
+
},
|
| 30 |
+
"initializer_range": 0.02,
|
| 31 |
+
"intermediate_size": 3072,
|
| 32 |
+
"layer_norm_eps": 1e-05,
|
| 33 |
+
"max_position_embeddings": 514,
|
| 34 |
+
"model_type": "roberta",
|
| 35 |
+
"num_attention_heads": 12,
|
| 36 |
+
"num_hidden_layers": 12,
|
| 37 |
+
"pad_token_id": 1,
|
| 38 |
+
"position_embedding_type": "absolute",
|
| 39 |
+
"problem_type": "single_label_classification",
|
| 40 |
+
"torch_dtype": "float32",
|
| 41 |
+
"transformers_version": "4.36.2",
|
| 42 |
+
"type_vocab_size": 1,
|
| 43 |
+
"use_cache": true,
|
| 44 |
+
"vocab_size": 50265
|
| 45 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03be990e31a0b2bd673453e2cab05f9503b2324beca06a1e1c8b006ffe80cf28
|
| 3 |
+
size 498652812
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6c3839b06dc97dcd1a29cf7f861bb2254a6683397544dfa62ed9845c02255b0
|
| 3 |
+
size 4728
|