Update config.json
Browse files- config.json +7 -0
config.json
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"_name_or_path": "roberta-base",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
@@ -35,4 +40,6 @@
|
|
35 |
"type_vocab_size": 1,
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50265
|
|
|
|
|
38 |
}
|
|
|
1 |
{
|
2 |
+
model_name: Lecturer_Model
|
3 |
+
tags:
|
4 |
+
- custom
|
5 |
+
- pytorch
|
6 |
+
framework: pytorch
|
7 |
"_name_or_path": "roberta-base",
|
8 |
"architectures": [
|
9 |
"RobertaForSequenceClassification"
|
|
|
40 |
"type_vocab_size": 1,
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50265
|
43 |
+
|
44 |
+
|
45 |
}
|