This tool is designed to explore the use of different models for automatic contract negotiation and generation. It leverages large language models (LLMs) from Hugging Face to facilitate these tasks.
Contributors can find more information on the current status of this project here.
pyenv install -v 3.12.0
pyenv global 3.12.0
python3.12 -m venv venv
source venv/bin/activate
pip install -r huggingface_test_requirements.txt
python HuggingFaceAI.py
python ContractNegotiatorAI.py
python SOWGenerator.py
15 commits
Python
100.0%
This tool is designed to explore the use of different models for automatic contract negotiation and generation. It leverages large language models (LLMs) from Hugging Face to facilitate these tasks.
Contributors can find more information on the current status of this project here.
pyenv install -v 3.12.0
pyenv global 3.12.0
python3.12 -m venv venv
source venv/bin/activate
pip install -r huggingface_test_requirements.txt
python HuggingFaceAI.py
python ContractNegotiatorAI.py
python SOWGenerator.py
15 commits
Python
100.0%