pengjunfeng11
pengjunfeng11
好大哥,我是正在做相关方向的研究生,求大哥给整点无监督抽取摘要的数据集啥的,我看到您已经上传一点了,求求大哥继续上传,帮小弟我毕业吧,举手之劳救人一命啊😭
### Do you need to file a feature request? - [x] I have searched the existing feature request and this feature request is not already filed. - [x] I believe...
### Do you need to file an issue? - [x] I have searched the existing issues and this bug is not already filed. - [x] I believe this is a...
### Feature request Here is the link of doc:https://huggingface.co/docs/peft/accelerate/deepspeed#use-peft-qlora-and-deepspeed-with-zero3-for-finetuning-large-models-on-multiple-gpus Recently, I'm preparing to use PEFT and DeepSpeed for LoRa fine-tuning, and above is official doc of guide, but it's not...
In the `_prepare_messages` method in `modellitellm.py`, I found that the project uses the markdown produced by the previous LLM as a few-shot example for the next image conversion by the...
目前想要查看token基本都需要去网站尝试,但这个东西本身并不复杂,我觉得可以放在插件中来完成。这对做ai开发的同学来说,真的很有用。 如果可以的话, 让我来!!
### 📝 Feature Description [Please make everyone to understand it] 给用户一个上传的组件,用户自己丢进去一些文件吗?我希望能够完成一些工作,看看有没有什么需要帮忙的? ### 👍 What problem does this feature solve _No response_ ### 👾 What does the proposed API look like...
参考 #133
## Description Please include a concise summary, in clear English, of the changes in this pull request. If it closes an issue, please mention it here. 目前并不是一个完整的功能pr,但希望能一起review,或者讨论该如何实现某些功能?不清楚项目内的编码规范,以及具体流程,所以写一点看一点,防止偏差太大 Closes: #(issue) ##...
### 🐛 Bug description [Please make everyone to understand it] 针对 ```opencontext/context_processing/processor/document_processor.py```下的```_process_document_page_by_page```支持了```.md```文档,但是在具体的```_extract_vlm_pages```方法中又不支持md文档中的图片做处理的逻辑进行修复。 具体代码如下: ``` python def _process_document_page_by_page(self, raw_context: RawContextProperties, file_path: str, file_ext: str) -> List[ProcessedContext]: ....... # 1. Analyze pages...
## Description fix bug : #285 Please review this code, it has been test in local machine