Update ML Intern artifact metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- ml-intern
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Ramesh10/adverse-event-classification-dataset
|
| 7 |
+
|
| 8 |
+
<!-- ml-intern-provenance -->
|
| 9 |
+
## Generated by ML Intern
|
| 10 |
+
|
| 11 |
+
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.
|
| 12 |
+
|
| 13 |
+
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 14 |
+
- Source code: https://github.com/huggingface/ml-intern
|
| 15 |
+
|
| 16 |
+
## Usage
|
| 17 |
+
|
| 18 |
+
```python
|
| 19 |
+
from datasets import load_dataset
|
| 20 |
+
|
| 21 |
+
dataset = load_dataset('Ramesh10/adverse-event-classification-dataset')
|
| 22 |
+
```
|