Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Jios/cic2019_no_syn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jios/cic2019_no_syn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Jios/cic2019_no_syn")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Jios/cic2019_no_syn") model = AutoModelForSequenceClassification.from_pretrained("Jios/cic2019_no_syn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
runs/Oct20_18-20-26_af9a3e215c61/events.out.tfevents.1729448427.af9a3e215c61.2757.2
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:57fac3c20fda17b63d2d330b2df518476ac66726340d714430b8639228f76398
|
| 3 |
+
size 9246
|