a-mannion commited on
Commit
cb045ad
1 Parent(s): b5064fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -5,7 +5,6 @@ language:
5
  library_name: transformers
6
  tags:
7
  - linformer
8
- - legal
9
  - medical
10
  - RoBERTa
11
  - pytorch
@@ -29,7 +28,7 @@ Jargon is available in several versions with different context sizes and types o
29
  | jargon-general-legal | jargon-general-base |18GB Legal Corpus
30
  | [jargon-multidomain-base](https://huggingface.co/PantagrueLLM/jargon-multidomain-base) | jargon-general-base |Medical+Legal Corpora|
31
  | jargon-legal | scratch |18GB Legal Corpus|
32
- | jargon-legal-4096 | scratch |18GB Legal Corpus|
33
  | [jargon-biomed](https://huggingface.co/PantagrueLLM/jargon-biomed) | scratch |5.4GB Medical Corpus|
34
  | [jargon-biomed-4096](https://huggingface.co/PantagrueLLM/jargon-biomed-4096) | scratch |5.4GB Medical Corpus|
35
  | [jargon-NACHOS](https://huggingface.co/PantagrueLLM/jargon-NACHOS) | scratch |[NACHOS](https://drbert.univ-avignon.fr/)|
@@ -45,7 +44,7 @@ For more info please check out the [paper](https://hal.science/hal-04535557/file
45
 
46
  ## Using Jargon models with HuggingFace transformers
47
 
48
- You can get started with `jargon-general-biomed` using the code snippet below:
49
 
50
  ```python
51
  from transformers import AutoModelForMaskedLM, AutoTokenizer, pipeline
 
5
  library_name: transformers
6
  tags:
7
  - linformer
 
8
  - medical
9
  - RoBERTa
10
  - pytorch
 
28
  | jargon-general-legal | jargon-general-base |18GB Legal Corpus
29
  | [jargon-multidomain-base](https://huggingface.co/PantagrueLLM/jargon-multidomain-base) | jargon-general-base |Medical+Legal Corpora|
30
  | jargon-legal | scratch |18GB Legal Corpus|
31
+ | [jargon-legal-4096](https://huggingface.co/PantagrueLLM/jargon-legal-4096) | scratch |18GB Legal Corpus|
32
  | [jargon-biomed](https://huggingface.co/PantagrueLLM/jargon-biomed) | scratch |5.4GB Medical Corpus|
33
  | [jargon-biomed-4096](https://huggingface.co/PantagrueLLM/jargon-biomed-4096) | scratch |5.4GB Medical Corpus|
34
  | [jargon-NACHOS](https://huggingface.co/PantagrueLLM/jargon-NACHOS) | scratch |[NACHOS](https://drbert.univ-avignon.fr/)|
 
44
 
45
  ## Using Jargon models with HuggingFace transformers
46
 
47
+ You can get started with this model using the code snippet below:
48
 
49
  ```python
50
  from transformers import AutoModelForMaskedLM, AutoTokenizer, pipeline