-
Legacy XLS BIFF8 files can only have up to 256 columns (the max column is IV - if you try to define IX or beyond in an XLS2003 document like "=$IX$255", it will throw an error). The BIFF8 format allow…
-
Hi,
Let's start a discussion here about the roadmap towards 0.10 and 1.0. We are looking for:
- New features that are useful to your research
- Improvements and patches to existing features
If…
-
# 🚀 Feature request
I'm pretty new to transformers and I'm finding the examples a bit hard to read. Mainly I think this is due to argparse being so verbose. Is there any interest in migrating to so…
-
Hi,
recently, cross-lingual language model pretraining was proposed and released in the XLM library:
https://github.com/facebookresearch/XLM
`pytorch-pretrained-BERT` will implement this XLM …
-
- OS: Windows 10 Pro
- Programming Language version: Python 3.7.3
- CCXT version: ccxt==1.25.41
```
import ccxt
exchange = ccxt.bithumb({'enableRateLimit': True, "timeout": 10000, "apiKey": "a"…
-
I know this issue is kind of related with that one (https://github.com/kartoza/docker-geoserver/issues/99) but no solutions was ok for my setting and other colleague ones in the company.
We have …
-
Good afternoon,
I tried to follow your instructions to train my own corpus with Flaubert in order to get a model to use for my classification task but I am having trouble understanding the procedu…
-
**Bug description**
In training a poly-encoder with the given tutorial document, we found that --shuffle true tag doesn't work (Also is not properly processed by argument parser). We also found that …
-
Hi, I was trying to finetune the polyencoder model on empathetic_dialogues dataset and the model size(2.86 GB) after training is larger than the pre-trained model(986 MB). May I know why is that ? or …
-
The pretrained MLM+TLM model achieves < 30% Pearson correlation with human scores. With CBOW at 60% and BERT at 86%, this score seems low for the STS-B task.
I am not sure if there is a mistake in …