Instructions to use classicakeza5/Legal_act101 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use classicakeza5/Legal_act101 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="classicakeza5/Legal_act101")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("classicakeza5/Legal_act101") model = AutoModelForSequenceClassification.from_pretrained("classicakeza5/Legal_act101") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4000
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 2343386936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af258484ba1dce63d06dcbc96d1e6f020db93bb01401efd5a4620c0ae8a059ae
|
| 3 |
size 2343386936
|