From bfe070f976ec5afb150f8eb3def5597313c27a06 Mon Sep 17 00:00:00 2001 From: OleehyO Date: Wed, 13 Aug 2025 22:01:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20[chore]=20Update=20proj?= =?UTF-8?q?ect=20for=20TexTeller=203.0=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update dataset references from TexTeller 1.0 to 3.0 in README files - Add paper.pdf to assets directory - Configure pre-commit to exclude assets/ from large file checks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .pre-commit-config.yaml | 1 + README.md | 2 +- assets/README_zh.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3667c03..0e470b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,7 @@ repos: - id: check-yaml - id: check-toml - id: check-added-large-files + exclude: assets/ - id: check-case-conflict - id: check-merge-conflict - id: debug-statements diff --git a/README.md b/README.md index 3de8a8d..8bcb432 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![](https://img.shields.io/badge/API-Docs-orange.svg?logo=read-the-docs)](https://oleehyo.github.io/TexTeller/) [![](https://img.shields.io/badge/docker-pull-green.svg?logo=docker)](https://hub.docker.com/r/oleehyo/texteller) - [![](https://img.shields.io/badge/Data-Texteller1.0-brightgreen.svg?logo=huggingface)](https://huggingface.co/datasets/OleehyO/latex-formulas) + [![](https://img.shields.io/badge/Data-Texteller3.0-brightgreen.svg?logo=huggingface)](https://huggingface.co/datasets/OleehyO/latex-formulas-80M) [![](https://img.shields.io/badge/Weights-Texteller3.0-yellow.svg?logo=huggingface)](https://huggingface.co/OleehyO/TexTeller) [![](https://img.shields.io/badge/License-Apache_2.0-blue.svg?logo=github)](https://opensource.org/licenses/Apache-2.0) diff --git a/assets/README_zh.md b/assets/README_zh.md index 11a5d1c..8bc1962 100644 --- a/assets/README_zh.md +++ b/assets/README_zh.md @@ -9,7 +9,7 @@ [![](https://img.shields.io/badge/API-文档-orange.svg?logo=read-the-docs)](https://oleehyo.github.io/TexTeller/) [![](https://img.shields.io/badge/docker-镜像-green.svg?logo=docker)](https://hub.docker.com/r/oleehyo/texteller) - [![](https://img.shields.io/badge/数据-Texteller1.0-brightgreen.svg?logo=huggingface)](https://huggingface.co/datasets/OleehyO/latex-formulas) + [![](https://img.shields.io/badge/数据-Texteller3.0-brightgreen.svg?logo=huggingface)](https://huggingface.co/datasets/OleehyO/latex-formulas-80M) [![](https://img.shields.io/badge/权重-Texteller3.0-yellow.svg?logo=huggingface)](https://huggingface.co/OleehyO/TexTeller) [![](https://img.shields.io/badge/协议-Apache_2.0-blue.svg?logo=github)](https://opensource.org/licenses/Apache-2.0)