Instructions to use archi-ai/Indo-LegalBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use archi-ai/Indo-LegalBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="archi-ai/Indo-LegalBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("archi-ai/Indo-LegalBERT") model = AutoModelForMaskedLM.from_pretrained("archi-ai/Indo-LegalBERT") - Notebooks
- Google Colab
- Kaggle
Commit ·
7b1e46f
1
Parent(s): 6540e9c
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
model-index:
|
| 7 |
- name: Indonesian-LegalBERT-lite
|
| 8 |
results: []
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -54,4 +56,4 @@ The following hyperparameters were used during training:
|
|
| 54 |
- Transformers 4.31.0
|
| 55 |
- Pytorch 2.0.1+cu118
|
| 56 |
- Datasets 2.14.0
|
| 57 |
-
- Tokenizers 0.13.3
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: Indonesian-LegalBERT-lite
|
| 8 |
results: []
|
| 9 |
+
language:
|
| 10 |
+
- id
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 56 |
- Transformers 4.31.0
|
| 57 |
- Pytorch 2.0.1+cu118
|
| 58 |
- Datasets 2.14.0
|
| 59 |
+
- Tokenizers 0.13.3
|