scicraft commited on
Commit
2b235fe
·
verified ·
1 Parent(s): cebd19f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -79,6 +79,11 @@ edits with:
79
  python scripts/generate_hf_records.py
80
  ```
81
 
 
 
 
 
 
82
  To run the provided evaluation drivers with an OpenAI-compatible chat API:
83
  ```powershell
84
  $env:OPENAI_API_KEY="your_key"
 
79
  python scripts/generate_hf_records.py
80
  ```
81
 
82
+ The NeurIPS Croissant metadata file with Responsible AI fields is provided as
83
+ `croissant.json`. This file is the validated submission version for
84
+ OpenReview; the Hugging Face Croissant API may still expose the platform's
85
+ automatically generated core-metadata version.
86
+
87
  To run the provided evaluation drivers with an OpenAI-compatible chat API:
88
  ```powershell
89
  $env:OPENAI_API_KEY="your_key"