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

Model: flax-community/gpt-2-tamil
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-01 19:01:18 +08:00
commit cf8c42595a
55 changed files with 2445 additions and 0 deletions

8
.flake8 Normal file
View File

@@ -0,0 +1,8 @@
[flake8]
exclude = venv
ignore = E501, W503, E226, E203
max-line-length = 85
# E501: Line too long
# W503: Line break occurred before binary operator
# E226: Missing white space around arithmetic operator