kenneys-bot

Results 3 issues of kenneys-bot

Can you please provide the code used to process the pre-training dataset IIT CDIP 1.0? I am now trying to do retraining weights for use with a new encoder. Any...

![issue](https://github.com/AlibabaResearch/AdvancedLiterateMachinery/assets/68524490/5800625d-bebc-4286-a00a-01663b95799d) if inputs_embeds is None: inputs_embeds = self.word_embeddings(input_ids) token_type_embeddings = self.token_type_embeddings(token_type_ids) embeddings = inputs_embeds + token_type_embeddings if self.position_embedding_type == "absolute": position_embeddings = self.position_embeddings(position_ids) embeddings += position_embeddings if "line_bbox" in kwargs:...

![issue](https://github.com/AlibabaResearch/AdvancedLiterateMachinery/assets/68524490/6a129631-331a-4885-8fc2-4a62ff8ae063) Thank you very much for your help before, I've been working on your model recently, but I'm confused about the calculation of H1, H2, and H3 in the graph,...