Instructions to use Priyanka-Balivada/en_Resume_Matching_Keywords with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Priyanka-Balivada/en_Resume_Matching_Keywords with spaCy:
!pip install https://huggingface.co/Priyanka-Balivada/en_Resume_Matching_Keywords/resolve/main/en_Resume_Matching_Keywords-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_Resume_Matching_Keywords") # Importing as module. import en_Resume_Matching_Keywords nlp = en_Resume_Matching_Keywords.load() - Notebooks
- Google Colab
- Kaggle
Update gitattributes
Browse files- .gitattributes +0 -1
.gitattributes
CHANGED
|
@@ -35,4 +35,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
en_Resume_Matching_Keywords-any-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
transformer/model filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
en_Resume_Matching_Keywords.whl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
en_Resume_Matching_Keywords-any-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
transformer/model filter=lfs diff=lfs merge=lfs -text
|
|
|