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 ·
eb31349
1
Parent(s): d87173c
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,4 @@ Adaptasi IndoBERT pada korpus hukum sebesar 10.000 dokumen yang terdiri dari dok
|
|
| 14 |
- **Developed by:** Maula Irfani, Netri Alia Rahmi, Edric Boby Tri Raharjo
|
| 15 |
- **Model type:** Language model
|
| 16 |
- **Language(s) (NLP):** id
|
| 17 |
-
- **License:** mit
|
| 18 |
-
|
| 19 |
-
# How to Get Started with the Model
|
| 20 |
-
|
| 21 |
-
Use the code below to get started with the model.
|
|
|
|
| 14 |
- **Developed by:** Maula Irfani, Netri Alia Rahmi, Edric Boby Tri Raharjo
|
| 15 |
- **Model type:** Language model
|
| 16 |
- **Language(s) (NLP):** id
|
| 17 |
+
- **License:** mit
|
|
|
|
|
|
|
|
|
|
|
|