ypesk commited on
Commit
3a019fe
·
verified ·
1 Parent(s): b18c63e

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. tasks/text.py +2 -0
tasks/text.py CHANGED
@@ -6,6 +6,8 @@ import random
6
  import numpy as np
7
  from huggingface_hub import PyTorchModelHubMixin
8
  from tqdm import tqdm, trange
 
 
9
 
10
  import torch
11
  import torch.nn as nn
 
6
  import numpy as np
7
  from huggingface_hub import PyTorchModelHubMixin
8
  from tqdm import tqdm, trange
9
+ from sentence_transformers import SentenceTransformer
10
+
11
 
12
  import torch
13
  import torch.nn as nn