Instructions to use LuoKinging/learning-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use LuoKinging/learning-1 with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://LuoKinging/learning-1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,8 +9,8 @@ metrics:
|
|
| 9 |
base_model:
|
| 10 |
- stepfun-ai/GOT-OCR2_0
|
| 11 |
new_version: black-forest-labs/FLUX.1-dev
|
| 12 |
-
pipeline_tag:
|
| 13 |
-
library_name:
|
| 14 |
tags:
|
| 15 |
- test
|
| 16 |
- luoking
|
|
|
|
| 9 |
base_model:
|
| 10 |
- stepfun-ai/GOT-OCR2_0
|
| 11 |
new_version: black-forest-labs/FLUX.1-dev
|
| 12 |
+
pipeline_tag: token-classification
|
| 13 |
+
library_name: allennlp
|
| 14 |
tags:
|
| 15 |
- test
|
| 16 |
- luoking
|