Update ML Intern artifact metadata
Browse files
README.md
CHANGED
|
@@ -250,3 +250,19 @@ MIT
|
|
| 250 |
*Research-grade quality. Production-ready deployment. Hackathon-winning novelty.*
|
| 251 |
|
| 252 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 250 |
*Research-grade quality. Production-ready deployment. Hackathon-winning novelty.*
|
| 251 |
|
| 252 |
</div>
|
| 253 |
+
|
| 254 |
+
<!-- ml-intern-provenance -->
|
| 255 |
+
## Generated by ML Intern
|
| 256 |
+
|
| 257 |
+
This dataset repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
|
| 258 |
+
|
| 259 |
+
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 260 |
+
- Source code: https://github.com/huggingface/ml-intern
|
| 261 |
+
|
| 262 |
+
## Usage
|
| 263 |
+
|
| 264 |
+
```python
|
| 265 |
+
from datasets import load_dataset
|
| 266 |
+
|
| 267 |
+
dataset = load_dataset('Muthukumarank/testgenius-ai')
|
| 268 |
+
```
|