Moritz-Pfeifer commited on
Commit
134b326
·
verified ·
1 Parent(s): 57e1e40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 use the FT-News classification model:
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