xww033 commited on
Commit
761da54
·
1 Parent(s): 13a5a6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -30,16 +30,13 @@ Then, in the output space, we tackle span extraction problems by predicting the
30
  We tackle sequence classification problems by conducting relevance classification on [CLS] (extracting [CLS] if relevant).
31
 
32
  ## Model variations
33
- There are five (including two multilingual variations) versions of models released. The details are:
34
 
35
  | Model | Backbone | #params |
36
- |------------|-----------|----------|-------|-------|----|
37
  | [PMR-base](https://huggingface.co/DAMO-NLP-SG/PMR-base) | [roberta-base](https://huggingface.co/roberta-base) | 125M |
38
  | [PMR-large](https://huggingface.co/DAMO-NLP-SG/PMR-large) | [roberta-large](https://huggingface.co/roberta-large) | 355M |
39
  | [PMR-xxlarge](https://huggingface.co/DAMO-NLP-SG/PMR-xxlarge) | [albert-xxlarge-v2](https://huggingface.co/albert-xxlarge-v2) | 235M |
40
- | [mPMR-base](https://huggingface.co/DAMO-NLP-SG/mPMR-base) | [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) | 270M |
41
- | [mPMR-large](https://huggingface.co/DAMO-NLP-SG/mPMR-large) | [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) | 550M |
42
-
43
 
44
 
45
  ## Intended uses & limitations
 
30
  We tackle sequence classification problems by conducting relevance classification on [CLS] (extracting [CLS] if relevant).
31
 
32
  ## Model variations
33
+ There are three versions of models released. The details are:
34
 
35
  | Model | Backbone | #params |
36
+ |------------|-----------|----------|
37
  | [PMR-base](https://huggingface.co/DAMO-NLP-SG/PMR-base) | [roberta-base](https://huggingface.co/roberta-base) | 125M |
38
  | [PMR-large](https://huggingface.co/DAMO-NLP-SG/PMR-large) | [roberta-large](https://huggingface.co/roberta-large) | 355M |
39
  | [PMR-xxlarge](https://huggingface.co/DAMO-NLP-SG/PMR-xxlarge) | [albert-xxlarge-v2](https://huggingface.co/albert-xxlarge-v2) | 235M |
 
 
 
40
 
41
 
42
  ## Intended uses & limitations