ExtReMLapin

Results 241 comments of ExtReMLapin

> The version field in the `string.dump()` output is `0x01` for 2.0.4 and `0x02` for 2.1.0. The decompiler should be changed to choose which opcode list to use depending on...

Any update on this ?

Alright so I copied the changed into a local clone and it seems to be working, or running at least. First it spend a crazy time on `llama_cpp.llama_beam_search` then the...

Tbh, what you call "SODH" is just P2 layer. And it does most of the trick on this paper

Reproducing example : ```python import os import torch from raptor import BaseSummarizationModel, BaseQAModel, BaseEmbeddingModel, RetrievalAugmentationConfig from transformers import AutoTokenizer, pipeline from huggingface_hub import login login() class GEMMASummarizationModel(BaseSummarizationModel): def __init__(self, model_name="google/gemma-2b-it"):...

What is the expected minutia size ? Or the fingerprint size ?