Skip to content

Commit

Permalink
large gpt2 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
BedirT committed Apr 13, 2023
1 parent 048a42e commit e114884
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/posts/blog_posts/fine_tune_sentiment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,8 @@ Now it's time to choose a model to train. We'll use the `transformers` library t
6. RoBERTa-Large
7. DistilBERT-Large
8. GPT2-Medium
9. GPT2-Large

We have 9 different models. Let's go over each model and explain how they differ.
We have 8 different models. Let's go over each model and explain how they differ.

### BERT

Expand Down Expand Up @@ -464,6 +463,5 @@ get the best performance, we can see the results. Here are the results for diffe
| RoBERTa Large | x | x | x | x |
| DistilBERT Large | x | x | x | x |
| GPT2 Medium | x | x | x | x |
| GPT2 Large | x | x | x | x |

...

0 comments on commit e114884

Please sign in to comment.