Ahmed Dawod
Ahmed Dawod
I'm trying to follow the same steps in the "Replicating our MS MARCO results with duoBERT" section but I get this error when it tries to load the checkpoint: ```...
https://github.com/urchade/GLiNER/blob/e15c22a01b1a018674f725428ba1325c723df307/gliner/model.py#L100 This will error out on a `KeyError` because it is using numeric indices to look up keys that can be strings. This happens, when `entity_types` are provided to the...
I am having the same issue except my dataset is not large (144 records). I want to finetune a model and my yaml is like this: ```yaml base_model: meta-llama/Meta-Llama-3-8B model_type:...