Spaces:
Sleeping
Sleeping
JuliaWolken
commited on
Commit
•
101afc6
1
Parent(s):
63d76be
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ chunks_df = dataset.to_pandas()
|
|
13 |
|
14 |
model = SentenceTransformer('JuliaWolken/fine_tuned_model_with_triplets')
|
15 |
|
16 |
-
|
17 |
original_chunks = chunks_df['Chunk'].tolist()
|
18 |
|
19 |
|
|
|
13 |
|
14 |
model = SentenceTransformer('JuliaWolken/fine_tuned_model_with_triplets')
|
15 |
|
16 |
+
|
17 |
original_chunks = chunks_df['Chunk'].tolist()
|
18 |
|
19 |
|