-
I just checked codes in `generation.py` and I noticed it import `LLamaQaStoppingCriteria` from `transformers.generation.stopping_criteria`. However I did not find this function (or class) in the tran…
-
whenever I am trying to run the cell its showing this error
ImportError Traceback (most recent call last)
Cell In [5], line 6
4 from torch.distributions impo…
ghost updated
8 months ago
-
### System Info
- `transformers` version: 4.45.2
- Platform: Linux-5.4.0-132-generic-x86_64-with-glibc2.31
- Python version: 3.12.7
- Huggingface_hub version: 0.25.1
- Safetensors version: 0.4.…
-
I get the following error:
AttributeError: 'LlavaConfig' object has no attribute 'mm_use_im_start_end'. Did you mean: 'mm_use_x_start_end'?
When running your newly updated repository.
Note t…
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…
-
Docs
https://docs.ray.io/en/master/tune/index.html
Core example
https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/pbt_transformers/pbt_transformers.py
etgld updated
3 weeks ago
-
### System Info
- `transformers` version: 4.45.0
- Platform: Linux-5.14.0-284.73.1.el9_2.x86_64-x86_64-with-glibc2.31
- Python version: 3.10.15
- Huggingface_hub version: 0.26.2
- Safetensors ver…
-
```
from transformers import AutoTokenizer
from optimum.neuron import NeuronModelForCausalLM
```
results in
```
RuntimeError: Failed to import optimum.neuron.modeling because of the fol…
-
- 2021
- https://arxiv.org/abs/2109.12036
自然言語は、階層的に支配された依存関係のパターンを示し、単語間の関係は線形順序ではなく構文構造に敏感である。
再帰ネットワークモデルは、曖昧なデータで訓練されると、階層的に敏感な方法で一般化できないことが多いが(McCoy et al,2020)、新しいTrans-former言語モデル(Vaswani…
e4exp updated
3 years ago
-
- https://arxiv.org/abs/2106.04560
- 2021
Vision Transformer(ViT)などの注意力ベースのニューラルネットワークは、近年、多くのコンピュータビジョンのベンチマークで最先端の結果を達成しています。
優れた結果を得るためには、スケールが主要な要素となるため、モデルのスケーリング特性を理解することが、将来の世代を効果的に設計するための…
e4exp updated
3 years ago