Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use ThuyNT03/CS505-Dev-CSI-videberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThuyNT03/CS505-Dev-CSI-videberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThuyNT03/CS505-Dev-CSI-videberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThuyNT03/CS505-Dev-CSI-videberta-base") model = AutoModelForSequenceClassification.from_pretrained("ThuyNT03/CS505-Dev-CSI-videberta-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1965
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737412072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34fd6d4f9cfdcbf3b87b0fb37c36a63782425eb7cf547db14706a00eddb1625b
|
| 3 |
size 737412072
|
runs/Jul07_17-04-13_33bb52082a8d/events.out.tfevents.1720371854.33bb52082a8d.946.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:ed86c187db1a55d363bec466f57d7c78402f78ad668034a6c7361bd3364890d4
|
| 3 |
+
size 8553
|