Block or Report
Block or report Victorwz
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
zs-nmt-dae Public
Official implementation of EMNLP 2021 Paper "Rethinking Zero-shot Neural Machine Translation: From a Perspective of Latent Variables"
-
tod_as_nlg Public
Official implementation of SIGIR 2022 Paper "Task-Oriented Dialogue System as Natural Language Generation".
-
awesome_NLP_models Public
PyTorch implementations for several NLP classical models, following Rutgers CS533 course.
Python
-
duyichao/E2E-ST-TDA Public
Official implementation of AAAI'2022 paper "Regularizing End-to-End Speech Translation with Triangular Decomposition Agreement"
-
67 contributions in the last year
Contribution activity
March 2023
Created 10 commits in 4 repositories
Created 1 repository
Opened 1 pull request in 1 repository
openai/chatgpt-retrieval-plugin
1
merged
Created an issue in openai/chatgpt-retrieval-plugin that received 1 comment
Tokenization Bug in services.chunks.py
Line 81-89:
chunk_text = chunk_text.replace("\n", " ").strip()
if len(chunk_text) > MIN_CHUNK_LENGTH_TO_EMBED:
chunks.append(chunk_text)
tokens = …


