Zhibin Lu commited on
Commit
464c02e
·
1 Parent(s): 50c753d

some comments

Browse files
configuration_vgcn_bert.py CHANGED
@@ -11,7 +11,9 @@
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
 
14
  """ VGCN-BERT model configuration"""
 
15
  from collections import OrderedDict
16
  from typing import Mapping
17
 
 
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
+
15
  """ VGCN-BERT model configuration"""
16
+
17
  from collections import OrderedDict
18
  from typing import Mapping
19
 
modeling_vgcn_bert.py CHANGED
@@ -58,7 +58,7 @@ _CONFIG_FOR_DOC = "VGCNBertConfig"
58
 
59
  VGCNBERT_PRETRAINED_MODEL_ARCHIVE_LIST = [
60
  "zhibinlu/vgcn-bert-distilbert-base-uncased",
61
- # See all VGCN-BERT models at https://huggingface.co/models?filter=VGCNBert
62
  ]
63
 
64
 
 
58
 
59
  VGCNBERT_PRETRAINED_MODEL_ARCHIVE_LIST = [
60
  "zhibinlu/vgcn-bert-distilbert-base-uncased",
61
+ # See all VGCN-BERT models at https://huggingface.co/models?filter=vgcn-bert
62
  ]
63
 
64