This commit is contained in:
wassname
2025-08-20 14:21:12 +08:00
commit 32b961936a
8 changed files with 2536 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
+1
View File
@@ -0,0 +1 @@
3.10
File diff suppressed because one or more lines are too long
+5
View File
@@ -0,0 +1,5 @@
An experiment to see how rating changed along a chain of thought
![alt text](img/README-1755664824339-image.png)
![alt text](img/README-1755670864672-image.png)
Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

+28
View File
@@ -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",
]
Generated
+1748
View File
File diff suppressed because it is too large Load Diff