Instructions to use barghavani/MITRE_cybersecurity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use barghavani/MITRE_cybersecurity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="barghavani/MITRE_cybersecurity")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("barghavani/MITRE_cybersecurity") model = AutoModelForTokenClassification.from_pretrained("barghavani/MITRE_cybersecurity", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
caf180b
1
Parent(s): bf119d7
Training in progress, step 3500
Browse files
logs/events.out.tfevents.1701623259.af51400ffc19.1384.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd79ab9e67d7835bfd31f7cbafffe486327795f1ecb62dd806f4875f5b601bbd
|
| 3 |
+
size 10060
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496265620
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01bf4793114dbafb72d28ffad32efbe3e9ba53c0d6097f6099ee312e6409b1a7
|
| 3 |
size 496265620
|