Instructions to use weimmmhhh/example-001 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use weimmmhhh/example-001 with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://weimmmhhh/example-001") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
123
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceFW/finepdfs
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- Qwen/Qwen-Image-Edit
|
| 11 |
+
new_version: Qwen/Qwen-Image-Edit
|
| 12 |
+
pipeline_tag: text-classification
|
| 13 |
+
library_name: allennlp
|
| 14 |
+
tags:
|
| 15 |
+
- chemistry
|
| 16 |
---
|
| 17 |
|
| 18 |
123
|