Skip to content

Commit

Permalink
Merge pull request #24 from microsoft/dev
Browse files Browse the repository at this point in the history
[Update] "promptbench==0.0.1" formally released!
  • Loading branch information
Hhhhhhao authored Dec 5, 2023
2 parents 5373c68 + 657be56 commit 2a9ffaa
Show file tree
Hide file tree
Showing 117 changed files with 8,889 additions and 46,160 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
results*/
logs*/
*.sh
promptbench/data/
llama*.yaml

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -162,3 +164,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
amlt.yaml
test_pe.py
test_pe.sh
32 changes: 32 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
384 changes: 191 additions & 193 deletions README.md

Large diffs are not rendered by default.

140 changes: 0 additions & 140 deletions config.py

This file was deleted.

1 change: 0 additions & 1 deletion data/MMLU.json

This file was deleted.

1 change: 0 additions & 1 deletion data/MMLU_few_shot.json

This file was deleted.

1 change: 0 additions & 1 deletion data/SQUAD_V2.json

This file was deleted.

Loading

0 comments on commit 2a9ffaa

Please sign in to comment.