Skip to content

Commit

Permalink
Add 1D sentence plots
Browse files Browse the repository at this point in the history
Change arXiv category in README
  • Loading branch information
Hermitao committed Mar 15, 2024
1 parent 236664b commit 194907a
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ If you find our work useful, please [cite our paper](https://github.com/llm-secu
year={2024},
eprint={},
archivePrefix={arXiv},
primaryClass={cs.AI}
primaryClass={cs.CL}
}
```
Binary file removed embeddings.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def prediction_pipeline(*args, **kwargs):

print("Creating prediction pipeline...")
pipeline = PredictionPipeline(model)
print('Pipeline created successfully. Use PredictionPipeline.predict("{text}") to classify prompts.')
print('Pipeline created successfully. Use PredictionPipeline.predict(text) to classify prompts.')

return pipeline

Expand Down
Loading

0 comments on commit 194907a

Please sign in to comment.