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
|
@@ -4,4 +4,7 @@ pipeline_tag: image-to-text
|
|
| 4 |
base_model:
|
| 5 |
- meta-llama/Llama-3.1-8B-Instruct
|
| 6 |
library_name: flair
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 4 |
base_model:
|
| 5 |
- meta-llama/Llama-3.1-8B-Instruct
|
| 6 |
library_name: flair
|
| 7 |
+
datasets:
|
| 8 |
+
- openai/MMMLU
|
| 9 |
+
new_version: meta-llama/Llama-3.1-8B-Instruct
|
| 10 |
---
|