Training in progress, step 10
Browse files- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- instruct.ipynb +206 -34
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": "gaussian",
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 8,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"q_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b9b9f4c1084cf509324c602c4ad2237d5fd736d3b15695b1c9ba2296ff5d3d6
|
3 |
+
size 118097288
|
instruct.ipynb
CHANGED
@@ -173,18 +173,12 @@
|
|
173 |
"metadata": {},
|
174 |
"outputs": [],
|
175 |
"source": [
|
176 |
-
"import os\n",
|
177 |
"#source_model_id = \"HuggingFaceM4/Idefics3-8B-Llama3\"\n",
|
178 |
"source_model_id = \"meta-llama/Llama-3.2-11B-Vision-Instruct\"\n",
|
179 |
-
"
|
180 |
"dataset_id = \"ruslanmv/ai-medical-dataset\"\n",
|
181 |
"prompt= \"You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor\"\n",
|
182 |
-
"output_dir = \"IDEFICS3_medical_instruct\"
|
183 |
-
"os.environ[\"output_dir\"] = output_dir\n",
|
184 |
-
"os.environ[\"source_model_id\"] = source_model_id\n",
|
185 |
-
"os.environ[\"destination_model_id\"] = destination_model_id\n",
|
186 |
-
"os.environ[\"dataset_id\"] = dataset_id\n",
|
187 |
-
"os.environ[\"prompt\"] = prompt"
|
188 |
]
|
189 |
},
|
190 |
{
|
@@ -200,20 +194,10 @@
|
|
200 |
"execution_count": 4,
|
201 |
"id": "f6510468-c903-4bd2-80fd-2511b7fb2f72",
|
202 |
"metadata": {},
|
203 |
-
"outputs": [
|
204 |
-
{
|
205 |
-
"name": "stdout",
|
206 |
-
"output_type": "stream",
|
207 |
-
"text": [
|
208 |
-
"eltorio/IDEFICS3_medical_instruct\n",
|
209 |
-
"fatal: destination path 'IDEFICS3_medical_instruct' already exists and is not an empty directory.\n"
|
210 |
-
]
|
211 |
-
}
|
212 |
-
],
|
213 |
"source": [
|
214 |
"# clone Hugging Face model repository\n",
|
215 |
-
"!
|
216 |
-
"!git clone https://huggingface.co/$destination_model_id $output_dir"
|
217 |
]
|
218 |
},
|
219 |
{
|
@@ -226,7 +210,7 @@
|
|
226 |
},
|
227 |
{
|
228 |
"cell_type": "code",
|
229 |
-
"execution_count":
|
230 |
"id": "1efffd3f-aece-4858-b615-8fb1f2997068",
|
231 |
"metadata": {
|
232 |
"scrolled": true
|
@@ -235,7 +219,7 @@
|
|
235 |
{
|
236 |
"data": {
|
237 |
"application/vnd.jupyter.widget-view+json": {
|
238 |
-
"model_id": "
|
239 |
"version_major": 2,
|
240 |
"version_minor": 0
|
241 |
},
|
@@ -249,7 +233,7 @@
|
|
249 |
{
|
250 |
"data": {
|
251 |
"application/vnd.jupyter.widget-view+json": {
|
252 |
-
"model_id": "
|
253 |
"version_major": 2,
|
254 |
"version_minor": 0
|
255 |
},
|
@@ -263,7 +247,7 @@
|
|
263 |
{
|
264 |
"data": {
|
265 |
"application/vnd.jupyter.widget-view+json": {
|
266 |
-
"model_id": "
|
267 |
"version_major": 2,
|
268 |
"version_minor": 0
|
269 |
},
|
@@ -297,7 +281,7 @@
|
|
297 |
},
|
298 |
{
|
299 |
"cell_type": "code",
|
300 |
-
"execution_count":
|
301 |
"id": "86163110-f084-429e-bc70-5b281a679d1c",
|
302 |
"metadata": {
|
303 |
"colab": {
|
@@ -341,7 +325,7 @@
|
|
341 |
{
|
342 |
"data": {
|
343 |
"application/vnd.jupyter.widget-view+json": {
|
344 |
-
"model_id": "
|
345 |
"version_major": 2,
|
346 |
"version_minor": 0
|
347 |
},
|
@@ -403,18 +387,18 @@
|
|
403 |
},
|
404 |
{
|
405 |
"cell_type": "code",
|
406 |
-
"execution_count":
|
407 |
"id": "f2c2fd34-e1e4-427d-86d0-73bf74ff0005",
|
408 |
"metadata": {},
|
409 |
"outputs": [
|
410 |
{
|
411 |
"data": {
|
412 |
"text/plain": [
|
413 |
-
"{'question': 'What
|
414 |
-
" 'context': '
|
415 |
]
|
416 |
},
|
417 |
-
"execution_count":
|
418 |
"metadata": {},
|
419 |
"output_type": "execute_result"
|
420 |
}
|
@@ -436,7 +420,7 @@
|
|
436 |
},
|
437 |
{
|
438 |
"cell_type": "code",
|
439 |
-
"execution_count":
|
440 |
"id": "29d96aea-445d-482d-b7dc-861635a5389c",
|
441 |
"metadata": {
|
442 |
"executionInfo": {
|
@@ -486,6 +470,7 @@
|
|
486 |
" }\n",
|
487 |
" ]\n",
|
488 |
" text = processor.apply_chat_template(messages, add_generation_prompt=False)\n",
|
|
|
489 |
" texts.append(text.strip())\n",
|
490 |
"\n",
|
491 |
" batch = processor(text=texts, return_tensors=\"pt\", padding=True)\n",
|
@@ -511,7 +496,7 @@
|
|
511 |
},
|
512 |
{
|
513 |
"cell_type": "code",
|
514 |
-
"execution_count":
|
515 |
"id": "f3cda658-05f6-4078-8d71-2d1c0352ecfa",
|
516 |
"metadata": {
|
517 |
"executionInfo": {
|
@@ -559,7 +544,7 @@
|
|
559 |
},
|
560 |
{
|
561 |
"cell_type": "code",
|
562 |
-
"execution_count":
|
563 |
"id": "e6569265-5941-4482-84e2-faf1b61b685c",
|
564 |
"metadata": {
|
565 |
"colab": {
|
@@ -619,7 +604,194 @@
|
|
619 |
"id": "WQA84KnTAMtI",
|
620 |
"outputId": "ebb15160-f56e-4899-e608-b0d5fd0ba117"
|
621 |
},
|
622 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
"source": [
|
624 |
"trainer.train()"
|
625 |
]
|
|
|
173 |
"metadata": {},
|
174 |
"outputs": [],
|
175 |
"source": [
|
|
|
176 |
"#source_model_id = \"HuggingFaceM4/Idefics3-8B-Llama3\"\n",
|
177 |
"source_model_id = \"meta-llama/Llama-3.2-11B-Vision-Instruct\"\n",
|
178 |
+
"detination_model_id = \"eltorio/IDEFICS3_medical_instruct\"\n",
|
179 |
"dataset_id = \"ruslanmv/ai-medical-dataset\"\n",
|
180 |
"prompt= \"You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor\"\n",
|
181 |
+
"output_dir = \"IDEFICS3_medical_instruct\""
|
|
|
|
|
|
|
|
|
|
|
182 |
]
|
183 |
},
|
184 |
{
|
|
|
194 |
"execution_count": 4,
|
195 |
"id": "f6510468-c903-4bd2-80fd-2511b7fb2f72",
|
196 |
"metadata": {},
|
197 |
+
"outputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
"source": [
|
199 |
"# clone Hugging Face model repository\n",
|
200 |
+
"# !git clone https://huggingface.co/$destination_model_id $output_dir"
|
|
|
201 |
]
|
202 |
},
|
203 |
{
|
|
|
210 |
},
|
211 |
{
|
212 |
"cell_type": "code",
|
213 |
+
"execution_count": 15,
|
214 |
"id": "1efffd3f-aece-4858-b615-8fb1f2997068",
|
215 |
"metadata": {
|
216 |
"scrolled": true
|
|
|
219 |
{
|
220 |
"data": {
|
221 |
"application/vnd.jupyter.widget-view+json": {
|
222 |
+
"model_id": "b39d97f2fb434903b0521f5dea2fd37c",
|
223 |
"version_major": 2,
|
224 |
"version_minor": 0
|
225 |
},
|
|
|
233 |
{
|
234 |
"data": {
|
235 |
"application/vnd.jupyter.widget-view+json": {
|
236 |
+
"model_id": "da3388e8f61e4aee98971ce520785c0c",
|
237 |
"version_major": 2,
|
238 |
"version_minor": 0
|
239 |
},
|
|
|
247 |
{
|
248 |
"data": {
|
249 |
"application/vnd.jupyter.widget-view+json": {
|
250 |
+
"model_id": "db11101162ff455baed085d8c25a2c77",
|
251 |
"version_major": 2,
|
252 |
"version_minor": 0
|
253 |
},
|
|
|
281 |
},
|
282 |
{
|
283 |
"cell_type": "code",
|
284 |
+
"execution_count": 16,
|
285 |
"id": "86163110-f084-429e-bc70-5b281a679d1c",
|
286 |
"metadata": {
|
287 |
"colab": {
|
|
|
325 |
{
|
326 |
"data": {
|
327 |
"application/vnd.jupyter.widget-view+json": {
|
328 |
+
"model_id": "591a95a8c90143a39a5616131c605ed3",
|
329 |
"version_major": 2,
|
330 |
"version_minor": 0
|
331 |
},
|
|
|
387 |
},
|
388 |
{
|
389 |
"cell_type": "code",
|
390 |
+
"execution_count": 17,
|
391 |
"id": "f2c2fd34-e1e4-427d-86d0-73bf74ff0005",
|
392 |
"metadata": {},
|
393 |
"outputs": [
|
394 |
{
|
395 |
"data": {
|
396 |
"text/plain": [
|
397 |
+
"{'question': 'What was the goal of the study?',\n",
|
398 |
+
" 'context': 'The aim of this study was to evaluate the success of steroid (PRED) withdrawal due to replacement by mycophenolate mofetil (MMF) in orthotopic liver transplant (OLT) recipients with autoimmune hepatitis (AIH). Thirty patients with AIH > 12 months after OLT randomized to receive either PRED and tacrolimus (TAC) or MMF and TAC were followed for 24 months. Withdrawal of steroids showed no difference regarding graft and patient survival. Also we demonstrated significantly lower glucose levels with lower HbA1c and a reduced need for insulin as well as a significantly lower serum cholesterol in the MMF group. Patients without steroids showed a lower incidence of osteopenia. Maintenance therapy in OLT patients with AIH may be performed safely using MMF instead of prednisone.'}"
|
399 |
]
|
400 |
},
|
401 |
+
"execution_count": 17,
|
402 |
"metadata": {},
|
403 |
"output_type": "execute_result"
|
404 |
}
|
|
|
420 |
},
|
421 |
{
|
422 |
"cell_type": "code",
|
423 |
+
"execution_count": 57,
|
424 |
"id": "29d96aea-445d-482d-b7dc-861635a5389c",
|
425 |
"metadata": {
|
426 |
"executionInfo": {
|
|
|
470 |
" }\n",
|
471 |
" ]\n",
|
472 |
" text = processor.apply_chat_template(messages, add_generation_prompt=False)\n",
|
473 |
+
" print(text)\n",
|
474 |
" texts.append(text.strip())\n",
|
475 |
"\n",
|
476 |
" batch = processor(text=texts, return_tensors=\"pt\", padding=True)\n",
|
|
|
496 |
},
|
497 |
{
|
498 |
"cell_type": "code",
|
499 |
+
"execution_count": 58,
|
500 |
"id": "f3cda658-05f6-4078-8d71-2d1c0352ecfa",
|
501 |
"metadata": {
|
502 |
"executionInfo": {
|
|
|
544 |
},
|
545 |
{
|
546 |
"cell_type": "code",
|
547 |
+
"execution_count": 59,
|
548 |
"id": "e6569265-5941-4482-84e2-faf1b61b685c",
|
549 |
"metadata": {
|
550 |
"colab": {
|
|
|
604 |
"id": "WQA84KnTAMtI",
|
605 |
"outputId": "ebb15160-f56e-4899-e608-b0d5fd0ba117"
|
606 |
},
|
607 |
+
"outputs": [
|
608 |
+
{
|
609 |
+
"name": "stdout",
|
610 |
+
"output_type": "stream",
|
611 |
+
"text": [
|
612 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
613 |
+
"\n",
|
614 |
+
"Cutting Knowledge Date: December 2023\n",
|
615 |
+
"Today Date: 16 Nov 2024\n",
|
616 |
+
"\n",
|
617 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
618 |
+
"\n",
|
619 |
+
"What is the cross sensitivity with acetaminophen in aspirin-<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
620 |
+
"\n",
|
621 |
+
"Cross sensitivity with acetaminophen in aspirin-sensitive subjects with asthma.<|eot_id|>\n",
|
622 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
623 |
+
"\n",
|
624 |
+
"Cutting Knowledge Date: December 2023\n",
|
625 |
+
"Today Date: 16 Nov 2024\n",
|
626 |
+
"\n",
|
627 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
628 |
+
"\n",
|
629 |
+
"<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
630 |
+
"\n",
|
631 |
+
"<|eot_id|>\n",
|
632 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
633 |
+
"\n",
|
634 |
+
"Cutting Knowledge Date: December 2023\n",
|
635 |
+
"Today Date: 16 Nov 2024\n",
|
636 |
+
"\n",
|
637 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
638 |
+
"\n",
|
639 |
+
"What is the study of blood pressure control rate in Chinese hypertensive outpatients?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
640 |
+
"\n",
|
641 |
+
"[National survey of blood pressure control rate in Chinese hypertensive outpatients-China STATUS].<|eot_id|>\n",
|
642 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
643 |
+
"\n",
|
644 |
+
"Cutting Knowledge Date: December 2023\n",
|
645 |
+
"Today Date: 16 Nov 2024\n",
|
646 |
+
"\n",
|
647 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
648 |
+
"\n",
|
649 |
+
"What is the pH of the late secretory pathway?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
650 |
+
"\n",
|
651 |
+
"An autocatalytic cleavage in the C terminus of the human MUC2 mucin occurs at the low pH of the late secretory pathway.<|eot_id|>\n",
|
652 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
653 |
+
"\n",
|
654 |
+
"Cutting Knowledge Date: December 2023\n",
|
655 |
+
"Today Date: 16 Nov 2024\n",
|
656 |
+
"\n",
|
657 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
658 |
+
"\n",
|
659 |
+
"What is the name of the uncontrolled diabetes mellitus mellitus mell<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
660 |
+
"\n",
|
661 |
+
"- Uncontrolled diabetes mellitus mellitus (as indicated by metabolic derangements and/or severe diabetes mellitus related uncontrolled organ complications)<|eot_id|>\n",
|
662 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
663 |
+
"\n",
|
664 |
+
"Cutting Knowledge Date: December 2023\n",
|
665 |
+
"Today Date: 16 Nov 2024\n",
|
666 |
+
"\n",
|
667 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
668 |
+
"\n",
|
669 |
+
"What is the name of the two unrelated yeast strains?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
670 |
+
"\n",
|
671 |
+
"The genome variability and meiotic gene expression patterns in two unrelated laboratory yeast strains, SK1 and W303, have been characterized using high-density oligonucleotide arrays. The statistical analysis and comparison of the data has allowed identification of: (1) genes with functional importance to meiosis and sporulation in yeast and (2) genes expressed in a strain-specific manner. The genome-wide data also reveal potential reasons why these strains display significant differences in the ability to make fertile spores. Molecularly tagged yeast deletion strains have been used to determine the contribution of each gene to the execution of the sporulation/germination pathway. The application of genetics and the new genomic technologies have allowed a quantum jump in our understanding of yeast molecular biology.<|eot_id|>\n",
|
672 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
673 |
+
"\n",
|
674 |
+
"Cutting Knowledge Date: December 2023\n",
|
675 |
+
"Today Date: 16 Nov 2024\n",
|
676 |
+
"\n",
|
677 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
678 |
+
"\n",
|
679 |
+
"<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
680 |
+
"\n",
|
681 |
+
"<|eot_id|>\n",
|
682 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
683 |
+
"\n",
|
684 |
+
"Cutting Knowledge Date: December 2023\n",
|
685 |
+
"Today Date: 16 Nov 2024\n",
|
686 |
+
"\n",
|
687 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
688 |
+
"\n",
|
689 |
+
"What is the name of the endproducts that are used in patients with systemic l<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
690 |
+
"\n",
|
691 |
+
"Accumulation of advanced glycation endproducts in patients with systemic lupus erythematosus.<|eot_id|>\n",
|
692 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
693 |
+
"\n",
|
694 |
+
"Cutting Knowledge Date: December 2023\n",
|
695 |
+
"Today Date: 16 Nov 2024\n",
|
696 |
+
"\n",
|
697 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
698 |
+
"\n",
|
699 |
+
"What is the potential for developing small molecules antagonists?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
700 |
+
"\n",
|
701 |
+
"The development of specific targeted therapies, such as anti-TNF-alpha treatment, for chronic inflammatory disorders such as rheumatoid arthritis, has significantly improved treatment, although not all patients respond. Targeting cellular adhesion molecules and chemokines/chemokine receptors as regulators of the extravasation and migration of leukocytes may provide a novel approach for the treatment of these diseases. Moreover, the possibility of developing small-molecule antagonists offers an excellent method for the oral delivery of compounds with a short half-life.<|eot_id|>\n",
|
702 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
703 |
+
"\n",
|
704 |
+
"Cutting Knowledge Date: December 2023\n",
|
705 |
+
"Today Date: 16 Nov 2024\n",
|
706 |
+
"\n",
|
707 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
708 |
+
"\n",
|
709 |
+
"<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
710 |
+
"\n",
|
711 |
+
"<|eot_id|>\n",
|
712 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
713 |
+
"\n",
|
714 |
+
"Cutting Knowledge Date: December 2023\n",
|
715 |
+
"Today Date: 16 Nov 2024\n",
|
716 |
+
"\n",
|
717 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
718 |
+
"\n",
|
719 |
+
"<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
720 |
+
"\n",
|
721 |
+
"<|eot_id|>\n",
|
722 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
723 |
+
"\n",
|
724 |
+
"Cutting Knowledge Date: December 2023\n",
|
725 |
+
"Today Date: 16 Nov 2024\n",
|
726 |
+
"\n",
|
727 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
728 |
+
"\n",
|
729 |
+
"<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
730 |
+
"\n",
|
731 |
+
"<|eot_id|>\n",
|
732 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
733 |
+
"\n",
|
734 |
+
"Cutting Knowledge Date: December 2023\n",
|
735 |
+
"Today Date: 16 Nov 2024\n",
|
736 |
+
"\n",
|
737 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
738 |
+
"\n",
|
739 |
+
"What is the name of the type of cancer that is undergoing upper endoscopy?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
740 |
+
"\n",
|
741 |
+
"- People who are undergoing upper endoscopy as part of their medical care with a history of esophageal cancer, Barrett's esophagus, or upper gastrointestinal symptoms.<|eot_id|>\n",
|
742 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
743 |
+
"\n",
|
744 |
+
"Cutting Knowledge Date: December 2023\n",
|
745 |
+
"Today Date: 16 Nov 2024\n",
|
746 |
+
"\n",
|
747 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
748 |
+
"\n",
|
749 |
+
"What is the purpose of the investigators' research?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
750 |
+
"\n",
|
751 |
+
"The investigators propose to find out how much Latino men know about the benefits and risks of prostate cancer screening and what factors influence how they decide whether or not to have screening. The investigators are also interested in learning how providing education information, both verbally and in print, about the risks and benefits of prostate cancer screening affects men's interest and knowledge.<|eot_id|>\n",
|
752 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
753 |
+
"\n",
|
754 |
+
"Cutting Knowledge Date: December 2023\n",
|
755 |
+
"Today Date: 16 Nov 2024\n",
|
756 |
+
"\n",
|
757 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
758 |
+
"\n",
|
759 |
+
"What is the effectiveness of scalp cooling in preventing alopecia?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
760 |
+
"\n",
|
761 |
+
"The effectiveness of scalp cooling in preventing alopecia for patients receiving epirubicin and docetaxel.<|eot_id|>\n",
|
762 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
763 |
+
"\n",
|
764 |
+
"Cutting Knowledge Date: December 2023\n",
|
765 |
+
"Today Date: 16 Nov 2024\n",
|
766 |
+
"\n",
|
767 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
768 |
+
"\n",
|
769 |
+
"What is the PET/CT PET/CT PET/CT PET/CT PET/CT PET<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
770 |
+
"\n",
|
771 |
+
"68GA-BMV101 PET/CT IN PATIENTS WITH IDIOPATHIC PULMONARY FIBROSIS:<|eot_id|>\n",
|
772 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
773 |
+
"\n",
|
774 |
+
"Cutting Knowledge Date: December 2023\n",
|
775 |
+
"Today Date: 16 Nov 2024\n",
|
776 |
+
"\n",
|
777 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
778 |
+
"\n",
|
779 |
+
"How many patients were enrolled in the MXF group?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
780 |
+
"\n",
|
781 |
+
"OBJECTIVE: To investigate whether adding moxifloxacin (MXF) to the standard anti-tuberculosis regimen can shorten the time to sputum culture conversion in pulmonary tuberculosis (PTB). METHODS: Adults with culture-positive PTB were divided into two treatment groups by their choice: standard regimen alone (HERZ group) and standard regimen plus daily 400 mg MXF in the first 2 months (MXF group). Sputum samples were collected thrice weekly in the first 8 weeks. The propensity score was calculated to estimate the conditional probability of entering the MXF group. Factors influencing time to culture conversion were investigated using Cox proportional hazards regression analysis stratified by propensity score. RESULTS: Sixty-two patients were enrolled in the MXF group and 88 in the HERZ group; respectively 51 and 72 completed the study. The regimen was modified before culture conversion in respectively 6 (12%) and 12 (16%; P = 0.47) patients, due to adverse effects. The time to culture conversion was shorter in the MXF group (HR 2.1, 95%CI 1.4-3.2). The culture conversion rate after 6 weeks of treatment was respectively 82% and 61% (P = 0.011, <0.05/4, calculated using the modified Bonferroni method). CONCLUSIONS: Adding MXF to the standard anti-tuberculosis regimen in the first 2 months was associated with a shorter time to culture conversion, a higher 6-week culture conversion rate and reduced transmission of tuberculosis.<|eot_id|>\n",
|
782 |
+
"<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n",
|
783 |
+
"\n",
|
784 |
+
"Cutting Knowledge Date: December 2023\n",
|
785 |
+
"Today Date: 16 Nov 2024\n",
|
786 |
+
"\n",
|
787 |
+
"[{'type': 'text', 'text': 'You are a medical doctor with 15 year of experience verifying the knowledge of a new diploma medical doctor'}]<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
788 |
+
"\n",
|
789 |
+
"Pyrimethamine.<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
790 |
+
"\n",
|
791 |
+
"- Pyrimethamine.<|eot_id|>\n"
|
792 |
+
]
|
793 |
+
}
|
794 |
+
],
|
795 |
"source": [
|
796 |
"trainer.train()"
|
797 |
]
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9165ed00e86ed104c65895923502c69ad704adc6569417f95dcd29493970793f
|
3 |
+
size 5304
|