Spaces:
Running
Running
patrickvonplaten
commited on
Commit
•
5c2826c
1
Parent(s):
b70bf92
Update README.md
Browse files
README.md
CHANGED
@@ -9,20 +9,57 @@ pinned: false
|
|
9 |
|
10 |
# Hub Maintenance
|
11 |
|
|
|
12 |
To ensure that all pull requests and discussions are answered most effectively and with a high quality, we suggest to adhere to the following guidelines.
|
13 |
|
14 |
- Organization with the highest model downloads should be co-maintained.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
[Facebook](https://huggingface.co/facebook): @nima, @niels_ro, @suraj, @patrick, @sgugger
|
|
|
|
|
|
|
17 |
|
18 |
[OpenAI](https://huggingface.co/openai): @nima, @suraj, @niels_ro
|
|
|
19 |
|
20 |
[Google](https://huggingface.co/google): @omar_s, @lysandre, @sgugger, @patrick, @suraj, @niels_ro
|
|
|
|
|
21 |
|
22 |
[Helsinki-NLP](https://huggingface.co/Helsinki-NLP): @merve, @suraj, @patrick
|
|
|
|
|
|
|
|
|
23 |
|
24 |
[Microsoft](https://huggingface.co/microsoft): @nateraw, @anton, @niels_ro
|
25 |
|
|
|
26 |
[sentence-transformers](https://huggingface.co/sentence-transformers): @omar_e, @niels_rei
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
- Pull requests should get
|
|
|
9 |
|
10 |
# Hub Maintenance
|
11 |
|
12 |
+
|
13 |
To ensure that all pull requests and discussions are answered most effectively and with a high quality, we suggest to adhere to the following guidelines.
|
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 |
[Facebook](https://huggingface.co/facebook): @nima, @niels_ro, @suraj, @patrick, @sgugger
|
28 |
+
- Blenderbot, MBart, BART: @valhalla, @patrickvonplaten
|
29 |
+
- Wav2Vec2, XLSR, XLS-R: @patrickvonplaten, @sanchit-gandhi
|
30 |
+
- RAG, DPR: @valhalla, @patrickvonplaten
|
31 |
|
32 |
[OpenAI](https://huggingface.co/openai): @nima, @suraj, @niels_ro
|
33 |
+
- CLIP
|
34 |
|
35 |
[Google](https://huggingface.co/google): @omar_s, @lysandre, @sgugger, @patrick, @suraj, @niels_ro
|
36 |
+
- MT5, T5v1_1, ByT5
|
37 |
+
-
|
38 |
|
39 |
[Helsinki-NLP](https://huggingface.co/Helsinki-NLP): @merve, @suraj, @patrick
|
40 |
+
- Marian: @patrickvonplaten, @valhalla
|
41 |
+
|
42 |
+
Approval required by:
|
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
|