arkhimshashmicro commited on
Commit
af08d54
·
verified ·
1 Parent(s): c8a4ac2

Update README for v1.0.0

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: hashy-ai-proprietary
4
+ license_link: LICENSE
5
+ task_categories:
6
+ - text-generation
7
+ - question-answering
8
+ language:
9
+ - en
10
+ - id
11
+ tags:
12
+ - hashy-knowledge
13
+ - normalized-dataset
14
+ - sharegpt
15
+ - sft-training
16
+ - hashy-ai
17
+ - proprietary
18
+ size_categories:
19
+ - 10K<n<100K
20
+ ---
21
+
22
+ # hashy-finetune001-130526
23
+
24
+ ## ⚠️ PROPRIETARY DATASET
25
+
26
+ > **WARNING: This is a proprietary dataset owned by Hashy AI**
27
+ > Access strictly limited to authorized HashMicro personnel.
28
+ > See [LICENSE](LICENSE) file for full terms.
29
+
30
+ ---
31
+
32
+ ## Dataset Information
33
+
34
+ This dataset was generated by the **Hashy Knowledge Dataset Processing Pipeline** using the Library & Playlist architecture.
35
+
36
+ ### Version Details
37
+
38
+ - **Version**: `v1.0.0`
39
+ - **Total Records**: 10,062
40
+ - **File Count**: 1
41
+ - **Schema Hash**: `...`
42
+
43
+ ### Dataset Files
44
+
45
+ - `iqbal-test-1317-v1.0.0-directsql.jsonl`
46
+
47
+
48
+ ## Format
49
+
50
+ This dataset is in **ShareGPT format**, compatible with:
51
+ - [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl)
52
+ - [UNSLOTH](https://github.com/unslothai/unsloth)
53
+ - Other SFT training frameworks
54
+
55
+ ```json
56
+ {
57
+ "conversations": [
58
+ {"from": "system", "value": "..."},
59
+ {"from": "human", "value": "..."},
60
+ {"from": "gpt", "value": "..."}
61
+ ]
62
+ }
63
+ ```
64
+
65
+ ## Usage
66
+
67
+ ```python
68
+ from datasets import load_dataset
69
+
70
+ # Load latest version
71
+ dataset = load_dataset("hashy-finetune001-130526")
72
+
73
+ # Load specific version
74
+ dataset = load_dataset("hashy-finetune001-130526", revision="v1.0.0")
75
+ ```
76
+
77
+ ## Version History
78
+
79
+ Use Git tags to access specific versions:
80
+ - `v1.0.0` - Current version
81
+
82
+ ## License
83
+
84
+ ```
85
+ Proprietary License
86
+ ```
87
+
88
+
89
+ ---
90
+
91
+ **Special tuned by Hashy Geulis Team @ Hashy AI**
92
+ *Powered by [HashMicro.com](https://hashmicro.com)*
93
+