Spaces:
Running
Running
patrickvonplaten
commited on
Commit
·
d605a3f
1
Parent(s):
5c2826c
Update README.md
Browse files
README.md
CHANGED
@@ -14,52 +14,87 @@ To ensure that all pull requests and discussions are answered most effectively a
|
|
14 |
|
15 |
- Organization with the highest model downloads should be co-maintained.
|
16 |
|
17 |
-
**Canonical models**:
|
18 |
|
19 |
-
- RoBERTa: @sgugger, @lysandre
|
20 |
-
- T5: @patrickvonplaten
|
21 |
-
- BERT: @sgugger, @lysandre
|
22 |
-
- GPT2: @valhalla, @patrickvonplaten
|
23 |
-
- XLMRoberta: @sgugger, @lysandre
|
24 |
-
- Transfo-XL: @lysandre, @patrickvonplaten
|
25 |
-
- XLNet: @lysandre, @patrickvonplaten
|
26 |
|
27 |
-
|
28 |
-
- Blenderbot, MBart, BART: @valhalla, @patrickvonplaten
|
29 |
-
- Wav2Vec2, XLSR, XLS-R: @patrickvonplaten, @sanchit-gandhi
|
30 |
-
- RAG, DPR: @valhalla, @patrickvonplaten
|
31 |
|
32 |
-
|
33 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
[Google](https://huggingface.co/google): @omar_s, @lysandre, @sgugger, @patrick, @suraj, @niels_ro
|
36 |
-
- MT5, T5v1_1, ByT5
|
37 |
-
-
|
38 |
|
39 |
-
|
40 |
-
- Marian: @patrickvonplaten, @valhalla
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
|
45 |
[Microsoft](https://huggingface.co/microsoft): @nateraw, @anton, @niels_ro
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
[sentence-transformers](https://huggingface.co/sentence-transformers): @omar_e, @niels_rei
|
49 |
-
ALBERT, BERT, XLM, DeBERTa, DeBERTa-v2, ELECTRA, MobileBert, SqueezeBert: @LysandreJik
|
50 |
-
T5, Pegasus, EncoderDecoder: @patrickvonplaten
|
51 |
-
Blenderbot, MBART, BART, Marian, Pegasus: @patil-suraj
|
52 |
-
Reformer, TransfoXL, XLNet, FNet: @patrickvonplaten
|
53 |
-
Longformer, BigBird: @ydshieh
|
54 |
-
FSMT: @stas00
|
55 |
-
Funnel: @sgugger
|
56 |
-
GPT-2, GPT: @patil-suraj, @patrickvonplaten, @LysandreJik
|
57 |
-
RAG, DPR: @patrickvonplaten, @lhoestq
|
58 |
-
TensorFlow: @Rocketknight1
|
59 |
-
JAX/Flax: @patil-suraj
|
60 |
-
TAPAS, LayoutLM, LayoutLMv2, LUKE, ViT, BEiT, DEiT, DETR, CANINE: @NielsRogge
|
61 |
-
GPT-Neo, GPT-J, CLIP: @patil-suraj
|
62 |
-
Wav2Vec2, HuBERT, UniSpeech, UniSpeechSAT, SEW, SEW-D: @patrickvonplaten, @anton-l
|
63 |
-
SpeechEncoderDecoder, Speech2Text, Speech2Text2: @sanchit-gandhi, @patrickvonplaten, @anton-l
|
64 |
|
65 |
- Pull requests should get at least **one** approval if only the README.md is changed and **two** approvals for all other pull requests (model weights, tokenizer config files, config files) by the respective maintainers
|
|
|
14 |
|
15 |
- Organization with the highest model downloads should be co-maintained.
|
16 |
|
17 |
+
## **Canonical models**:
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
**Dispatched by**: @lysandre
|
|
|
|
|
|
|
21 |
|
22 |
+
**Responsible**:
|
23 |
+
- *RoBERTa*: @lysandre, @patrickvonplaten
|
24 |
+
- *T5*: @patrickvonplaten
|
25 |
+
- *BERT*: @sgugger, @lysandre
|
26 |
+
- *GPT2*: @valhalla, @patrickvonplaten
|
27 |
+
- *XLMRoberta*: @lysandre, @patrickvonplaten
|
28 |
+
- *Transfo-XL*: @ydshieh, @patrickvonplaten
|
29 |
+
- *XLNet*: @ydshieh, @patrickvonplaten
|
30 |
|
|
|
|
|
|
|
31 |
|
32 |
+
## **HF Co-implemented Org models**
|
|
|
33 |
|
34 |
+
|
35 |
+
[Facebook](https://huggingface.co/facebook):
|
36 |
+
**Dispatched by**: @nima
|
37 |
+
**Org members**: @nima, @sgugger, @patrickvonplaten, @valhalla, @nielsr, @sanchit-gandhi
|
38 |
+
|
39 |
+
**Responsible**:
|
40 |
+
- *Blenderbot*, MBart, BART, FSMT*: @valhalla, @patrickvonplaten
|
41 |
+
- *Wav2Vec2, HuBERT, XLSR, XLS-R*: @patrickvonplaten, @sanchit-gandhi
|
42 |
+
- *RAG, DPR*: @valhalla, @patrickvonplaten
|
43 |
+
- *DEiT, DETR*: @nielsr, @sgugger
|
44 |
+
|
45 |
+
[OpenAI](https://huggingface.co/openai):
|
46 |
+
**Dispatched by**: @nima
|
47 |
+
**Org members**: @nima, @valhalla, @patrickvonplaten
|
48 |
+
|
49 |
+
**Responsible**:
|
50 |
+
- *CLIP*: @valhalla, @patrickvonplaten
|
51 |
+
|
52 |
+
|
53 |
+
[Google](https://huggingface.co/google):
|
54 |
+
**Dispatched by**: @omar_s
|
55 |
+
**Org members**: @omar_s, @lysandre, @sgugger, @ydshieh, @valhalla, @nielsr, @patrickvonplaten
|
56 |
+
|
57 |
+
**Responsible**:
|
58 |
+
- *MT5, T5v1_1, ByT5*: @patrickvonplaten, @valhalla
|
59 |
+
- *TAPAS*: @nielsr, @lysandre
|
60 |
+
- *ViT, CANINE*: @nielsr, @sgugger
|
61 |
+
- *Funnel, ELECTRA, MobileBert*: @sgugger, @lysandre
|
62 |
+
- *Pegasus*: @patrickvonplaten, @valhalla
|
63 |
+
- *BigBird, Reformer*: @ydshieh, @patrickvonplaten
|
64 |
+
|
65 |
+
|
66 |
+
[Helsinki-NLP](https://huggingface.co/Helsinki-NLP):
|
67 |
+
**Dispatched by**: @merve
|
68 |
+
**Org members**: @merve, @patrickvonplaten, @valhalla
|
69 |
+
|
70 |
+
**Responsible**:
|
71 |
+
- *Marian:*: @patrickvonplaten, @valhalla
|
72 |
|
73 |
|
74 |
[Microsoft](https://huggingface.co/microsoft): @nateraw, @anton, @niels_ro
|
75 |
|
76 |
+
**Org members**: @omar_s, @lysandre, @sgugger, @anton-l, @nielsr, @patrickvonplaten
|
77 |
+
|
78 |
+
**Responsible**:
|
79 |
+
- WavLM, UniSpeech, UniSpeechSAT: @anton-l, @patrickvonplaten
|
80 |
+
- LayoutLM, LayoutLMv2, BEiT: @nielsr, @sgugger
|
81 |
+
- DeBERTa: @sgugger, @lysandre
|
82 |
+
|
83 |
+
[AllenAI](https://huggingface.co/allenai)
|
84 |
+
|
85 |
+
**Dispatched by**: @patrickvonplaten
|
86 |
+
**Org members**: @ydshieh, @patrickvonplaten
|
87 |
+
|
88 |
+
**Responsible**:
|
89 |
+
- Longformer: @ydshieh, @patrickvonplaten
|
90 |
+
|
91 |
+
[sentence-transformers](https://huggingface.co/sentence-transformers):
|
92 |
+
|
93 |
+
**Dispatched by**: @nreimers
|
94 |
+
**Org members**: @nreimers
|
95 |
+
|
96 |
+
|
97 |
+
## **Approval system**
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
|
100 |
- Pull requests should get at least **one** approval if only the README.md is changed and **two** approvals for all other pull requests (model weights, tokenizer config files, config files) by the respective maintainers
|