kellywong
commited on
Commit
•
4fff3a2
1
Parent(s):
24cf931
Upload model
Browse files- config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"CoherenceMomentumModel"
|
4 |
+
],
|
5 |
+
"contrastive_loss_weight": 0.85,
|
6 |
+
"margin": 0.1,
|
7 |
+
"max_len": 600,
|
8 |
+
"model_size": "base",
|
9 |
+
"momentum_coefficient": 0.9999999,
|
10 |
+
"num_negs": 5,
|
11 |
+
"num_rank_negs": 50,
|
12 |
+
"queue_size": 1000,
|
13 |
+
"torch_dtype": "float32",
|
14 |
+
"transformers_version": "4.21.1"
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86d7435e463ec09b94b345cc5ba3fb1dc334cecc1906f61f94aced336b10999d
|
3 |
+
size 933886213
|