-
### System Info
```shell
(habanalabs-venv) (habanalabs-venv) root@vmInstancetmhmacpr:~/lier_workload/test# python inference_test.py
/usr/lib/python3.10/inspect.py:288: FutureWarning: `torch.distrib…
-
Can you please export this jupiter notebook thing of Llama-3-PyTorch .ipynb to PURE PYTHON as Llama-3-PyTorch_model.py and Llama-3-PyTorch_tokenizer.py
Because I want to try to adapt this to work w…
-
I’m trying to fine-tune Phi 3.5 Vision using transformers. However, I’m running into an issue trying to save the model during or after training. See below for a minimal reproducible example.
My examp…
-
Hello!
FYI we've been using your code in order to offer support for gguf files within the python ecosystem, by offering the ability to load them within `transformers`.
We're doing so here, we'v…
-
### System Info
transformers: v4.46.3
python: 3.11
### Who can help?
trainer: @muellerzr @SunMarc
Anyone else in the community is as well open to comment or suggest. Thank you.
### Inf…
-
Hey,
thanks for the great work! Would you be interested in adding the necessary adjustments/configs to HuggingFace, so that the model can be loaded with the ```Auto``` functions from Huggingface `…
-
The code from https://huggingface.co/Salesforce/codegen25-7b-multi_P#causal-sampling-code-autocompletion and https://github.com/salesforce/CodeGen/tree/main/codegen25#sampling does not work currently.…
-
Confirm valid implementation
References:
> Loss? Loss is:
> Total span extraction loss is the sum of a Cross-Entropy for the start and end positions.
https://huggingface.co/transformers/v4…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Hello,
I'm trying to setting up a local SentenceTransformerEmbeddingModel :
```
sentence_transformer = SentenceTransformerEmbeddingModel(name='my-embedding-model',
…