Instructions to use AlanRobotics/rubert-siamese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlanRobotics/rubert-siamese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AlanRobotics/rubert-siamese", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlanRobotics/rubert-siamese", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
8335b43
1
Parent(s): d6241d3
Upload model
Browse files- config.json +8 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SiamseNNModel"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "siamese",
|
| 6 |
+
"torch_dtype": "float32",
|
| 7 |
+
"transformers_version": "4.24.0"
|
| 8 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1361d080a1b13c3b6ad04c5b554a3b38cc736d77e1fe5d90f09970e20b21ed76
|
| 3 |
+
size 47161311
|