Instructions to use mgh6/TCS_Pair with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mgh6/TCS_Pair with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mgh6/TCS_Pair")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mgh6/TCS_Pair") model = AutoModelForSequenceClassification.from_pretrained("mgh6/TCS_Pair", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 136054377
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0f4782669994325d61c1f9863b9133dc032a983368ca276155aa45b96106fe6
|
| 3 |
size 136054377
|
runs/Dec12_06-49-33_bc13u23n1/events.out.tfevents.1702385377.bc13u23n1.52739.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20424119fdcb3e25f6522c53e69449bafdc741621bdc588ceca93683d744dfa4
|
| 3 |
+
size 29802
|