Update ML Intern artifact metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Text Classification Comparison: Supervised vs Unsupervised on stanfordnlp/imdb
|
| 2 |
|
| 3 |
## Dataset
|
|
@@ -55,3 +59,19 @@
|
|
| 55 |
5. Ke, et al. (2017). *LightGBM.* NeurIPS.
|
| 56 |
6. Vapnik (1995). *The Nature of Statistical Learning Theory.*
|
| 57 |
7. Xie, et al. (2021). *A Survey of K-Means Clustering.* arXiv:2112.06310.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- ml-intern
|
| 4 |
+
---
|
| 5 |
# Text Classification Comparison: Supervised vs Unsupervised on stanfordnlp/imdb
|
| 6 |
|
| 7 |
## Dataset
|
|
|
|
| 59 |
5. Ke, et al. (2017). *LightGBM.* NeurIPS.
|
| 60 |
6. Vapnik (1995). *The Nature of Statistical Learning Theory.*
|
| 61 |
7. Xie, et al. (2021). *A Survey of K-Means Clustering.* arXiv:2112.06310.
|
| 62 |
+
|
| 63 |
+
<!-- ml-intern-provenance -->
|
| 64 |
+
## Generated by ML Intern
|
| 65 |
+
|
| 66 |
+
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.
|
| 67 |
+
|
| 68 |
+
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 69 |
+
- Source code: https://github.com/huggingface/ml-intern
|
| 70 |
+
|
| 71 |
+
## Usage
|
| 72 |
+
|
| 73 |
+
```python
|
| 74 |
+
from datasets import load_dataset
|
| 75 |
+
|
| 76 |
+
dataset = load_dataset('IntimateUser6969/text-classification-comparison')
|
| 77 |
+
```
|