Instructions to use LambdaX-AI/rlConNLI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LambdaX-AI/rlConNLI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LambdaX-AI/rlConNLI")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LambdaX-AI/rlConNLI") model = AutoModelForSequenceClassification.from_pretrained("LambdaX-AI/rlConNLI") - Notebooks
- Google Colab
- Kaggle
Stuti Agarwal commited on
Upload pytorch_model.pt
Browse files- .gitattributes +1 -0
- pytorch_model.pt +3 -0
.gitattributes
CHANGED
|
@@ -7,3 +7,4 @@
|
|
| 7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
pytorch_model.pt filter=lfs diff=lfs merge=lfs -text
|
pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c184954d6d6b142a5a9de4262cf8c568178b7bae74ad013078fd04fe8720554a
|
| 3 |
+
size 1421587910
|