Xiaoxi Luo
Xiaoxi Luo
### Discussed in https://github.com/explosion/spaCy/discussions/13634 Originally posted by **LuoXiaoxi-cxq** September 26, 2024 I was running the training part of the [self-attentive-parser] (https://github.com/nikitakit/self-attentive-parser), where I met this error (probably caused by version...
I wanted to train a Chinese model and ran the following command from [EXPERIMENTS.md](https://github.com/nikitakit/self-attentive-parser/blob/master/EXPERIMENTS.md): ```shell python src/main.py train \ --train-path "data/ctb_5.1/ctb.train" \ --dev-path "data/ctb_5.1/ctb.dev" \ --text-processing "chinese" \ --use-pretrained --pretrained-model...
Hello, thank you for your code. When I was running the notebook `causal_trace.ipynb` locally, I met the following error in the fourth cell (the cell for imports). ``` Cell In[4],...
Hi, thank you for your awesome code! However, when I tried to reproduce your results in _Language Model Inversion_, I couldn't find a quick start guide. Most examples and existing...
Hi, I have a small question about MEND edit procedure in test time: In your paper's Algorithm 2, line 7 (updating the weight matrix of layer $l$), you wrote $\tilde{W}_l...
Hello, thank you for your awesome work! I have several questions about "segment". 1) How do you define segment, or how do you distinguish "segment" from "consonant clusters"? For example,...