-
Hi,
I've found your paper "Parameter Efficient Fine-Tuning of Pre-trained Code Models for Just-in-Time Defect Prediction." I'm trying to reproduce your results with CodeReviewer. Still, I came up…
-
### Describe the issue
Hello,
see [also this discussion](https://github.com/microsoft/onnxruntime/discussions/22427). I'm opening this one as I think it's an issue as sifting through previous issues…
-
I wanted to check out how does DirectML work with transformers but when i tried following steps in attention_is_all_you_need the error occured.
> Traceback (most recent call last):
> File "E:\P…
-
# Compile the model
optimizer = tf.keras.optimizers.Adam(learning_rate=5e-5)
loss = tf.keras.losses.SparseCategoricalCrossentropy(from_logits=True)
model.compile(optimizer=optimizer, loss=loss, met…
-
Hey guys! I am trying to use xenova/transformers in CodeStory, we roll a vscode extension as well and I am hitting issues with trying to get the import working, here's every flavor of importing the li…
-
Thanks for this great project. It works quite well.
However, I would like to change the model to:
https://huggingface.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated-GGUF
I have been tryin…
mirix updated
2 weeks ago
-
[This line](https://github.com/KevinMusgrave/pytorch-metric-learning/blob/28d5acce05f61b0d0c15acbe423a7ba387efcb4d/src/pytorch_metric_learning/utils/common_functions.py#L302) is generating a `RuntimeE…
-
During the execution of my code:
model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
definition_embeddings = model.encode(DSE_infos)
I encountered the following error, and the s…
-
### System Info
version: 2.17.2
browser: brave
JS library: vite
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Desktop …
-
**Willing to contribute**
Would like to implement an async method instead of callback, ideally as default. There can be a pipe method to maintain the existing functionality. Is this acceptable?