-
python main.py \
> --model hf-causal-experimental \
> --model_args pretrained=../LLaMA-Efficient-Tuning/model/Baichuan-13B-Instruction \
> --tasks Ceval-valid-* \
> --device cuda:0…
-
Hey,
first off - great work, I really like the idea of SetFit! I like it so much in fact that I want to reproduce it :grin: . In the paper you mention that you use a learning rate of `1e-3` for all…
-
**Background**
I've enjoyed using the SetFit library to get great results on text-classification tasks, thank you core developers for your work on this 👏
However with larger datasets I'm working o…
-
Dear authors,
Thanks for your work. I am trying to reproduce the results in the paper, yet I found the base acc is relatively low. e.g. the base acc on Eurosat:
```
epoch [99/100][1/1] time 0.9…
-
Hello!
## Bug overview
* When using a differentiable head, the output shape of calling `__call__` or `predict` (they're aliases) is `(N, 1)` with `N` as the number of parameters.
* When using the…
-
Hi, thanks for providing this cool library!
We implement the meta-learning where using roberta in Transformer. The code runs successfully on single GPU. When we apply Dataparallel, it prompts: Key…
-
Is there a way to do few shots with OFA for VQA? I saw there is a zero shot function but I saw nothing about doing few shots in the code or the paper. So, was wondering if maybe i've missed something …
-
When I run:
bash scripts/maple/base2new_est_maple.sh fgvc_aircraft 2
I get:
base: 36.9
new: 36.7
I didn't change any code in this file why?
the log_info training is following and test is on …
-
After runing few shotting learning, there are some files in ./experiments/fewshot/cfgs/TFBoard/out_x_x. From its name I think it is tfevent file, but I can't open it by TensorBoard, by the way, I don…
-
### Discussed in https://github.com/RL-VIG/LibFewShot/discussions/55
Originally posted by **MasterWinston** October 7, 2022
1. **### 1.关于train、val、test set的困惑。**
Libfewshot中把数据集分为train、val…