Text Classification
Transformers
PyTorch
Safetensors
Vietnamese
roberta
transfomer
sbert
legaltext
vietnamese
Instructions to use hmthanh/VietnamLegalText-SBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hmthanh/VietnamLegalText-SBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hmthanh/VietnamLegalText-SBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hmthanh/VietnamLegalText-SBERT") model = AutoModelForSequenceClassification.from_pretrained("hmthanh/VietnamLegalText-SBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
de8273c
1
Parent(s): b19174f
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (3923e510971bd736d7c2c702f576f14e8b5680ab)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7daf4f35ab7a25fbed1170d91670c6625a7a2ed700ceaf3a18c6d08d0555b116
|
| 3 |
+
size 540025536
|