alozowski commited on
Commit
eac67c3
·
1 Parent(s): 22276ca

initial version of curated set

Browse files
Files changed (1) hide show
  1. curated_set.json +62 -0
curated_set.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "CURATED_SET": [
3
+ "01-ai",
4
+ "CausalLM",
5
+ "CohereForAI",
6
+ "Deci",
7
+ "EleutherAI",
8
+ "HuggingFaceH4",
9
+ "IDEA-CCNL",
10
+ "Intel",
11
+ "LLM360",
12
+ "NousResearch",
13
+ "Nexusflow",
14
+ "Open-Orca",
15
+ "OpenAssistant",
16
+ "Phind",
17
+ "PygmalionAI",
18
+ "Qwen",
19
+ "Salesforce",
20
+ "Snowflake",
21
+ "TencentARC",
22
+ "TinyLlama",
23
+ "Upstage",
24
+ "WizardLMTeam",
25
+ "abacusai",
26
+ "ai21labs",
27
+ "allenai",
28
+ "argilla",
29
+ "berkeley-nest",
30
+ "bigcode",
31
+ "bigscience",
32
+ "cognitivecomputations",
33
+ "databricks",
34
+ "deepseek-ai",
35
+ "distilbert",
36
+ "facebook",
37
+ "google",
38
+ "gradientai",
39
+ "gpt2",
40
+ "ibm",
41
+ "ibm-granite",
42
+ "internlm",
43
+ "lmsys",
44
+ "meta",
45
+ "meta-llama",
46
+ "microsoft",
47
+ "mistral-community",
48
+ "mistralai",
49
+ "mlabonne",
50
+ "mosaicml",
51
+ "nvidia",
52
+ "openai-community",
53
+ "openchat",
54
+ "refuelai",
55
+ "stabilityai",
56
+ "teknium",
57
+ "tiiuae",
58
+ "togethercomputer",
59
+ "upstage",
60
+ "xai-org"
61
+ ]
62
+ }