Instructions to use sdp092004/face_recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use sdp092004/face_recognition with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("sdp092004/face_recognition") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
pipeline_tag:
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
license: bigscience-openrail-m
|
| 3 |
+
pipeline_tag: image-to-text
|
| 4 |
+
base_model:
|
| 5 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
| 6 |
+
library_name: flair
|
| 7 |
---
|