nbansal commited on
Commit
2cc2c31
·
1 Parent(s): f9cbf95
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -57,11 +57,8 @@ Sem-F1 takes 2 mandatory arguments:
57
  Sem-F1 also accepts multiple optional arguments:
58
 
59
 
60
- - `model_type (str)`: Model to use for encoding sentences. Options: ['pv1' ([paraphrase-distilroberta-base-v1](https://huggingface.co/sentence-transformers/paraphrase-distilroberta-base-v1)), 'stsb' ([stsb-roberta-large](https://huggingface.co/sentence-transformers/stsb-roberta-large)), 'use' ([Universal Sentence Encoder](https://huggingface.co/sentence-transformers/use-cmlm-multilingual)) (Default)]
61
-
62
- Furthermore, you can use any model on Huggingface/SentenceTransformer that is supported by SentenceTransformer
63
- such as `all-mpnet-base-v2` or `roberta-base`
64
-
65
  - `tokenize_sentences (bool)`: Flag to indicate whether to tokenize the sentences in the input documents. Default: True.
66
  - `multi_references (bool)`: Flag to indicate whether multiple references are provided. Default: False.
67
  - `gpu (Union[bool, str, int, List[Union[str, int]]])`: Whether to use GPU, CPU or multiple-processes for computation.
 
57
  Sem-F1 also accepts multiple optional arguments:
58
 
59
 
60
+ - `model_type (str)`: Model to use for encoding sentences. Options: ['pv1' ([paraphrase-distilroberta-base-v1](https://huggingface.co/sentence-transformers/paraphrase-distilroberta-base-v1)), 'stsb' ([stsb-roberta-large](https://huggingface.co/sentence-transformers/stsb-roberta-large)), 'use' ([Universal Sentence Encoder](https://huggingface.co/sentence-transformers/use-cmlm-multilingual)) (Default)]. Furthermore, you can use any model on Huggingface/SentenceTransformer that is supported by SentenceTransformer
61
+ such as `all-mpnet-base-v2` or `roberta-base`.
 
 
 
62
  - `tokenize_sentences (bool)`: Flag to indicate whether to tokenize the sentences in the input documents. Default: True.
63
  - `multi_references (bool)`: Flag to indicate whether multiple references are provided. Default: False.
64
  - `gpu (Union[bool, str, int, List[Union[str, int]]])`: Whether to use GPU, CPU or multiple-processes for computation.