Skip to content

Commit

Permalink
chore: cleanup transformer code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieluna committed Feb 7, 2025
1 parent 4bb2456 commit 8c07878
Show file tree
Hide file tree
Showing 6 changed files with 780 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pip-delete-this-directory.txt

# Jupyter Notebook
.ipynb_checkpoints
workspace/

# Environments
.env
Expand Down
1 change: 0 additions & 1 deletion notebooks/training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
{
"cell_type": "code",
"source": [
"import zipfile\n",
"import concurrent.futures\n",
"import requests\n",
"import hashlib\n",
Expand Down
2 changes: 1 addition & 1 deletion packages/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies = [
"imagesize>=1.2",

# Math
"entmax>=1.0",
"numpy>=1.26",
"pandas>=1.0",

Expand All @@ -22,7 +23,6 @@ dependencies = [
# Natural Language Processing
"transformers>=4.0",
"tokenizers>=0.13",
"x-transformers==0.15",

# Utilities
"tqdm>=4.0",
Expand Down
Loading

0 comments on commit 8c07878

Please sign in to comment.