Add new SentenceTransformer model.
Browse files- .gitattributes +2 -0
- README.md +10 -2
.gitattributes
CHANGED
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
38 |
+
.git/lfs/objects/c2/02/c202c2904979914d10811ca26aaf9672c41820a3d25cb432040fe1405be30ffb filter=lfs diff=lfs merge=lfs -text
|
39 |
+
.git/lfs/objects/c1/8b/c18b358dbd0bbf823fb81ba9f0df77ed11f19ae1bb6ba900489189c4ea9b6780 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -31,8 +31,16 @@ tags:
|
|
31 |
datasets:
|
32 |
- clips/mfaq
|
33 |
widget:
|
34 |
-
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
37 |
|
38 |
# MFAQ
|
|
|
31 |
datasets:
|
32 |
- clips/mfaq
|
33 |
widget:
|
34 |
+
- source_sentence: <Q>How many models can I host on HuggingFace?
|
35 |
+
sentences:
|
36 |
+
- <A>All plans come with unlimited private models and datasets.
|
37 |
+
- >-
|
38 |
+
<A>AutoNLP is an automatic way to train and deploy state-of-the-art NLP
|
39 |
+
models, seamlessly integrated with the Hugging Face ecosystem.
|
40 |
+
- >-
|
41 |
+
<A>Based on how much training data and model variants are created, we send
|
42 |
+
you a compute cost and payment link - as low as $10 per job.
|
43 |
+
example_title: Sentence Similarity
|
44 |
---
|
45 |
|
46 |
# MFAQ
|