Jaren commited on
Commit
19a8a46
1 Parent(s): 3fc7bdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
- This model used hfl/chinese-roberta-wwm-ext-large backbone and was trained on SNLI, MNLI, DNLI, KvPI data in Chinese version.
2
  Model structures are as follows:
3
 
4
- ```
5
  class RobertaForSequenceClassification(nn.Module):
6
  def __init__(self, tagset_size):
7
  super(RobertaForSequenceClassification, self).__init__()
 
1
+ This model used hfl/chinese-roberta-wwm-ext-large backbone and was trained on SNLI, MNLI, DNLI, KvPI, OCNLI, CMNLI data in Chinese version.
2
  Model structures are as follows:
3
 
4
+ ```python
5
  class RobertaForSequenceClassification(nn.Module):
6
  def __init__(self, tagset_size):
7
  super(RobertaForSequenceClassification, self).__init__()