Spaces:
Sleeping
Sleeping
full transparency
Browse files
README.md
CHANGED
@@ -19,7 +19,13 @@ Here’s a compelling README for your application:
|
|
19 |
Welcome to the **Florentine Families Network Analysis Tool**
|
20 |
- a simple yet powerful prototype designed to analyze the [Florentine family network](https://networkx.org/documentation/stable/reference/generated/networkx.generators.social.florentine_families_graph.html#) using graph-based metrics.
|
21 |
- integrates **Smolagents**, **Arize Phoenix**, and **NetworkX** to explore the relationships and centrality dynamics of Renaissance-era Florence families.
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
NOTE: Smolagents has some cool features like [reusable tools](https://huggingface.co/spaces/dwb2023/florentine-families-graph/blob/main/huggingface_spaces_tool_template.md) - but as expected there are some growing pains
|
25 |
|
|
|
19 |
Welcome to the **Florentine Families Network Analysis Tool**
|
20 |
- a simple yet powerful prototype designed to analyze the [Florentine family network](https://networkx.org/documentation/stable/reference/generated/networkx.generators.social.florentine_families_graph.html#) using graph-based metrics.
|
21 |
- integrates **Smolagents**, **Arize Phoenix**, and **NetworkX** to explore the relationships and centrality dynamics of Renaissance-era Florence families.
|
22 |
+
|
23 |
+
Full disclosure...
|
24 |
+
- the `app.py` code is a little out of date but I left it `as is` as it showcases where effective telemetry can bring immediate visibility to the impact of minor changes in the tool definition
|
25 |
+
- based on some disagreements with the SmolAgents GradioUI method I chose to focus on the code generation behavior through telemetry
|
26 |
+
- I also hacked the Gradio implementation a bit so that I could add examples to the UI for more consistent testing
|
27 |
+
- I encourage you to run the app locally and get insight to where things are both breaking AND *working properly* using Arize Phoenix -- a powerful learning experience
|
28 |
+
- Without Arize Phoenix I would have probably missed how well the combination of Qwen 2.5 Coder *32B* and SmolAgents truly are. (not to mention that even Colab would have challenges running a 32B model)
|
29 |
|
30 |
NOTE: Smolagents has some cool features like [reusable tools](https://huggingface.co/spaces/dwb2023/florentine-families-graph/blob/main/huggingface_spaces_tool_template.md) - but as expected there are some growing pains
|
31 |
|