-
Notifications
You must be signed in to change notification settings - Fork 7
/
models.json
24 lines (24 loc) · 995 Bytes
/
models.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"roberta-base": {
"default": "cardiffnlp/twitter-roberta-base-2022-154m",
"latest": "cardiffnlp/twitter-roberta-base-sep2022",
"quarterly": [
"cardiffnlp/twitter-roberta-base-mar2020",
"cardiffnlp/twitter-roberta-base-jun2020",
"cardiffnlp/twitter-roberta-base-sep2020",
"cardiffnlp/twitter-roberta-base-dec2020",
"cardiffnlp/twitter-roberta-base-mar2021",
"cardiffnlp/twitter-roberta-base-jun2021",
"cardiffnlp/twitter-roberta-base-sep2021",
"cardiffnlp/twitter-roberta-base-dec2021",
"cardiffnlp/twitter-roberta-base-mar2022-15M-incr",
"cardiffnlp/twitter-roberta-base-jun2022-15M-incr",
"cardiffnlp/twitter-roberta-base-sep2022"
]
},
"roberta-large": {
"default": "cardiffnlp/twitter-roberta-large-2022-154m",
"latest": "cardiffnlp/twitter-roberta-large-2022-154m",
"quarterly": []
}
}