Commit
·
a030db7
1
Parent(s):
fe93cd2
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ The AgentClassifier model is intended to be used for the analysis of central ban
|
|
33 |
|
34 |
### Usage
|
35 |
|
36 |
-
You can use these models in your own applications by leveraging the Hugging Face Transformers library. Below is a Python code snippet demonstrating how to load and use the
|
37 |
|
38 |
```python
|
39 |
from transformers import pipeline
|
|
|
33 |
|
34 |
### Usage
|
35 |
|
36 |
+
You can use these models in your own applications by leveraging the Hugging Face Transformers library. Below is a Python code snippet demonstrating how to load and use the AgentClassifier model:
|
37 |
|
38 |
```python
|
39 |
from transformers import pipeline
|