-
Hi. I am using exactly the same code as yours in run_sft.sh:
```
#!/bin/bash
CUR_DIR=`pwd`
ROOT=${CUR_DIR}
export PYTHONPATH=${ROOT}:${PYTHONPATH}
VISION_MODEL=openai/clip-vit-large-pa…
-
I am trying to build the docs with ```doc-builder ```
using the following command
```
doc-builder build transformers docs/source/en --build_dir ~/tmp/test-build
```
but got the following er…
ENate updated
10 months ago
-
Hello,
Thank you for your work!
I am trying to understand how the reported Shapley values were estimated for the VQA/GQA tasks. Here are some specific questions:
1. Are the question and answer …
-
For example, https://datasets-server.huggingface.co/rows?dataset=atomic&config=atomic&split=train returns 404, Not found. It should instead return a detailed error which helps the user debug, as it's …
-
目前复现的结果相比于论文低3个点,在改用lr=0.00002的时候,效果更差
![image](https://github.com/Zhiquan-Wen/TDS/assets/30914380/21aec013-733b-42af-b55d-c9fa76544b1a)
-
I noticed that in the "get_model_prediction(x)" function, the model is called inside the outer loop (e.g., for i in range(input_ids.shape[0])). But shouldn't it be called within the inner loop (e.g., …
-
Hello, Thanks for your great work!May I ask some questions?
I found in the reverie finetune scripts [https://github.com/cshizhe/VLN-DUET/blob/main/map_nav_src/scripts/run_reverie.sh](url). The bert_c…
-
```
100% 8659/8659 [20:58
-
Hi @YIKUAN8, @HanyinWang, @yuanluo,
Is there any rough comparison of speed of extracting features, for [VisualBERT](https://github.com/uclanlp/visualbert/), [LXMERT](https://github.com/airsplay/lxmer…
-
The PyTorch implementation of the LXMERT model currently has no integration tests. This is problematic as the behavior can diverge without being noticed.
The [test_modeling_lxmert.py](https://githu…