| # Huggingface Tests | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| ## Transformers | |
| Install:<https://huggingface.co/docs/transformers/installation> | |
| Validation: | |
| ```bash | |
| python -c "from transformers import pipeline; print(pipeline('sentiment-analysis')('I love you'))" | |
| ``` | |
| ## Hub | |
| Login: | |
| ```bash | |
| huggingface-cli login | |
| ``` | |