Text Classification
Adapters
Safetensors
Chinese
bert
Multi-label Text Classification
Eval Results (legacy)
Instructions to use scfengv/TVL_GeneralLayerClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use scfengv/TVL_GeneralLayerClassifier with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("scfengv/TVL_GeneralLayerClassifier", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ base_model:
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
tags:
|
| 11 |
- Multi-label Text Classification
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
# Model Card for Model ID
|
| 14 |
|
|
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
tags:
|
| 11 |
- Multi-label Text Classification
|
| 12 |
+
datasets:
|
| 13 |
+
- scfengv/TVL-general-layer-dataset
|
| 14 |
---
|
| 15 |
# Model Card for Model ID
|
| 16 |
|