Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
VoxCPM
Log In
Sign Up
not-lain
/
test-dynamic-pipeline
like
0
Text Classification
Transformers
PyTorch
Safetensors
bert
Model card
Files
Files and versions
xet
Community
Train
Deploy
Use this model
131b3f8
test-dynamic-pipeline
/
README.md
not-lain
commit files to HF hub
5445fc2
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
157 Bytes
# how to load the pipeline
```python
from transformers import pipeline
pipe = pipeline(model="lysandre/test-dynamic-pipeline",trust_remote_code=True)
```