Instructions to use PH-Weingarten/AISOP-oop-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use PH-Weingarten/AISOP-oop-classifier with spaCy:
!pip install https://huggingface.co/PH-Weingarten/AISOP-oop-classifier/resolve/main/AISOP-oop-classifier-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("AISOP-oop-classifier") # Importing as module. import AISOP-oop-classifier nlp = AISOP-oop-classifier.load() - Notebooks
- Google Colab
- Kaggle
correct lfs
Browse files- .gitattributes +2 -3
.gitattributes
CHANGED
|
@@ -33,6 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
l*-model/** filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
l*-models/** filter=lfs diff=lfs merge=lfs -text
|
|
|