Datasets:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -91,6 +91,14 @@ sft = load_dataset("piyushptiwari/insureos-training-data", data_files="insurance
|
|
| 91 |
claims = load_dataset("piyushptiwari/insureos-training-data", data_files="claims_motor_25000k.csv")
|
| 92 |
```
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
## Part of the INSUREOS Model Suite
|
| 95 |
|
| 96 |
Built by Bytical AI for training the INSUREOS model family:
|
|
|
|
| 91 |
claims = load_dataset("piyushptiwari/insureos-training-data", data_files="claims_motor_25000k.csv")
|
| 92 |
```
|
| 93 |
|
| 94 |
+
## Learn How These Models Work
|
| 95 |
+
|
| 96 |
+
Want to understand how this data trains real ML models? We wrote a plain-English guide
|
| 97 |
+
that walks through every INSUREOS model — the concepts, the data, and the training code:
|
| 98 |
+
|
| 99 |
+
- **Learning guide:** [LEARN.md](https://huggingface.co/piyushptiwari/insureos-models/blob/main/LEARN.md)
|
| 100 |
+
- **Training & data-generation code:** [piyushptiwari/insureos-models](https://huggingface.co/piyushptiwari/insureos-models) — see the [`data/`](https://huggingface.co/piyushptiwari/insureos-models/tree/main/data) generators and the [`training/`](https://huggingface.co/piyushptiwari/insureos-models/tree/main/training) scripts
|
| 101 |
+
|
| 102 |
## Part of the INSUREOS Model Suite
|
| 103 |
|
| 104 |
Built by Bytical AI for training the INSUREOS model family:
|