Instructions to use anhuu/argument_relation_classification_UKP_sentence_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anhuu/argument_relation_classification_UKP_sentence_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anhuu/argument_relation_classification_UKP_sentence_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anhuu/argument_relation_classification_UKP_sentence_bert") model = AutoModelForSequenceClassification.from_pretrained("anhuu/argument_relation_classification_UKP_sentence_bert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438011442
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:756c609bb08efcf3df7dba704acd5e27e94313788458ed68a15d6602f888a784
|
| 3 |
size 438011442
|
runs/May06_23-23-03_42e372ce7986/events.out.tfevents.1715037872.42e372ce7986.1101.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c35e8d98300c829d64b86b08c2fa12f1036e06d1217f918415d9c8db216cdd91
|
| 3 |
+
size 4184
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1383aa4944f1633f4eb138b78b18dbf92c4e9c2d2048fc26e7e4b954433676e6
|
| 3 |
size 4472
|