Dhairya Dalal
Dhairya Dalal
There seems to be an issue parsing prices. The extracted price figure is sometimes truncated for values in the thousands or greater Example: cr.CommonRegex("$6000").prices return ["$600"] instead of ["$6000"]
Where can I find the list of metrics and their descriptions that pytrec_eval supports. I tried looking at the trec_eval repo as well and it doesn't seem to list the...
So I want to be to simply do a group by and count on a column with categorical values. When running the code below ``` df = pd.DataFrame({"animal": ["cat", "cat",...
I'm trying to run experiments with the T5 family of models around a combination of pretraining and fine-tuning strategies. I'd like to also explore the scaling effects of these strategies...