Spaces:
Sleeping
Sleeping
Update README.md
Browse filesAdded setup and running
README.md
CHANGED
|
@@ -7,11 +7,19 @@ sdk: docker
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
#
|
| 11 |
Author: Pau Rodriguez Inserte (@pauri32)
|
| 12 |
|
| 13 |
## Setup and running instructions
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Reasoning of the LLM design choices
|
| 17 |
### Model selected: BloomZ
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Technical challenge
|
| 11 |
Author: Pau Rodriguez Inserte (@pauri32)
|
| 12 |
|
| 13 |
## Setup and running instructions
|
| 14 |
+
You have two options to run the challenge!
|
| 15 |
+
### HuggingFace Space
|
| 16 |
+
1. Just click on the 'App' tab of the HuggingFace space.
|
| 17 |
+
2. Use FastAPI's interactive Swagger UI
|
| 18 |
+
3. Go to ```/language-detection``` endpoint and introduce an input text to identify its language (only available English, French and Spanish)
|
| 19 |
+
4. Go to ```/entity-recognition``` endpoint and introduce an input text to retrieve and count locations, people and organizations named-entities.
|
| 20 |
+
### Download Docker image
|
| 21 |
+
1. You can run it locally by using the following command ```docker run -it -p 7860:7860 --platform=linux/amd64 registry.hf.space/pauri32-llm-challenge:latest```
|
| 22 |
+
2. By opening ```localhost:7860``` in your browser, you will be able to interact with FastAPI's UI.
|
| 23 |
|
| 24 |
## Reasoning of the LLM design choices
|
| 25 |
### Model selected: BloomZ
|