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
|
@@ -38,6 +38,7 @@ To run the text classification inference, use the following command:
|
|
| 38 |
```bash
|
| 39 |
python inference_example_1.py
|
| 40 |
python inference_example_2.py
|
|
|
|
| 41 |
```
|
| 42 |
|
| 43 |
## How to Get Started with the Model
|
|
|
|
| 38 |
```bash
|
| 39 |
python inference_example_1.py
|
| 40 |
python inference_example_2.py
|
| 41 |
+
python inference_example_3.py
|
| 42 |
```
|
| 43 |
|
| 44 |
## How to Get Started with the Model
|