File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def __init__(self,
5151 self .texts_path = os .path .join (data_dir , 'texts.jsonl' )
5252 config_path = os .path .join (data_dir , 'version.json' )
5353
54- # Freeze the current configuration of the Embeddings Creator.
54+ # Freeze the current configuration of the Creator.
5555 config = {
5656 'data_version' : DATA_VERSION ,
5757 'model' : self .model_name ,
@@ -70,7 +70,7 @@ def __init__(self,
7070 if not os .path .exists (file ):
7171 with open (file , 'wb' ) as _ : pass
7272
73- # Store the current configuration of the Embeddings Creator.
73+ # Store the current configuration of the Creator.
7474 save_json (config_path , config )
7575
7676 def create (self ) -> None :
Original file line number Diff line number Diff line change 11DATA_VERSION : int = 1
2- """A version number that flags whether data is compatible with the current version of the Open Australian Legal Embeddings Creator."""
2+ """A version number that flags whether data is compatible with the current version of the Creator."""
You can’t perform that action at this time.
0 commit comments