test / app.py

Commit History

Changing a minor documentation issue
c9f5c49

hacpdsae2023 commited on

added documentation as markdown and rounded score
4d072c1

hacpdsae2023 commited on

Adding most likely topic
ad3e5f6

hacpdsae2023 commited on

still trying to fix the tensor to float
22605df

hacpdsae2023 commited on

still trying to fix the tensor to float: this time tolist()
3eb3ce8

hacpdsae2023 commited on

Fixing the tensor to float via torch
a8114b5

hacpdsae2023 commited on

Modified the score to get the number not the tensor
366746e

hacpdsae2023 commited on

adding the util library
c319aca

hacpdsae2023 commited on

Adding the score relative to the selected topic
4b945ef

hacpdsae2023 commited on

Changing the app: removing the slider and adding a section to find most likely topic of example
376e087

hacpdsae2023 commited on

Documenting - adding markdowns
094d202

hacpdsae2023 commited on

updated download button
90a444c

hacpdsae2023 commited on

corrected name of output file
bb4867f

hacpdsae2023 commited on

Adding download option
94f8c57

hacpdsae2023 commited on

correcting name of embedding
3152fdc

hacpdsae2023 commited on

corrected typo on header
a3ce6a9

hacpdsae2023 commited on

corrected typo - forgot to close parenthesis
d952d3e

hacpdsae2023 commited on

Corrected position of .head
ba3e19e

hacpdsae2023 commited on

Computing cosine distance to topics
e7c7d84

hacpdsae2023 commited on

Correcting a typo on uploaded_file2
48d4abb

hacpdsae2023 commited on

Changing the order of the write of the df
9acd316

hacpdsae2023 commited on

Adding upload sentence list, topic list and write them
3dfdc35

hacpdsae2023 commited on

Fixing the way the sentence was displayed
68fd8e0

hacpdsae2023 commited on

Added index to write the position of the embedding
6c10797

hacpdsae2023 commited on

Putting input sentence in a list; changing the output syntax
336ea26

hacpdsae2023 commited on

Original approach did not work - debugging
18aa47b

hacpdsae2023 commited on

correcting error - embedding input sentence, not sentence
581cd9f

hacpdsae2023 commited on

Changing the order of the execution of the embedding - it can be very inefficient though
7211aaa

hacpdsae2023 commited on

Adding input text to be embedded
00e69cc

hacpdsae2023 commited on

Showing only first element of example embedding
7a0ff5a

hacpdsae2023 commited on

Add embedding
2430162

HACP commited on

Add corrected if identation
5b6d5fb

HACP commited on

Add corrected character
748cfae

HACP commited on

Add upload file option
4b1c6eb

HACP commited on

Add application file
d727a16

HACP commited on