A-Roucher
commited on
Commit
·
d3b59ef
1
Parent(s):
0bff0fd
just checking if space reacts
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ st.write(x, 'squared is', x * x)
|
|
8 |
st.sidebar.text_input("Type your quote here")
|
9 |
|
10 |
dataset = datasets.load_dataset('A-Roucher/english_historical_quotes', download_mode="force_redownload")
|
|
|
11 |
dataset = dataset['train']
|
12 |
|
13 |
model_name = "sentence-transformers/all-MiniLM-L6-v2" # BAAI/bge-small-en-v1.5" # "Cohere/Cohere-embed-english-light-v3.0" # "sentence-transformers/all-MiniLM-L6-v2"
|
|
|
8 |
st.sidebar.text_input("Type your quote here")
|
9 |
|
10 |
dataset = datasets.load_dataset('A-Roucher/english_historical_quotes', download_mode="force_redownload")
|
11 |
+
|
12 |
dataset = dataset['train']
|
13 |
|
14 |
model_name = "sentence-transformers/all-MiniLM-L6-v2" # BAAI/bge-small-en-v1.5" # "Cohere/Cohere-embed-english-light-v3.0" # "sentence-transformers/all-MiniLM-L6-v2"
|