Moritz-Pfeifer
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ The model is intended to be used for any analysis where the reputation, legitima
|
|
30 |
|
31 |
### Usage
|
32 |
|
33 |
-
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
|
34 |
|
35 |
```python
|
36 |
from peft import AutoPeftModelForCausalLM
|
|
|
30 |
|
31 |
### Usage
|
32 |
|
33 |
+
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 inference with the FT-News classification model:
|
34 |
|
35 |
```python
|
36 |
from peft import AutoPeftModelForCausalLM
|