Instructions to use aehrc/cxrmate-rrg24 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aehrc/cxrmate-rrg24 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="aehrc/cxrmate-rrg24", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("aehrc/cxrmate-rrg24", trust_remote_code=True) model = AutoModel.from_pretrained("aehrc/cxrmate-rrg24", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Was VinDr-CXR used to train the model?
1
#4 opened over 1 year ago
by
pamessina
Need help replicating public test set results
2
#3 opened over 1 year ago
by
pamessina
Training Script?
1
#2 opened over 1 year ago
by
oscarloch
MultiUniFormerWithProjectionHead.forward() got an unexpected keyword argument 'output_attentions'
4
#1 opened over 1 year ago
by
pamessina