-
Running sentence-transformers on a CPU for various tasks is also possible, especially for consumer-grade libraries, etc. People are running these models w/o any GPU acceleration, which might be good t…
-
Certain fields in the tokenizer was not checked when exporting with onnxruntime-extension pnp module, causing a mismatch for cls_token and sep_token.
# code showing the difference
import onnxrunt…
-
I followed all instructions [here](https://codetalk.io/posts/2018-02-07-Mobile-Haskell.html). See transcript below.
```
[ruben@Rubens-MacBook-Pro 09:14 hs-src]$ ./call x86_64-apple-ios-cabal new-u…
-
Thank you for the good code. However, the inference code appears as follows. The value of the first dimension of the actual raw_emb tensor is 0, not 8.
![image](https://github.com/kohjingyu/gill/asse…
-
I currently work on the project of "Autism gene classifier " which is a binary-classification system .. I have a gene dataset which have columns gene-symbol and syndromic ( 0 and 1) ..
The Model i …
-
Currently, the corpora are documented by a top-level docstring in each `lhotse.recipes` module. For better discoverability to the users, we should attach that description to the docstrings of `prepare…
-
Thanks for taking the time to create these! I'm trying to build the first project, and have run into a missing package problem.
![image](https://user-images.githubusercontent.com/16468314/32166082-…
-
### Your current environment
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC version: (Ubuntu 11.4.…
-
currently: the model downloads at instantiation.
target: the model downloads when generation is first required
advantages:
1. removes a delay in discovering invalid configuration
2. removes de…
-
### Description
When running the following code calling generate method using different models (e.g., Mistral-7B-Instruct-v0.2 and meta-llama-3-8B):
```
from transformers import AutoModelForCausal…