Instructions to use finding-fossils/metaextractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use finding-fossils/metaextractor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="finding-fossils/metaextractor")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("finding-fossils/metaextractor") model = AutoModelForTokenClassification.from_pretrained("finding-fossils/metaextractor", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 086ee4c96a09bc570e0d4018d00fc745e214fe349936c8ec6c52fff9d411cf70
- Size of remote file:
- 496 MB
- SHA256:
- 58e6d0c505cadb3389a805ec9b08e579725be60ea75b3f73f899f289832fb437
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.