render markdown
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 2s
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 2s
This commit is contained in:
parent
372ce92e2e
commit
f0cd6cde78
2 changed files with 1 additions and 7 deletions
|
|
@ -109,13 +109,7 @@ function update(source) {
|
|||
})
|
||||
.append("a")
|
||||
.attr("target", "_blank")
|
||||
.attr(
|
||||
"xlink:href",
|
||||
(d) =>
|
||||
"viewer.html?file=https://git.hackinpovo.it/HackInPovo/resources/raw/branch/main/notes/" +
|
||||
d.name +
|
||||
".md",
|
||||
)
|
||||
.attr("xlink:href", (d) => "viewer.html?file=notes/" + d.name + ".md")
|
||||
.attr("target", "_blank") // ← open in new tab
|
||||
/* .attr("xlink:href", function (d) {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
E’ possibile usare i sentence transformers per poter comunicare con dei messaggi linguisticamente e semanticamente corretti pur nascondendo un senso diverso? Embedda il tuo messaggio, poi ruota il vettore e manda un messaggio di senso compiuto che non può essere ricondotto al senso originario. E fin qui semra tutto ok… Il destinatario (con cui avete concordato la trasformazione dei vettori) la inverte e trova il vettore originario, il primo problema è invertire il processo di embedding (che non è biunivoco), i link di cui sopra si riferiscono a un paper e libreria python per tentare questo passaggio. Poi rimangono da approfondire i dettagli di come proseguire la conversazione fittizia in modo apparentemente sensato.
|
||||
Loading…
Add table
Add a link
Reference in a new issue