davanstrien HF staff commited on
Commit
000da71
1 Parent(s): 26c371b

davanstrien/colbert-query

Browse files
1_Dense/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9f1f94f6285d94e2fac371142696293d8a71bf036fb47543f3f34ca53d0293a
3
  size 393304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec071d172bd45a596e95228bd7adf9c9b5ce5c3ad55ae00e604413c6fc1346c4
3
  size 393304
README.md CHANGED
The diff for this file is too large to render. See raw diff
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "colbert-ir/colbertv2.0",
3
  "architectures": [
4
  "BertModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertModel"
5
  ],
config_sentence_transformers.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "__version__": {
3
- "sentence_transformers": "3.1.0",
4
  "transformers": "4.44.2",
5
- "pytorch": "2.4.0+cu121"
6
  },
7
  "prompts": {},
8
  "default_prompt_name": null,
 
1
  {
2
  "__version__": {
3
+ "sentence_transformers": "3.0.1",
4
  "transformers": "4.44.2",
5
+ "pytorch": "2.4.1+cu121"
6
  },
7
  "prompts": {},
8
  "default_prompt_name": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02e1b889bac371c2ebf9ae98aee958c662028964875d4feaefce92e104261ee3
3
- size 435594920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:676c138a5a978dc0a18661e533d1fa55654be2dbb8d28a64590667b33887d528
3
+ size 437957472
modules.json CHANGED
@@ -9,6 +9,6 @@
9
  "idx": 1,
10
  "name": "1",
11
  "path": "1_Dense",
12
- "type": "pylate.models.Dense.Dense"
13
  }
14
  ]
 
9
  "idx": 1,
10
  "name": "1",
11
  "path": "1_Dense",
12
+ "type": "pylate.models.Dense"
13
  }
14
  ]
runs/Oct15_10-28-47_8cfde7e1226d/events.out.tfevents.1728988133.8cfde7e1226d.2306.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05b419deac93de364ddaf26ec96b18c0de27cf9850e7bd395673ea343a8cad68
3
+ size 4311
runs/Oct15_10-31-47_8cfde7e1226d/events.out.tfevents.1728988312.8cfde7e1226d.3844.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf25e543a8f932ade276a9d656681dbc42332820381d3087ef5765145c30926f
3
+ size 4311
runs/Oct15_10-35-29_8cfde7e1226d/events.out.tfevents.1728988534.8cfde7e1226d.3844.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21d9969dd3b5e175fa1ccd292fd4c026c128ccf73689080d6917de7a352b0964
3
+ size 4659
runs/Oct15_10-42-21_8cfde7e1226d/events.out.tfevents.1728988947.8cfde7e1226d.3844.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef02b8e8ed4ed8ec2ec37975ae001a857ccded646ac1af55c752d07b30be26a
3
+ size 4666
special_tokens_map.json CHANGED
@@ -1,31 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
  "pad_token": "[MASK]",
17
- "sep_token": {
18
- "content": "[SEP]",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- },
24
- "unk_token": {
25
- "content": "[UNK]",
26
- "lstrip": false,
27
- "normalized": false,
28
- "rstrip": false,
29
- "single_word": false
30
- }
31
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
 
 
 
 
 
 
 
 
 
 
 
 
4
  "pad_token": "[MASK]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e8e86888598249c65a67a5366223bd8153e6255ced046d285d3d4bd594698a6
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40ec36b68d57cdb7389a3c7786a95179e0897e6ec48424f459680c5c30717d8b
3
  size 5496