Instructions to use nanda-rani/TTPXHunter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nanda-rani/TTPXHunter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nanda-rani/TTPXHunter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nanda-rani/TTPXHunter") model = AutoModelForSequenceClassification.from_pretrained("nanda-rani/TTPXHunter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ In summary, **TTPXHunter** serves as a powerful tool in the realm of threat inte
|
|
| 29 |
|
| 30 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 31 |
|
| 32 |
-
- **Developed by:** Nanda Rani
|
| 33 |
<!-- - **Funded by [optional]:** [More Information Needed] -->
|
| 34 |
<!-- - **Shared by [optional]:** [More Information Needed]
|
| 35 |
<!-- - **Model type:** [More Information Needed]
|
|
|
|
| 29 |
|
| 30 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 31 |
|
| 32 |
+
- **Developed by:** Nanda Rani and Bikash Saha
|
| 33 |
<!-- - **Funded by [optional]:** [More Information Needed] -->
|
| 34 |
<!-- - **Shared by [optional]:** [More Information Needed]
|
| 35 |
<!-- - **Model type:** [More Information Needed]
|