Upload 4 files
Browse files- model-info.pb +3 -0
- model.tflite +3 -0
- passage_embeddings_model_metadata_pb2.py +37 -0
- sentencepiece.model +3 -0
model-info.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0eb5200751469953810b4379174bdcffe263444e54c85b8ecb939559c24cc1f5
|
3 |
+
size 147
|
model.tflite
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8ec9f1d4fbba82b4ff4b9f338e32fb391032ae2ff6fb6462db8f833cedf8eb5
|
3 |
+
size 111683912
|
passage_embeddings_model_metadata_pb2.py
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# -*- coding: utf-8 -*-
|
2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3 |
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4 |
+
# source: passage_embeddings_model_metadata.proto
|
5 |
+
# Protobuf Python Version: 5.27.2
|
6 |
+
"""Generated protocol buffer code."""
|
7 |
+
from google.protobuf import descriptor as _descriptor
|
8 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9 |
+
from google.protobuf import runtime_version as _runtime_version
|
10 |
+
from google.protobuf import symbol_database as _symbol_database
|
11 |
+
from google.protobuf.internal import builder as _builder
|
12 |
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13 |
+
_runtime_version.Domain.PUBLIC,
|
14 |
+
5,
|
15 |
+
27,
|
16 |
+
2,
|
17 |
+
'',
|
18 |
+
'passage_embeddings_model_metadata.proto'
|
19 |
+
)
|
20 |
+
# @@protoc_insertion_point(imports)
|
21 |
+
|
22 |
+
_sym_db = _symbol_database.Default()
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'passage_embeddings_model_metadata.proto\x12\x18history_embeddings.proto\"i\n\x1ePassageEmbeddingsModelMetadata\x12\x19\n\x11input_window_size\x18\x01 \x01(\r\x12\x13\n\x0boutput_size\x18\x02 \x01(\r\x12\x17\n\x0fscore_threshold\x18\x03 \x01(\x01\x42\x02H\x03\x62\x06proto3')
|
28 |
+
|
29 |
+
_globals = globals()
|
30 |
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
31 |
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'passage_embeddings_model_metadata_pb2', _globals)
|
32 |
+
if not _descriptor._USE_C_DESCRIPTORS:
|
33 |
+
_globals['DESCRIPTOR']._loaded_options = None
|
34 |
+
_globals['DESCRIPTOR']._serialized_options = b'H\003'
|
35 |
+
_globals['_PASSAGEEMBEDDINGSMODELMETADATA']._serialized_start=69
|
36 |
+
_globals['_PASSAGEEMBEDDINGSMODELMETADATA']._serialized_end=174
|
37 |
+
# @@protoc_insertion_point(module_scope)
|
sentencepiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:128a5a86dce5ebcbb5dfe3282cfff769b5eea9708c3cd0fed49add3f7f7f1802
|
3 |
+
size 794334
|