-
Hi, I'd like to start with a big thanx for your amazing work. I would like to use your library to fine tune GPT-NEO to a Text2Text task instead of TextGeneration. I'm try to adapt your script run_clm.…
-
I've trained a model that retunes a bertlayer but I can't seem to get it to export as a saved model properly... Any ideas?
-
Thanks for the great work! I'm also using FLAN for training, so I'm wondering how to include only tasks that are in Tasksource but not in FLAN.
-
Aim: 1000 labeled tweets
**sentiment analysis labeling:**
-1 (negative), 0 (neutral), 1 (positive).
**classification labeling**
1 (Long Covid)
0 (Not Long Covid)
Definition of Long C…
-
-
Your code is intriguing. I would like to run it and learn more about it. Four csv files are used by the project, but I cannot find them with the other files. Would it be possible for you to post th…
-
In the original XAI submission, we had experiments with only keywords generated using the top 100 wrt to the classifier. This resulted in a possibly a high rejection rate. We should supplement these e…
-
We want to measure how do black-box attacks do against KRUM and MultiKrum defenses. For reading see the last paragraph of page 9 (of the paper). I am quoting the excerpt:
"Since the black-box attac…
-
Google Colab (short for "Colaboratory") is a free cloud-based platform provided by Google that allows users to write and execute Python code in a Jupyter notebook environment. It is particularly popul…
-
## 0. Paper
- paper: [[link](https://aclanthology.org/2022.tacl-1.53/)]
- TACL2022
## 1. What is it?
They evaluate the temporal effects for downstream tasks.
## 2. What is amazing compared …