Hi @humanlee1011, thank you for providing the implementation.
I am currently working with the HDFS dataset and attempting to compute sentence embeddings using the Bert Encoder. However, after reviewing the code in the repository, it appears that the current version only supports the word2vectorEncoder model for computing sentence embeddings using FastText.
I also have noticed that there is a BertEncoder.py file in the repository that is used to generate template embeddings. Can I use this file to extract semantic information for log sentences in the same way that is done in word2vecEncoder.py? If so, could you please provide guidance or documentation on how to implement this using the BertEncoder.py file?
Thanks
Hi @humanlee1011, thank you for providing the implementation.
I am currently working with the
HDFSdataset and attempting to compute sentence embeddings using the Bert Encoder. However, after reviewing the code in the repository, it appears that the current version only supports the word2vectorEncoder model for computing sentence embeddings usingFastText.I also have noticed that there is a
BertEncoder.pyfile in the repository that is used to generate template embeddings. Can I use this file to extract semantic information for log sentences in the same way that is done inword2vecEncoder.py? If so, could you please provide guidance or documentation on how to implement this using theBertEncoder.pyfile?Thanks