-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release 0.2.0, now depending on text-utils>=0.2.1
- Loading branch information
1 parent
cf62a05
commit 287f34e
Showing
16 changed files
with
144 additions
and
148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "third_party/text-correction-utils"] | ||
path = third_party/text-correction-utils | ||
url = https://github.com/bastiscode/text-correction-utils | ||
[submodule "third_party/text-utils"] | ||
path = third_party/text-utils | ||
url = https://github.com/ad-freiburg/text-utils |
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
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
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,14 +1,13 @@ | ||
port: 40000 | ||
timeout: 10 | ||
# precision: fp16 | ||
# allow_origin: test.mydomain.com | ||
base_url: env(BASE_URL:/api) | ||
models: | ||
# load a pretrained model by specifying the name | ||
# - eo_large_arxiv | ||
# - name: eo_large_arxiv | ||
# load a model from a local experiment by specifying the | ||
# directory path (you can use special configuration operators, | ||
# e.g. env(ENV_VAR) to load env variables) | ||
- env(EXPERIMENT) | ||
- path: env(EXPERIMENT) | ||
batch_size: env(BATCH_SIZE:16) | ||
# batch_max_tokens: env(BATCH_MAX_TOKENS:8192) |
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,6 +1,6 @@ | ||
[project] | ||
name = "whitespace_correction" | ||
version = "0.1.5" | ||
version = "0.2.0" | ||
description = "Correct missing or spurious whitespaces in text." | ||
authors = [ | ||
{ name = "Sebastian Walter", email = "[email protected]" } | ||
|
@@ -20,7 +20,7 @@ classifiers = [ | |
] | ||
|
||
dependencies = [ | ||
"text-correction-utils==0.1.4", | ||
"dtpu>=0.2.1", | ||
"transformers>=4.26.0" | ||
] | ||
|
||
|
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
Oops, something went wrong.