-
Hi,
I encounter the following error when I try to supply a batch to `nas.ContextualWordEmbsForSentenceAug`.
After checking other [post](https://github.com/makcedward/nlpaug/issues/146), I expected…
-
When generating, I get an "Attempting to use uninitialized value" error, which looks to be fixed by calling `tf.global_variables_initializer()` before that line.
```
tensorflow.python.framework.e…
-
请问是否用到bert
-
Hi @NougatCA,
I'm trying to understand from where did you get the models/tokenizers and here is the breakdown of all models evaluated in the empirical study and listed in the [pre-print](https://ar…
-
Hi! first of all, thanks a lot! Also, this is probably related to #97 and #96.
I'm running this from the pip installed version rather than straight from code. My computer is a MacOS Sierra.
As…
-
I was working on adding support for the TFLite op `Batch_MatMul`. When looking at the tests, I was a bit puzzled as to why there was already a test for that operator and why it is passing.
https://…
rafzi updated
2 years ago
-
I tried using tensorrt provided by onnxruntime and followed this tutorial. https://huggingface.co/docs/optimum/v1.8.6/en/onnxruntime/usage_guides/gpu#tensorrt-installation
But when I used fp16, I enc…
-
### Title
Cross-lingual Contextualized Topic Models with Zero-shot Learning.
### Team Name
TeamTatakae
### Email
202318024@daiict.ac.in
### Team Member 1 Name
Mitul Dudhat
### …
-
## 논문 소개
이미 대략적인 내용은 알고, 소개나 실 사용은 다른곳에 더 잘 정리되어있지만 논문 읽는 연습차원에서 정리
기존 최대 학습량인 17 billion (170억) 개에 비해 175 billion (1750억) 파라미터로 학습한 모델을 실험
### Introduction
특정 NLP task만 보면 성능이 부족할 수 있지만, …
-
I'm having the error when `gpt2.finetune` tries to generate samples. Dataset loading is fine (which was the issue on #9)
This is the complete error text:
```
Traceback (most recent call last):…