Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
Transformers
bert
feature-extraction
text-embeddings-inference
Instructions to use srsawant34/ProTopic-trial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use srsawant34/ProTopic-trial with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("srsawant34/ProTopic-trial") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Transformers
How to use srsawant34/ProTopic-trial with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("srsawant34/ProTopic-trial") model = AutoModel.from_pretrained("srsawant34/ProTopic-trial") - Notebooks
- Google Colab
- Kaggle
Commit ·
3a291b2
1
Parent(s): bb9e869
Upload folder using huggingface_hub
Browse files- checkpoint-13/training_args.bin +1 -1
- checkpoint-26/training_args.bin +1 -1
- runs/Dec08_19-29-47_e64c266ea476/events.out.tfevents.1702063787.e64c266ea476.27857.0 +3 -0
- runs/Dec08_19-32-29_e64c266ea476/events.out.tfevents.1702063949.e64c266ea476.28617.0 +3 -0
- runs/Dec08_20-28-36_e64c266ea476/events.out.tfevents.1702067317.e64c266ea476.41842.0 +3 -0
- runs/Dec08_20-30-35_e64c266ea476/events.out.tfevents.1702067436.e64c266ea476.43146.0 +3 -0
checkpoint-13/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98b3e5dcee91cda6e5cfd8bb8dcf42261d245d6393c7a2c8ef28e3782239d88a
|
| 3 |
size 4664
|
checkpoint-26/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98b3e5dcee91cda6e5cfd8bb8dcf42261d245d6393c7a2c8ef28e3782239d88a
|
| 3 |
size 4664
|
runs/Dec08_19-29-47_e64c266ea476/events.out.tfevents.1702063787.e64c266ea476.27857.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b42c7610370df25245fbacc44a2e8738fb4318e4026fa860fc4c82c444cdbdc3
|
| 3 |
+
size 4315
|
runs/Dec08_19-32-29_e64c266ea476/events.out.tfevents.1702063949.e64c266ea476.28617.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1fe281fd7bcee389c4a3b35e88bdbff4a6daeca11f984a3239aabcdda1038c7
|
| 3 |
+
size 4315
|
runs/Dec08_20-28-36_e64c266ea476/events.out.tfevents.1702067317.e64c266ea476.41842.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e4c28b7b0f152f890ddb1a340350d4b5c1026eb94b69f90c087bb32c9bb2d02
|
| 3 |
+
size 3813
|
runs/Dec08_20-30-35_e64c266ea476/events.out.tfevents.1702067436.e64c266ea476.43146.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef5e78c4351dc3360f7ad180ca8b19ac5aea47381a5392698cd751c7ec7b9e2e
|
| 3 |
+
size 4315
|