Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mwalker22
/
TMD-SDG-via-LangGraph
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TMD-SDG-via-LangGraph
219 kB
2 contributors
History:
49 commits
mwalker22
Merge pull request #17 from mwalker-tmd/feature/evolve-instruct
e9f7aa8
unverified
8 months ago
data
Initial project scaffolding.
8 months ago
experiments
Add an experiment tag so the evaluation can be done on a specific run only. evaluate_on_dataset.py auto-generates the tag.
8 months ago
generated
Implemented a portion of main.py so I could test the html_to_document process out.
8 months ago
graph
Implemented maintaining stateful values of the contexts retrieved and answers provided. The tests and documentation were also updated.
8 months ago
preprocess
Modify retrieval of the OPENAI_API_KEY environment variable to run .strip() only if the variable exists. This avoids an error should it be null/undefined.
8 months ago
tests
Implemented maintaining stateful values of the contexts retrieved and answers provided. The tests and documentation were also updated.
8 months ago
.env.template
792 Bytes
Initial project scaffolding.
8 months ago
.gitattributes
1.52 kB
initial commit
8 months ago
.gitignore
3.64 kB
Docker Configuration and Developer documentation improvements, including instructions for deploying to Hugging Face
8 months ago
Dockerfile
1.17 kB
Implemented maintaining stateful values of the contexts retrieved and answers provided. The tests and documentation were also updated.
8 months ago
LICENSE
1.07 kB
Initial commit
8 months ago
README.md
4.4 kB
Implemented maintaining stateful values of the contexts retrieved and answers provided. The tests and documentation were also updated.
8 months ago
app.py
4.47 kB
Implemented maintaining stateful values of the contexts retrieved and answers provided. The tests and documentation were also updated.
8 months ago
main.py
5.36 kB
Implemented maintaining stateful values of the contexts retrieved and answers provided. The tests and documentation were also updated.
8 months ago
pyproject.toml
1.14 kB
Added an iteration process to the evolve process to more closely align with the Evol Instruct method.
8 months ago
uv.lock
2.05 kB
Added an iteration process to the evolve process to more closely align with the Evol Instruct method.
8 months ago