Update notebook
Browse files
notebook
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
# As I mentioned below on my code, after many many days of trying to use the whole data set and having my code crashing after long hours of waiting, I decided to use a sample.
|
2 |
|
3 |
-
# I'll start by installing and importing all I need
|
4 |
-
|
5 |
-
!pip install transformers pandas torch
|
6 |
|
7 |
import torch
|
8 |
import pandas as pd
|
|
|
1 |
# As I mentioned below on my code, after many many days of trying to use the whole data set and having my code crashing after long hours of waiting, I decided to use a sample.
|
2 |
|
3 |
+
# I'll start by installing (make sure to see the requirements file) and importing all I need
|
|
|
|
|
4 |
|
5 |
import torch
|
6 |
import pandas as pd
|