Akash Singh
commited on
Commit
•
924a043
1
Parent(s):
c27ac8a
Add bert-base-uncased-imdb
Browse files- config.json +1 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-base-uncased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../models/bert-base-uncased-imdb",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7b121ae8e1ca1c63e6c1fb23662e4989334e92bd0cb9127df539176e81ef8e1
|
3 |
+
size 438016429
|