Skip to content

Commit

Permalink
add notebooks from kaggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed committed Apr 30, 2024
1 parent 26be306 commit 5e5f91f
Show file tree
Hide file tree
Showing 7 changed files with 29,525 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ cython_debug/
.pdm-python
/src/parser/tokens_private.json
data/
*.zip
*.json
Binary file added notebooks/3b1b_manim.parquet
Binary file not shown.
1 change: 1 addition & 0 deletions notebooks/PRGen_AutoModelForCasualLM_Trainer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"import torch\n",
"from torch.utils.data import Dataset\n",
"from transformers import AutoModelForCausalLM, AutoTokenizer, Trainer, TrainingArguments\n",
"\n",

Check failure on line 132 in notebooks/PRGen_AutoModelForCasualLM_Trainer.ipynb

View workflow job for this annotation

GitHub Actions / pre-commit

Ruff (E501)

notebooks/PRGen_AutoModelForCasualLM_Trainer.ipynb:1:1: E501 Line too long (126 > 120)
"# from datasets import Dataset"
]
},
Expand Down
1 change: 1 addition & 0 deletions notebooks/PRGen_Seq2Seq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
" Seq2SeqTrainer,\n",
" Seq2SeqTrainingArguments,\n",
")\n",
"\n",
"# from datasets import Dataset"
]
},
Expand Down
3,861 changes: 3,861 additions & 0 deletions notebooks/benchmodel.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5e5f91f

Please sign in to comment.