Instructions to use sivan22/halacha-siman-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sivan22/halacha-siman-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sivan22/halacha-siman-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sivan22/halacha-siman-classifier") model = AutoModelForSequenceClassification.from_pretrained("sivan22/halacha-siman-classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 739548900
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faaf5e524162c1e38d2da2303353b580d146d313b2c3312ae80464bec95e95ab
|
| 3 |
size 739548900
|
runs/Nov30_14-21-56_nu5auvybu4/events.out.tfevents.1701354116.nu5auvybu4.32.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:529b12e0a8b8929a65e3f55a1b74b0d9634d357164c8c9d3af75395e4d33cde8
|
| 3 |
+
size 48921
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4143
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e1f6243c7c34a4e5efed49d00e8ea51edaee8ef91d02b32ff9cfdb87cb363cd
|
| 3 |
size 4143
|