-
Hi,
Thank you very much for sharing your work!
I have a few questions regarding evaluations for keyword predictions. I'm sorry that I may miss or misunderstand your code since I'm not familiar …
-
Hi there,
This course is a terrific material to learn NLP from scratch with Pytorch/TensorFlow.
But I have a problem that I don't know if I am coding right or wrong when I finish the homework.
Is t…
-
COPA is one of the tasks of the [SuperGLUE](https://super.gluebenchmark.com) benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build a…
-
- [paper](https://arxiv.org/pdf/2106.08962.pdf)
-
### Feature request
As per #28981, LLaVA is planned to receive `torch.compile` support. Seeing to the fact that LLaVA is composed of a vision tower and a LLM, both of which can be separately compiled…
-
**Describe the bug**
The latest version of transformers ([4.41.0](https://github.com/huggingface/transformers/releases/tag/v4.41.0)) breaks MegatronGPTModel. That is because of [this commit](https:…
-
Hello! When I run `python private_test_scripts/perceivers/singletask.py`, I get the error `Traceback (most recent call last):
File "private_test_scripts/perceivers/singletask.py", line 5, in
…
-
### Describe the bug
The env image for astropy__astropy-7606 fails to build.
I also posted this to
https://github.com/swe-bench/experiments/issues/70
### Steps/Code to Reproduce
Here's th…
-
I get this when I try to run the sample code:
Traceback (most recent call last):
File "zerotopics.py", line 1, in
from zeroshot_topics import ZeroShotTopicFinder
File "/Users/scharleswo…
-
# 🐛 Bug
I'm trying to create a 1:1 config that can train a stable ViT-B with the MAE config (from appendix A.2).
Maybe I'm missing something (highly plausible), but when I use xformers instead …