Text Classification
Transformers
Safetensors
English
deberta-v2
nli
natural-language-inference
knowledge-distillation
srl
self-reflective-learning
biomedical-nlp
aethermind
student-model
text-embeddings-inference
Instructions to use samerzaher80/AetherMind_SRL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use samerzaher80/AetherMind_SRL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="samerzaher80/AetherMind_SRL")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("samerzaher80/AetherMind_SRL") model = AutoModelForSequenceClassification.from_pretrained("samerzaher80/AetherMind_SRL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 8 files
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 737722356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee5336993ee77dfae61a6c6953c71ada9b47843b434d130e9a2b6ea9eb0bdf8a
|
| 3 |
size 737722356
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8897b82863ca8d5876658fa12b5c2aa1c2dc46c3d9a7ed5d6d129fa2793a6ea2
|
| 3 |
size 5560
|