-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
129f7d6
commit 5df58ad
Showing
12 changed files
with
94 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM python:3.8 | ||
FROM python:3.10-slim | ||
|
||
RUN pip install https://github.com/MartinoMensio/spacy-universal-sentence-encoder/releases/download/v0.4.5/en_use_lg-0.4.5.tar.gz#en_use_lg-0.4.5 | ||
RUN pip install https://github.com/MartinoMensio/spacy-universal-sentence-encoder/releases/download/v0.4.6/en_use_lg-0.4.6.tar.gz#en_use_lg-0.4.6 | ||
|
||
CMD bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "en", | ||
"name": "use_cmlm_lg", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder[multi]>=0.4.5" | ||
"spacy-universal-sentence-encoder[multi]>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder CMLM English Large", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/en-large", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder CMLM English Large", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/en-large", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 768, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "en", | ||
"name": "use_cmlm_md", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder[multi]>=0.4.5" | ||
"spacy-universal-sentence-encoder[multi]>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder CMLM English Base", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/en-base", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder CMLM English Base", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/en-base", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 768, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "en", | ||
"name": "use_lg", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder>=0.4.5" | ||
"spacy-universal-sentence-encoder>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder - Large", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-large", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder - Large", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-large", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 512, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "en", | ||
"name": "use_md", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder>=0.4.5" | ||
"spacy-universal-sentence-encoder>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 512, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "xx", | ||
"name": "use_cmlm", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder[multi]>=0.4.5" | ||
"spacy-universal-sentence-encoder[multi]>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder CMLM", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/multilingual-base/", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder CMLM", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/multilingual-base/", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 768, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "xx", | ||
"name": "use_cmlm_br", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder[multi]>=0.4.5" | ||
"spacy-universal-sentence-encoder[multi]>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder CMLM Bitext Retrieval Model", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/multilingual-base-br", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder CMLM Bitext Retrieval Model", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-cmlm/multilingual-base-br", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 768, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "xx", | ||
"name": "use_lg", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder[multi]>=0.4.5" | ||
"spacy-universal-sentence-encoder[multi]>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder Multilingual - Large", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-multilingual-large", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder Multilingual - Large", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-multilingual-large", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 512, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"lang": "xx", | ||
"name": "use_md", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"spacy_version": ">=3.0,<4.0", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy-universal-sentence-encoder[multi]>=0.4.5" | ||
"spacy-universal-sentence-encoder[multi]>=0.4.6" | ||
], | ||
"sources": [ | ||
{ | ||
"name": "Universal Sentence Encoder Multilingual", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-multilingual", | ||
"license": "Apache-2.0" | ||
} | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder Multilingual", | ||
"url": "https://tfhub.dev/google/universal-sentence-encoder-multilingual", | ||
"license": "Apache-2.0" | ||
}], | ||
"vectors": { | ||
"width": 512, | ||
"vectors": 0, | ||
|
@@ -30,7 +32,5 @@ | |
"universal_sentence_encoder": "universal_sentence_encoder", | ||
"sentencizer": "sentencizer" | ||
}, | ||
"labels": { | ||
|
||
} | ||
"labels": {} | ||
} |