-
Hi there! StarCoder from [BigCode](https://huggingface.co/bigcode) was trained for this kind of tasks, so having some documentation/support for it would be great.
Very nice project btw :fire:
-
If possible, could support for this model be added to ollama?
https://huggingface.co/allenai/OLMo-7B
-
Hi,
Thank you **so much** for your great work on this project.
I am a computer science undergraduate working on my school project.
Anyway, I want to ask how to use the trained model easily.
…
-
Please let us know what model architectures you would like to be added!
**Up to date todo list below. Please feel free to contribute any model, a PR without device mapping, ISQ, etc. will still be …
-
I tried to reproduce the finetuning results of BLIP2 FlanT5xl on VQAv2, but the results I got are far from those in the paper. I only got the highest accuracy of 76.58% while the paper is 81.55%, I wa…
-
Currently the trained llava model can only be used by CLI (without the ability to use new images) or tested using benchmark tools.
How can we deploy it using API or WebUI as a more user-friendly inte…
-
All possible Generative AI information can be put here
```mermaid
flowchart LR;
prompts --> LLM
```
Some useful links:
- https://learn.microsoft.com/en-us/dotnet/ai/conceptual/how-genai-and-…
-
### Paper Title
Grounded-Instruct-Pix2Pix: Improving Instruction Based Image Editing with Automatic Target Grounding
### Publication
ICASSP 2024
### Paper Link
https://ieeexplore.ieee.org/documen…
-
I'm finding this repo to be a user friendly, extensible, memory efficient solution for training/fine-tuning models. However, when it comes to inference, there is a usability gap that could be solved b…
-
### Question
After finetuning using the my custorm data, the finetuned llava model is overfitting. In my experiments, I following the your instrcuction( cited in https://github.com/haotian-liu/L…