Spaces:
Sleeping
Sleeping
Dacho688
commited on
Update _config.yml
Browse files- _config.yml +3 -8
_config.yml
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
-
title:
|
2 |
logo: "/images/linkedin.jpg?raw=true" # your photo (or logo) here
|
3 |
description: > # your text below (remove <br> elements if you don't need line breaks)
|
4 |
<br>
|
5 |
-
|
6 |
-
|
7 |
<br><br>
|
8 |
-
<a href="https://
|
9 |
-
<br>
|
10 |
-
<a href="https://huggingface.co/dkondic">View my HuggingFace LLM demos.</a>
|
11 |
-
<br>
|
12 |
-
<a href="https://github.com/Dacho688">View my GitHub repos.</a>
|
13 |
|
14 |
theme: jekyll-theme-minimal
|
15 |
#google_analytics: UA-000000-0 # your Google Analytics tracking ID here
|
|
|
1 |
+
title: Data Analyst # your name (or website title) here
|
2 |
logo: "/images/linkedin.jpg?raw=true" # your photo (or logo) here
|
3 |
description: > # your text below (remove <br> elements if you don't need line breaks)
|
4 |
<br>
|
5 |
+
I’m your personal Data Analyst built on top of Llama-3.1-70B and the ReAct agent framework. I break down your task step-by-step until I reach an answer/solution. Along the way I share my thoughts, actions (Python code blobs), and observations. I come packed with pandas, numpy, sklearn, matplotlib, seaborn, and more!
|
|
|
6 |
<br><br>
|
7 |
+
<a href="https://huggingface.co/spaces/dkondic/data-analyst">Try me on Hugging Face!</a>
|
|
|
|
|
|
|
|
|
8 |
|
9 |
theme: jekyll-theme-minimal
|
10 |
#google_analytics: UA-000000-0 # your Google Analytics tracking ID here
|