mirror of
https://github.com/wassname/CoT_rating.git
synced 2026-06-27 00:30:04 +08:00
works
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
@@ -0,0 +1 @@
|
||||
3.10
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
An experiment to see how rating changed along a chain of thought
|
||||
|
||||

|
||||
|
||||

|
||||
Binary file not shown.
|
After Width: | Height: | Size: 284 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 401 KiB |
@@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "cot-rating"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "wassname", email = "1103714+wassname@users.noreply.github.com" }
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"bitsandbytes>=0.47.0",
|
||||
"cmap>=0.6.2",
|
||||
"matplotlib>=3.10.5",
|
||||
"pandas>=2.3.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
cot-rating = "cot_rating:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ipykernel>=6.30.1",
|
||||
"ipywidgets>=8.1.7",
|
||||
]
|
||||
Reference in New Issue
Block a user