Yucheng Li

Results 14 issues of Yucheng Li

如题。 因为看了example不是很能理解这个repo的内容和功能。

We have two attention matrix in `Class Selector` One is `relation_matrix`, the other one is `attention_matrix`. Both of them is a matrix with shape`(num_class, hidden_states)`. I have checked in OpenNRE...

Source code use nn.Embedding to load pretrained word embedding ``` nn.Embedding(self.config.data_word_vec.shape[0], self.config.data_word_vec.shape[1]) self.word_embedding.weight.data.copy_(torch.from_numpy(self.config.data_word_vec)) ``` actually optimizer will update both **Embedding layer**. Is that a bug or just on propose?

Just a simple question: The chat interface looks really nice. I wonder what are the libraries for this? I found no clues in readme.md as well as the code. So...

question
deespeed chat

I have used LangChain heavily in my two LLMs demos. Really appreciate for your efforts on building such a great platform! I recently designed a **prompt compression tool** which allows...

We are aware that the knowledge cutoff date for Llama-2 series models are Sep 2022 according to their model card. What's the knowledge cutoff date for CodeLlama? Neither the model...

Zhihu badge broken due to the api stop working. See below. ![image](https://github.com/spencerwooo/substats/assets/27999909/1a90528e-cf3b-4042-8b3f-2c637411f4c3) Reason of error: api broken `https://api.swo.moe/stats/zhihu/li-yu-cheng-15` throws: `{"source":"zhihu","key":"li-yu-cheng-15","failed":true,"message":"请求参数异常,请升级客户端后重试。"}`

bug

Nice job for the dataset! A simple question. In `en_train_set.json`, there is scenes, dialogues, and attributes. So basically everything's there. Does that mean we can just use the traing file...