AiLLMBS commited on
Commit
6fcb449
·
verified ·
1 Parent(s): b5e8126

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +115 -0
  2. eval.jsonl +0 -0
  3. train.jsonl +0 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - n<1K
7
+ task_categories:
8
+ - text-generation
9
+ - question-answering
10
+ - text2text-generation
11
+ tags:
12
+ - synthetic
13
+ - instruction-tuning
14
+ - bioinformatics
15
+ - data-engineering
16
+ - pandas
17
+ - bash
18
+ - aws
19
+ - cron
20
+ - json
21
+ - qlora
22
+ pretty_name: Bio-DevOps Synthetic Instructions
23
+ ---
24
+
25
+ # Bio-DevOps Synthetic Instructions
26
+
27
+ This dataset contains synthetic instruction-following examples for biomedical-style data-engineering and scientific-computing workflows.
28
+
29
+ It was created for educational and portfolio use as part of a LoRA/QLoRA fine-tuning project using `Qwen/Qwen2.5-Coder-7B-Instruct`.
30
+
31
+ Related model:
32
+
33
+ [`AiLLMBS/qwen25-coder-bio-devops-lora`](https://huggingface.co/AiLLMBS/qwen25-coder-bio-devops-lora)
34
+
35
+ ## Dataset Contents
36
+
37
+ The dataset includes synthetic examples for:
38
+
39
+ - Python CSV validation
40
+ - pandas duplicate checks
41
+ - bash mount checks
42
+ - AWS S3 sync command generation
43
+ - cron expression explanation
44
+ - FASTQ manifest generation
45
+ - reproducible workflow checklist generation
46
+ - structured JSON extraction from synthetic workflow messages
47
+
48
+ ## Files
49
+
50
+ - `train.jsonl`
51
+ - `eval.jsonl`
52
+
53
+ Each row contains a chat-style instruction example with:
54
+
55
+ - `messages`
56
+ - `meta.task_type`
57
+ - `meta.expected_keywords`
58
+ - `meta.requires_json`
59
+
60
+ ## Data Source
61
+
62
+ This dataset is synthetically generated by project scripts.
63
+
64
+ It does not contain:
65
+
66
+ - PHI
67
+ - private employer data
68
+ - proprietary tickets
69
+ - internal emails
70
+ - client-specific workflows
71
+ - copyrighted book text
72
+
73
+ The examples use synthetic sample IDs, site IDs, file paths, S3 bucket names, and workflow messages.
74
+
75
+ ## Intended Use
76
+
77
+ This dataset is intended for:
78
+
79
+ - educational LoRA/QLoRA fine-tuning
80
+ - instruction-format experimentation
81
+ - synthetic code-assistant training examples
82
+ - portfolio demonstration of dataset creation and model evaluation
83
+ - safe local experimentation with coding-focused LLM adapters
84
+
85
+ ## Not Intended For
86
+
87
+ This dataset is not intended for:
88
+
89
+ - clinical decision support
90
+ - medical diagnosis
91
+ - training on PHI
92
+ - reproducing private employer workflows
93
+ - production automation without human review
94
+
95
+ ## Limitations
96
+
97
+ The dataset is synthetic and template-based. Models trained on it may overfit to repeated patterns and may not generalize well to diverse real-world workflows.
98
+
99
+ Generated code, shell commands, and AWS commands should always be reviewed before use.
100
+
101
+ ## Recommended Evaluation
102
+
103
+ Models trained on this dataset should be evaluated with:
104
+
105
+ - held-out prompts
106
+ - keyword coverage
107
+ - JSON validity checks
108
+ - unit tests for generated Python code
109
+ - manual review of shell commands
110
+ - base-model vs adapter comparison
111
+ - failure-case analysis
112
+
113
+ ## License
114
+
115
+ This dataset is released under the Apache-2.0 license.
eval.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train.jsonl ADDED
The diff for this file is too large to render. See raw diff