Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from tqdm import tqdm
|
|
| 10 |
import os
|
| 11 |
from tensorflow.python.client import device_lib
|
| 12 |
|
| 13 |
-
model = TFBertModel.from_pretrained('
|
| 14 |
|
| 15 |
def sentence_convert_data(data):
|
| 16 |
global tokenizer
|
|
|
|
| 10 |
import os
|
| 11 |
from tensorflow.python.client import device_lib
|
| 12 |
|
| 13 |
+
model = TFBertModel.from_pretrained('./huggingface_bert.h5')
|
| 14 |
|
| 15 |
def sentence_convert_data(data):
|
| 16 |
global tokenizer
|