初始化项目,由ModelHub XC社区提供模型

Model: TorpedoSoftware/R1-Distill-Qwen-14B-Roblox-Luau
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-11 14:58:25 +08:00
commit 3218e29dfb
25 changed files with 308645 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "R1-Distill-Qwen-14B-Roblox-Luau"
version = "1.0.0"
description = ""
authors = [{ name = "boatbomber", email = "zack@boatbomber.com" }]
readme = "README.md"
requires-python = "3.11.*"
dependencies = ["ipywidgets (>=8.1.5,<9.0.0)", "ipykernel (>=6.29.5,<7.0.0)", "together (>=1.5.2,<2.0.0)", "python-dotenv (>=1.1.0,<2.0.0)", "datasets (>=3.4.1,<4.0.0)"]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"