-
Στο τελευταίο layer δεν θα πρέπει να έχουμε κάποιο softmax layer? Σε εμάς χωρίς αυτό το Loss δεν τείνει στο 0. Επίσης συνολικά η αρχιτεκτονική του δικτύου θα πρέπει να είναι κάτι της μορφής:
input->…
-
-
For knowledge representation and reasoning tasks, it is valuable to represent the information in a sentence in some kind of nested attribute value form. I am working on such a form in my fork. Here ar…
-
Originally posted https://forums.buildingsmart.org/t/must-mappedrepresentations-come-from-the-corresponding-ifc-type/3361 and quoted below.
There are a number of quotes in the IFC docs that suggest…
Moult updated
2 years ago
-
Here's an idea that has been on my mind for some time:
Currently NMonkey supports encoding-decoding of sequences of tokens [batch_size, max_seq_len], which is then represented in embedding space as…
-
If there are more than 1 flows in scenarios, can the report be more descriptive to tell which http method has which graphical representation. Maybe just have a couple of sentences describing the http …
-
I'm using using BERTopic 0.16.2 and I'm trying to understand why about a third of my documents are categorized as outliers. `len(docs)` is 7578 and the number of documents in my largest topics are
`…
-
Using BERTopic for some research task, I am getting:
`ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was …
-
Hi everyone,
I'm trying to find a tool/library that could help me display as phonetics specific sentences.
I'm trying to display, in french, the current sentences:
"J'aime les animaux" and the…
-
import openai
from bertopic.representation import KeyBERTInspired, MaximalMarginalRelevance, OpenAI, PartOfSpeech
# KeyBERT
keybert_model = KeyBERTInspired()
# GPT-3.5
prompt = """
I have …