Muthukumarank commited on
Commit
c1e21de
·
verified ·
1 Parent(s): 81aca7d

Update ML Intern artifact metadata

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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
+ ```