Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliuca committed Mar 30, 2024
1 parent 7e541d6 commit fc53853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ All of the datasets used in the project
| [Wikidata](https://www.wikidata.org/) | || | | [CC0](https://www.wikidata.org/wiki/Wikidata:Copyright) |
| [Tensei Shitara Slime Datta Ken Wiki](https://tensura.fandom.com/) | | ☑️ in task | | | [CC BY-SA](https://www.fandom.com/licensing) |
| [WMT 2023](https://www2.statmt.org/wmt23/) | | | || [for research](https://www2.statmt.org/wmt23/translation-task.html#_data) |
| Tensei Shitara Slime Datta Ken Web Novel & web translations | ☑️ in task | | || Not included translation memory |
| Tensei Shitara Slime Datta Ken Web Novel & web translations | ☑️ in task | | || Not used for training or redistribution |



Expand Down
7 changes: 3 additions & 4 deletions src/t_ragx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
import numpy as np
from tqdm.auto import tqdm

from .processors import ElasticInputProcessor
from .processors import BaseInputProcessor
from .models.AggregationModel import CometAggregationModel
from .models.BaseModel import BaseModel
from t_ragx.processors import ElasticInputProcessor, BaseInputProcessor
from t_ragx.models.AggregationModel import CometAggregationModel
from t_ragx.models.BaseModel import BaseModel


class TRagx:
Expand Down

0 comments on commit fc53853

Please sign in to comment.