Instructions to use OSTswiss/ReGeo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OSTswiss/ReGeo with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="OSTswiss/ReGeo")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OSTswiss/ReGeo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4151589cd753740a18365a2b51ca0adf29ac7cbe28f22292045980db11c6ce95
- Size of remote file:
- 1.29 GB
- SHA256:
- b6c126aa158301fe8b0bfbb94dc4893b9d63e8aa8595d8e7dc665901b8dffe83
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.