Update ML Intern artifact metadata
Browse files
README.md
CHANGED
|
@@ -242,3 +242,19 @@ MIT — Free to use, deploy, extend.
|
|
| 242 |
**TestGenius AI — Write better tests. Ship faster. Catch bugs before users do.**
|
| 243 |
|
| 244 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
**TestGenius AI — Write better tests. Ship faster. Catch bugs before users do.**
|
| 243 |
|
| 244 |
</div>
|
| 245 |
+
|
| 246 |
+
<!-- ml-intern-provenance -->
|
| 247 |
+
## Generated by ML Intern
|
| 248 |
+
|
| 249 |
+
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.
|
| 250 |
+
|
| 251 |
+
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 252 |
+
- Source code: https://github.com/huggingface/ml-intern
|
| 253 |
+
|
| 254 |
+
## Usage
|
| 255 |
+
|
| 256 |
+
```python
|
| 257 |
+
from datasets import load_dataset
|
| 258 |
+
|
| 259 |
+
dataset = load_dataset('Muthukumarank/testgenius-ai')
|
| 260 |
+
```
|