Instructions to use htdung167/ViLegalBERT-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use htdung167/ViLegalBERT-v0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="htdung167/ViLegalBERT-v0")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("htdung167/ViLegalBERT-v0") model = AutoModelForMaskedLM.from_pretrained("htdung167/ViLegalBERT-v0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 103620
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1113205088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c57021285a72464e324ed4ded50aba2dc27d5a87ca288ee502e16f6eb98ba79b
|
| 3 |
size 1113205088
|