Instructions to use sarahwei/MITRE-v15-tactic-bert-case-based with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sarahwei/MITRE-v15-tactic-bert-case-based with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sarahwei/MITRE-v15-tactic-bert-case-based")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sarahwei/MITRE-v15-tactic-bert-case-based") model = AutoModelForSequenceClassification.from_pretrained("sarahwei/MITRE-v15-tactic-bert-case-based") - Notebooks
- Google Colab
- Kaggle
data from results
#1
by nekitalek - opened
Hello! Want to ask you about data used to fine-tune and train/test model. Which data u used and how long does it take?
@nekitalek Hi! Thank you for your question. I've already updated the dataset I used to fine tune. Unfortunately, I did not record the exact time when I fine-tuned the model. However, I can provide any other relevant details about the fine-tuning process. Please let me know if you'd like further information.
Yes! I really want to explore the metrics and further information for my exploration