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:
- f1cdebb44b1a08c589a462562d5785259204cf4b1ebe65e3e5063464bbe26bd9
- Size of remote file:
- 4.09 kB
- SHA256:
- 3522745422ae3121f4d463384271ae3a8147e5e16a9d8b1cf4888806843b7d3f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.