-
## Environment info
- `adapter-transformers` version: 3.2.0a0 (2af89bd1135e598859e38a7b27152bef8ecdec4f)
- Platform: Linux-5.15.0-56-generic-x86_64-with-glibc2.35
- Python version: 3.10.6
- Huggin…
jdwx updated
7 months ago
-
**Issue by [sleepinyourhat](https://github.com/sleepinyourhat)**
_Monday Jul 22, 2019 at 18:57 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/issues/862_
----
Currently, if you run a b…
-
- [ ] [sentence-transformers/README.md at master · liuyukid/sentence-transformers](https://github.com/liuyukid/sentence-transformers/blob/master/README.md?plain=1)
# sentence-transformers/README.md a…
-
## Environment info
- `adapter-transformers` version: 3.0.1
- Platform: Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.31
- Python version: 3.9.12
- PyTorch version (GPU?): 1…
-
## ざっくり言うと
- Transformerはinputの長さが固定されるため,固定長の関係性しか表現できないが,segment毎に隠れ状態を再帰的に用いることで,複数segmentの関係性を埋め込むことを可能にした
- 複数segmentを扱うためにrelative positional encodingsを用いた
- いくつかのデータセットにおいて言語モデルとしてSOTAを達成
…
-
## Environment info
- `transformers` version: 4.1.1
- Platform: Darwin-18.6.0-x86_64-i386-64bit
- Python version: 3.7.7
- PyTorch version (GPU?): not installed (NA)
- Tensorflow version (GPU?): n…
-
EDIT: I confirmed that this happens with the example script as it is, so no other changes are required to reproduce this.
## Environment info
- `transformers` version: 4.6.1
- Platform: Linux…
-
I have trouble reading trees.pkl and running the code
furthermore, does this pre-trained-sota-model support Chinese or just English only?
I use below code to read
```
with open('trees.pkl', "rb"…
-
Is this the correct JSON ? Could you point out the way to download the weights ?
I should also point out that I ported your PyTorch code to TensorFlow. Changes are minimal though.
`{
"module"…
-
## Competition link
https://www.kaggle.com/c/tensorflow2-question-answering
## Description
In this competition, your goal is to predict short and long answer responses to real questions about…