npedrazzini commited on
Commit
3eb4aa8
·
verified ·
1 Parent(s): 5b2d9fd

Update continuous_time_embedding.py

Browse files
Files changed (1) hide show
  1. continuous_time_embedding.py +1 -1
continuous_time_embedding.py CHANGED
@@ -8,7 +8,7 @@ injected at the input layer. You need this file to load and query it.
8
  Usage:
9
  from continuous_time_embedding import load_continuous_time_model
10
 
11
- tokenizer, model = load_continuous_time_model("npedrazzini/NewsBERT_1800-1920-Temporal")
12
 
13
  """
14
 
 
8
  Usage:
9
  from continuous_time_embedding import load_continuous_time_model
10
 
11
+ tokenizer, model = load_continuous_time_model("TextMachineProject/NewsBERT_1800-1920-Temporal")
12
 
13
  """
14