SonyaX20
commited on
Commit
·
822abee
1
Parent(s):
e2bdf2b
new
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@ import torch
|
|
5 |
import numpy as np
|
6 |
from sklearn.manifold import TSNE
|
7 |
import matplotlib.pyplot as plt
|
8 |
-
import io
|
9 |
-
import base64
|
10 |
|
11 |
# 加载预训练模型和分词器
|
12 |
MODEL_NAME = "bert-base-chinese"
|
|
|
5 |
import numpy as np
|
6 |
from sklearn.manifold import TSNE
|
7 |
import matplotlib.pyplot as plt
|
|
|
|
|
8 |
|
9 |
# 加载预训练模型和分词器
|
10 |
MODEL_NAME = "bert-base-chinese"
|