transformers
6daa9cb5
- add GPTNeoXForSequenceClassification (#22671)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
2 years ago
add GPTNeoXForSequenceClassification (#22671) * add GPTNeoXForSequenceClassification * move the labels to logits.device (ref: #22561) * fix
References
#27720 - Add common processor tests
#32831 - [Docs] Update resources
#29969 - [SigLIP] Add fast tokenizer
#38622 - [AutoModelForMaskGeneration] Remove duplicate code
#33111 - [Backbone] Remove out_features everywhere
#33174 - [Zero-shot image classification pipeline] Remove tokenizer_kwargs
#22671 - add GPTNeoXForSequenceClassification
Author
Asugawara
Parents
f74b4020
Files
8
docs/source/en
model_doc
gpt_neox.mdx
tasks
sequence_classification.mdx
src/transformers
__init__.py
models
auto
modeling_auto.py
gpt_neox
__init__.py
modeling_gpt_neox.py
utils
dummy_pt_objects.py
tests/models/gpt_neox
test_modeling_gpt_neox.py
Loading