Dacho688 commited on
Commit
c653758
·
unverified ·
2 Parent(s): b920fe8 7e4d6e1

Merge pull request #14 from Dacho688/main

Browse files
Files changed (2) hide show
  1. _config.yml +12 -0
  2. index.md +3 -0
_config.yml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ title: Data Analyst # your name (or website title) here
2
+ description: > # your text below (remove <br> elements if you don't need line breaks)
3
+ <br>
4
+ 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!
5
+ <br><br>
6
+ <a href="https://huggingface.co/spaces/dkondic/data-analyst">Try me on Hugging Face!</a>
7
+
8
+ theme: jekyll-theme-minimal
9
+ #google_analytics: UA-000000-0 # your Google Analytics tracking ID here
10
+
11
+ colors:
12
+ crimson: '#900C3F'
index.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ## Agent Data Analyst
2
+
3
+ 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!