| pipeline_tag: text-classification | |
| # how to load the pipeline | |
| ```python | |
| from transformers import pipeline | |
| pipe = pipeline(model="not-lain/test-dynamic-pipeline",trust_remote_code=True) | |
| pipe("hi",second_text="hello") | |
| ``` |
| pipeline_tag: text-classification | |
| # how to load the pipeline | |
| ```python | |
| from transformers import pipeline | |
| pipe = pipeline(model="not-lain/test-dynamic-pipeline",trust_remote_code=True) | |
| pipe("hi",second_text="hello") | |
| ``` |