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") - Notebooks
- Google Colab
- Kaggle
Commit ·
47d82aa
1
Parent(s): 1b1aafd
Delete python_env.yaml
Browse files- python_env.yaml +0 -7
python_env.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
python: 3.10.11
|
| 2 |
-
build_dependencies:
|
| 3 |
-
- pip==23.1.2
|
| 4 |
-
- setuptools==67.7.2
|
| 5 |
-
- wheel==0.40.0
|
| 6 |
-
dependencies:
|
| 7 |
-
- -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|