davanstrien HF staff commited on
Commit
2605824
1 Parent(s): a1e929b

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -222
index.html DELETED
@@ -1,222 +0,0 @@
1
- <html>
2
- <head>
3
- <meta charset="utf-8">
4
-
5
- <script src="lib/bindings/utils.js"></script>
6
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
7
- <script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
8
-
9
-
10
- <center>
11
- <h1></h1>
12
- </center>
13
-
14
- <!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
15
- <script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
16
- <link
17
- href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
18
- rel="stylesheet"
19
- integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
20
- crossorigin="anonymous"
21
- />
22
- <script
23
- src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
24
- integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
25
- crossorigin="anonymous"
26
- ></script>
27
-
28
-
29
- <center>
30
- <h1></h1>
31
- </center>
32
- <style type="text/css">
33
-
34
- #mynetwork {
35
- width: 100%;
36
- height: 1200px;
37
- background-color: #ffffff;
38
- border: 1px solid lightgray;
39
- position: relative;
40
- float: left;
41
- }
42
-
43
-
44
- #loadingBar {
45
- position:absolute;
46
- top:0px;
47
- left:0px;
48
- width: 100%;
49
- height: 1200px;
50
- background-color:rgba(200,200,200,0.8);
51
- -webkit-transition: all 0.5s ease;
52
- -moz-transition: all 0.5s ease;
53
- -ms-transition: all 0.5s ease;
54
- -o-transition: all 0.5s ease;
55
- transition: all 0.5s ease;
56
- opacity:1;
57
- }
58
-
59
- #bar {
60
- position:absolute;
61
- top:0px;
62
- left:0px;
63
- width:20px;
64
- height:20px;
65
- margin:auto auto auto auto;
66
- border-radius:11px;
67
- border:2px solid rgba(30,30,30,0.05);
68
- background: rgb(0, 173, 246); /* Old browsers */
69
- box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
70
- }
71
-
72
- #border {
73
- position:absolute;
74
- top:10px;
75
- left:10px;
76
- width:500px;
77
- height:23px;
78
- margin:auto auto auto auto;
79
- box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
80
- border-radius:10px;
81
- }
82
-
83
- #text {
84
- position:absolute;
85
- top:8px;
86
- left:530px;
87
- width:30px;
88
- height:50px;
89
- margin:auto auto auto auto;
90
- font-size:22px;
91
- color: #000000;
92
- }
93
-
94
- div.outerBorder {
95
- position:relative;
96
- top:400px;
97
- width:600px;
98
- height:44px;
99
- margin:auto auto auto auto;
100
- border:8px solid rgba(0,0,0,0.1);
101
- background: rgb(252,252,252); /* Old browsers */
102
- background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
103
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
104
- background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
105
- background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
106
- background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
107
- background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
108
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
109
- border-radius:72px;
110
- box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
111
- }
112
-
113
-
114
-
115
-
116
-
117
- </style>
118
- </head>
119
-
120
-
121
- <body>
122
- <div class="card" style="width: 100%">
123
-
124
-
125
- <div id="mynetwork" class="card-body"></div>
126
- </div>
127
-
128
-
129
- <div id="loadingBar">
130
- <div class="outerBorder">
131
- <div id="text">0%</div>
132
- <div id="border">
133
- <div id="bar"></div>
134
- </div>
135
- </div>
136
- </div>
137
-
138
-
139
-
140
- <script type="text/javascript">
141
-
142
- // initialize global variables.
143
- var edges;
144
- var nodes;
145
- var allNodes;
146
- var allEdges;
147
- var nodeColors;
148
- var originalNodes;
149
- var network;
150
- var container;
151
- var options, data;
152
- var filter = {
153
- item : '',
154
- property : '',
155
- value : []
156
- };
157
-
158
-
159
-
160
-
161
-
162
- // This method is responsible for drawing the graph, returns the drawn network
163
- function drawGraph() {
164
- var container = document.getElementById('mynetwork');
165
-
166
-
167
-
168
- // parsing and collecting nodes and edges from the python
169
- nodes = new vis.DataSet([{"color": "#97c2fc", "id": "karawalla/mistral_b_karawalla_test3", "label": "karawalla/mistral_b_karawalla_test3", "shape": "dot", "size": 10.015831570988055, "title": "Downloads: 69"}, {"color": "#97c2fc", "id": "jsaurabh/mistral_finance_alpaca_finetuned_tmp", "label": "jsaurabh/mistral_finance_alpaca_finetuned_tmp", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "DangFutures/sft_dang", "label": "DangFutures/sft_dang", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2.1-mistral-7b-3.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2.1-mistral-7b-3.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "Igorsp/mistral_b_finetuned_python", "label": "Igorsp/mistral_b_finetuned_python", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "dongwang218/zephyr-7b-sft-full", "label": "dongwang218/zephyr-7b-sft-full", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "sampathkumar2023/mistral_b_nuware_website_finetuned_test", "label": "sampathkumar2023/mistral_b_nuware_website_finetuned_test", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "Ka4on/mistral_final", "label": "Ka4on/mistral_final", "shape": "dot", "size": 10.002599213147292, "title": "Downloads: 13"}, {"color": "#97c2fc", "id": "Ka4on/us_test2", "label": "Ka4on/us_test2", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "HuggingFaceH4/mistral-7b-sft-alpha", "label": "HuggingFaceH4/mistral-7b-sft-alpha", "shape": "dot", "size": 10.064507744473719, "title": "Downloads: 275"}, {"color": "#97c2fc", "id": "vicky4s4s/content-generations-beta", "label": "vicky4s4s/content-generations-beta", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "nminnie/zephyr-7b-sft-lora", "label": "nminnie/zephyr-7b-sft-lora", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "ravisv73/mistral_7b-qa-knowthyself", "label": "ravisv73/mistral_7b-qa-knowthyself", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "arcee-ai/mistral-7b-nuclear-full", "label": "arcee-ai/mistral-7b-nuclear-full", "shape": "dot", "size": 10.003308089460191, "title": "Downloads: 16"}, {"color": "#97c2fc", "id": "Trelis/zephyr-7b-beta-function-calling-v2", "label": "Trelis/zephyr-7b-beta-function-calling-v2", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "pkarypis/zephyr-7b-sft-full", "label": "pkarypis/zephyr-7b-sft-full", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "OpenLLM-France/Claire-Mistral-7B-0.1", "label": "OpenLLM-France/Claire-Mistral-7B-0.1", "shape": "dot", "size": 10.012050897319266, "title": "Downloads: 53"}, {"color": "#97c2fc", "id": "openaccess-ai-collective/neft-exp2", "label": "openaccess-ai-collective/neft-exp2", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "lionelchg/zephyr-7b-sft-lora", "label": "lionelchg/zephyr-7b-sft-lora", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "alecwangcq/zephyr-7b-sft-full", "label": "alecwangcq/zephyr-7b-sft-full", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "MMaitra/mistral_7b_instruct_finetuned_test", "label": "MMaitra/mistral_7b_instruct_finetuned_test", "shape": "dot", "size": 10.003071797355892, "title": "Downloads: 15"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2-mistral-7b-3.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2-mistral-7b-3.0bpw-h6-exl2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "qblocks/mistral_7b_norobots", "label": "qblocks/mistral_7b_norobots", "shape": "dot", "size": 10.001890336834395, "title": "Downloads: 10"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2.1-mistral-7b-8.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2.1-mistral-7b-8.0bpw-h6-exl2", "shape": "dot", "size": 10.001417752625796, "title": "Downloads: 8"}, {"color": "#97c2fc", "id": "Tonic/mistralmed", "label": "Tonic/mistralmed", "shape": "dot", "size": 10.066161789203814, "title": "Downloads: 282"}, {"color": "#97c2fc", "id": "ankity09/zephyr-7b-beta-5.0bpw-exl2", "label": "ankity09/zephyr-7b-beta-5.0bpw-exl2", "shape": "dot", "size": 10.001181460521497, "title": "Downloads: 7"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2.5-Mistral-7B-6.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2.5-Mistral-7B-6.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "llm-efficiency-challenge/hfvienna-4090-mistral_guanaco_1ep", "label": "llm-efficiency-challenge/hfvienna-4090-mistral_guanaco_1ep", "shape": "dot", "size": 10.002599213147292, "title": "Downloads: 13"}, {"color": "#97c2fc", "id": "Joetib/results", "label": "Joetib/results", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "Ronal999/mistralai-7B-v01-based-finetuned-using-ludwig-notmerged", "label": "Ronal999/mistralai-7B-v01-based-finetuned-using-ludwig-notmerged", "shape": "dot", "size": 10.010396852589171, "title": "Downloads: 46"}, {"color": "#97c2fc", "id": "Supersaiyan1729/mistrail_28_31_1", "label": "Supersaiyan1729/mistrail_28_31_1", "shape": "dot", "size": 10.001654044730095, "title": "Downloads: 9"}, {"color": "#97c2fc", "id": "lewtun/zephyr-7b-sft", "label": "lewtun/zephyr-7b-sft", "shape": "dot", "size": 10.28780378303659, "title": "Downloads: 1220"}, {"color": "#97c2fc", "id": "Doctor-Shotgun/mistral-v0.1-supercot-lora", "label": "Doctor-Shotgun/mistral-v0.1-supercot-lora", "shape": "dot", "size": 10.002835505251593, "title": "Downloads: 14"}, {"color": "#97c2fc", "id": "BAH-ML-ASC/Dolphin-7b-chat", "label": "BAH-ML-ASC/Dolphin-7b-chat", "shape": "dot", "size": 10.004016965773088, "title": "Downloads: 19"}, {"color": "#97c2fc", "id": "HuggingFaceH4/mistral-7b-sft-beta", "label": "HuggingFaceH4/mistral-7b-sft-beta", "shape": "dot", "size": 11.177443555723585, "title": "Downloads: 4985"}, {"color": "#97c2fc", "id": "teknium/Mistral-Trismegistus-7B", "label": "teknium/Mistral-Trismegistus-7B", "shape": "dot", "size": 11.628052598622418, "title": "Downloads: 6892"}, {"color": "#97c2fc", "id": "AlistairPullen/test-mistral-memory", "label": "AlistairPullen/test-mistral-memory", "shape": "dot", "size": 10.002835505251593, "title": "Downloads: 14"}, {"color": "#97c2fc", "id": "BAH-ML-ASC/Zephyr-7b-beta", "label": "BAH-ML-ASC/Zephyr-7b-beta", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "lewtun/mistral-7b-sft-ultrachat-arithmo-50", "label": "lewtun/mistral-7b-sft-ultrachat-arithmo-50", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "TanJing/zephyr-7b-sft-lora", "label": "TanJing/zephyr-7b-sft-lora", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "openaccess-ai-collective/neft-exp1", "label": "openaccess-ai-collective/neft-exp1", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "MNC-LLM/batch1_epochs4_lr0.0001_paged_adamw_32bit_cosine_length2048_warmup_0.05_max_grad1.0_grad_accu16", "label": "MNC-LLM/batch1_epochs4_lr0.0001_paged_adamw_32bit_cosine_length2048_warmup_0.05_max_grad1.0_grad_accu16", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "LoneStriker/zephyr-7b-beta-6.0bpw-h6-exl2", "label": "LoneStriker/zephyr-7b-beta-6.0bpw-h6-exl2", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "artificialguybr/OpenHermesV2-PTBR", "label": "artificialguybr/OpenHermesV2-PTBR", "shape": "dot", "size": 10.012523481527865, "title": "Downloads: 55"}, {"color": "#97c2fc", "id": "DecisionOptimizationSystem/DeepFeatLLMZephyr7B", "label": "DecisionOptimizationSystem/DeepFeatLLMZephyr7B", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "NurtureAI/zephyr-7b-beta-16k", "label": "NurtureAI/zephyr-7b-beta-16k", "shape": "dot", "size": 10.029063928828819, "title": "Downloads: 125"}, {"color": "#97c2fc", "id": "NurtureAI/OpenHermes-2.5-Mistral-7B-16k-AWQ", "label": "NurtureAI/OpenHermes-2.5-Mistral-7B-16k-AWQ", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "LoneStriker/zephyr-7b-beta-5.0bpw-h6-exl2", "label": "LoneStriker/zephyr-7b-beta-5.0bpw-h6-exl2", "shape": "dot", "size": 10.002835505251593, "title": "Downloads: 14"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2.5-Mistral-7B-3.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2.5-Mistral-7B-3.0bpw-h6-exl2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "souvik0306/mistral_7b_2epoch_norobots", "label": "souvik0306/mistral_7b_2epoch_norobots", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "teknium/OpenHermes-2-Mistral-7B", "label": "teknium/OpenHermes-2-Mistral-7B", "shape": "dot", "size": 14.275233043087866, "title": "Downloads: 18095"}, {"color": "#97c2fc", "id": "teknium/CollectiveCognition-v1-Mistral-7B", "label": "teknium/CollectiveCognition-v1-Mistral-7B", "shape": "dot", "size": 11.53093654375539, "title": "Downloads: 6481"}, {"color": "#97c2fc", "id": "GowthamMl/mistral-sql-generation-v2", "label": "GowthamMl/mistral-sql-generation-v2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "Igorsp/mistral-viggo-finetune", "label": "Igorsp/mistral-viggo-finetune", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "LoneStriker/zephyr-7b-beta-4.0bpw-h6-exl2", "label": "LoneStriker/zephyr-7b-beta-4.0bpw-h6-exl2", "shape": "dot", "size": 10.004725842085987, "title": "Downloads: 22"}, {"color": "#97c2fc", "id": "Supersaiyan1729/mistrail_28_31_5", "label": "Supersaiyan1729/mistrail_28_31_5", "shape": "dot", "size": 10.006143594711782, "title": "Downloads: 28"}, {"color": "#97c2fc", "id": "ravisv73/mistral_7b-instruct-knowthyself", "label": "ravisv73/mistral_7b-instruct-knowthyself", "shape": "dot", "size": 10.001890336834395, "title": "Downloads: 10"}, {"color": "#97c2fc", "id": "Ka4on/mistral_radiology3.1", "label": "Ka4on/mistral_radiology3.1", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "onuralp/Mistral-7B-v0.1-QLoRA-01", "label": "onuralp/Mistral-7B-v0.1-QLoRA-01", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "Mihir1108/mistral_json_data_finetuned", "label": "Mihir1108/mistral_json_data_finetuned", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "glimmerz/zephyr-7b-sft-full", "label": "glimmerz/zephyr-7b-sft-full", "shape": "dot", "size": 10.003071797355892, "title": "Downloads: 15"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2-Mistral-7B-5.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2-Mistral-7B-5.0bpw-h6-exl2", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "Anish03/mistral_b_elliot_finetuned_test", "label": "Anish03/mistral_b_elliot_finetuned_test", "shape": "dot", "size": 10.003308089460191, "title": "Downloads: 16"}, {"color": "#97c2fc", "id": "NurtureAI/dolphin-2.2.1-mistral-7b-16k-AWQ", "label": "NurtureAI/dolphin-2.2.1-mistral-7b-16k-AWQ", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "alignment-handbook/zephyr-7b-sft-lora", "label": "alignment-handbook/zephyr-7b-sft-lora", "shape": "dot", "size": 10.034026063019104, "title": "Downloads: 146"}, {"color": "#97c2fc", "id": "alignment-handbook/zephyr-7b-sft-full", "label": "alignment-handbook/zephyr-7b-sft-full", "shape": "dot", "size": 10.268900414692643, "title": "Downloads: 1140"}, {"color": "#97c2fc", "id": "quastrinos/daigt-finetuned-mistral-7b-tpu-bfloat161", "label": "quastrinos/daigt-finetuned-mistral-7b-tpu-bfloat161", "shape": "dot", "size": 10.002835505251593, "title": "Downloads: 14"}, {"color": "#97c2fc", "id": "llm-efficiency-challenge/QuyAnh2005-4090-mistral-7b-neurips-v2", "label": "llm-efficiency-challenge/QuyAnh2005-4090-mistral-7b-neurips-v2", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2.1-mistral-7b-6.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2.1-mistral-7b-6.0bpw-h6-exl2", "shape": "dot", "size": 10.004253257877387, "title": "Downloads: 20"}, {"color": "#97c2fc", "id": "qblocks/mistral_7b_WizardLMEvolInstruct70k", "label": "qblocks/mistral_7b_WizardLMEvolInstruct70k", "shape": "dot", "size": 10.018667076239648, "title": "Downloads: 81"}, {"color": "#97c2fc", "id": "fbanespo/mistral-b-doctor-conversation", "label": "fbanespo/mistral-b-doctor-conversation", "shape": "dot", "size": 10.001654044730095, "title": "Downloads: 9"}, {"color": "#97c2fc", "id": "agoncharenko1992/llm_challenge_evaluation", "label": "agoncharenko1992/llm_challenge_evaluation", "shape": "dot", "size": 10.002126628938694, "title": "Downloads: 11"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2-Mistral-7B-8.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2-Mistral-7B-8.0bpw-h6-exl2", "shape": "dot", "size": 10.003071797355892, "title": "Downloads: 15"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2-mistral-7b-4.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2-mistral-7b-4.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "Tensoic/Mistral-7B-v0.1-alpaca-2k-test", "label": "Tensoic/Mistral-7B-v0.1-alpaca-2k-test", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "openaccess-ai-collective/neft-exp4", "label": "openaccess-ai-collective/neft-exp4", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "upaya07/model_02", "label": "upaya07/model_02", "shape": "dot", "size": 10.004489549981688, "title": "Downloads: 21"}, {"color": "#97c2fc", "id": "matthewchung74/MedMistral-7B-do-not-use", "label": "matthewchung74/MedMistral-7B-do-not-use", "shape": "dot", "size": 10.009451684171973, "title": "Downloads: 42"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2-mistral-7b-6.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2-mistral-7b-6.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "GowthamMl/mistral-sql-generation", "label": "GowthamMl/mistral-sql-generation", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2.1-mistral-7b-4.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2.1-mistral-7b-4.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "qeternity/OpenHermes-2.5-Mistral-7B-8bpw-exl2", "label": "qeternity/OpenHermes-2.5-Mistral-7B-8bpw-exl2", "shape": "dot", "size": 10.001181460521497, "title": "Downloads: 7"}, {"color": "#97c2fc", "id": "grv805/mistral7b-qlora-finetunined-gcp", "label": "grv805/mistral7b-qlora-finetunined-gcp", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "typeof/zephyr-7b-beta-lora", "label": "typeof/zephyr-7b-beta-lora", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "teknium/CollectiveCognition-v1.1-Mistral-7B", "label": "teknium/CollectiveCognition-v1.1-Mistral-7B", "shape": "dot", "size": 11.710754835127185, "title": "Downloads: 7242"}, {"color": "#97c2fc", "id": "PocketDoc/Dans-AdventurousWinds-Mk2-7b", "label": "PocketDoc/Dans-AdventurousWinds-Mk2-7b", "shape": "dot", "size": 10.191396604482462, "title": "Downloads: 812"}, {"color": "#97c2fc", "id": "openaccess-ai-collective/neft-exp3", "label": "openaccess-ai-collective/neft-exp3", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "Ka4on/mistral_test", "label": "Ka4on/mistral_test", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "PocketDoc/Dans-AdventurousWinds-7b", "label": "PocketDoc/Dans-AdventurousWinds-7b", "shape": "dot", "size": 11.157358726858142, "title": "Downloads: 4900"}, {"color": "#97c2fc", "id": "openaccess-ai-collective/mistral-7b-llava-1_5-pretrained-projector", "label": "openaccess-ai-collective/mistral-7b-llava-1_5-pretrained-projector", "shape": "dot", "size": 10.04229628666958, "title": "Downloads: 181"}, {"color": "#97c2fc", "id": "nexus888/mistral_viggo_finetuned_test", "label": "nexus888/mistral_viggo_finetuned_test", "shape": "dot", "size": 10.001181460521497, "title": "Downloads: 7"}, {"color": "#97c2fc", "id": "mlabonne/zephyr-7b-beta-4.0bpw-exl2", "label": "mlabonne/zephyr-7b-beta-4.0bpw-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "Sneka/mistral-json-finetune", "label": "Sneka/mistral-json-finetune", "shape": "dot", "size": 10.004016965773088, "title": "Downloads: 19"}, {"color": "#97c2fc", "id": "Igorsp/mistral_b_finance_finetuned_test", "label": "Igorsp/mistral_b_finance_finetuned_test", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "alignment-handbook/zephyr-7b-dpo-lora", "label": "alignment-handbook/zephyr-7b-dpo-lora", "shape": "dot", "size": 10.006616178920382, "title": "Downloads: 30"}, {"color": "#97c2fc", "id": "Ka4on/us_test", "label": "Ka4on/us_test", "shape": "dot", "size": 10.00354438156449, "title": "Downloads: 17"}, {"color": "#97c2fc", "id": "drisspg/mathew_train_v1", "label": "drisspg/mathew_train_v1", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "AlistairPullen/test-mistral-format", "label": "AlistairPullen/test-mistral-format", "shape": "dot", "size": 10.006616178920382, "title": "Downloads: 30"}, {"color": "#97c2fc", "id": "omriabo/mistral_b_finance_finetuned_test", "label": "omriabo/mistral_b_finance_finetuned_test", "shape": "dot", "size": 10.003308089460191, "title": "Downloads: 16"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2-mistral-7b-5.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2-mistral-7b-5.0bpw-h6-exl2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "joshhu1123/DPO-mistral-no1", "label": "joshhu1123/DPO-mistral-no1", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2.1-mistral-7b-5.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2.1-mistral-7b-5.0bpw-h6-exl2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "KantoRegion/lora-test", "label": "KantoRegion/lora-test", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "nRuaif/Kimiko-Mistral-7B", "label": "nRuaif/Kimiko-Mistral-7B", "shape": "dot", "size": 9.999527415791402, "title": "Downloads: 0"}, {"color": "#97c2fc", "id": "onuralp/Mistral-7B-v0.1-QLoRA-02", "label": "onuralp/Mistral-7B-v0.1-QLoRA-02", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "MNC-LLM/batch1_epochs4_lr1e-06_paged_adamw_32bit_cosine_length2048_warmup_0.05_max_grad1.0_grad_accu16", "label": "MNC-LLM/batch1_epochs4_lr1e-06_paged_adamw_32bit_cosine_length2048_warmup_0.05_max_grad1.0_grad_accu16", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "stealthwriter/stealth4", "label": "stealthwriter/stealth4", "shape": "dot", "size": 10.012759773632164, "title": "Downloads: 56"}, {"color": "#97c2fc", "id": "LoneStriker/zephyr-7b-beta-3.0bpw-h6-exl2", "label": "LoneStriker/zephyr-7b-beta-3.0bpw-h6-exl2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "meetrais/finetuned_mistral_7b", "label": "meetrais/finetuned_mistral_7b", "shape": "dot", "size": 10.0354438156449, "title": "Downloads: 152"}, {"color": "#97c2fc", "id": "Thomas-lemoullec/mistral_7b_vertexQandA", "label": "Thomas-lemoullec/mistral_7b_vertexQandA", "shape": "dot", "size": 10.003308089460191, "title": "Downloads: 16"}, {"color": "#97c2fc", "id": "Doctor-Shotgun/mistral-v0.1-7b-pippa-metharme-lora", "label": "Doctor-Shotgun/mistral-v0.1-7b-pippa-metharme-lora", "shape": "dot", "size": 10.002126628938694, "title": "Downloads: 11"}, {"color": "#97c2fc", "id": "pkarypis/zephyr-7b-sft-filtered-0.7", "label": "pkarypis/zephyr-7b-sft-filtered-0.7", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "NurtureAI/OpenHermes-2.5-Mistral-7B-16k", "label": "NurtureAI/OpenHermes-2.5-Mistral-7B-16k", "shape": "dot", "size": 9.999527415791402, "title": "Downloads: 0"}, {"color": "#97c2fc", "id": "karawalla/mistral_b_karawalla_mule1", "label": "karawalla/mistral_b_karawalla_mule1", "shape": "dot", "size": 10.004489549981688, "title": "Downloads: 21"}, {"color": "#97c2fc", "id": "karawalla/mistral_b_karawalla_test", "label": "karawalla/mistral_b_karawalla_test", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "imiraoui/OpenHermes-2.5-Mistral-7B-sharded", "label": "imiraoui/OpenHermes-2.5-Mistral-7B-sharded", "shape": "dot", "size": 10.009215392067674, "title": "Downloads: 41"}, {"color": "#97c2fc", "id": "LoneStriker/zephyr-7b-beta-8.0bpw-h6-exl2", "label": "LoneStriker/zephyr-7b-beta-8.0bpw-h6-exl2", "shape": "dot", "size": 10.002599213147292, "title": "Downloads: 13"}, {"color": "#97c2fc", "id": "mirodavide/Mistral-dm", "label": "mirodavide/Mistral-dm", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "sampathkumar2023/mistral_b_finance_finetuned_test", "label": "sampathkumar2023/mistral_b_finance_finetuned_test", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "Ka4on/mistral_radiology2", "label": "Ka4on/mistral_radiology2", "shape": "dot", "size": 10.007325055233279, "title": "Downloads: 33"}, {"color": "#97c2fc", "id": "qeternity/OpenHermes-2.5-Mistral-7B-4.65bpw-exl2", "label": "qeternity/OpenHermes-2.5-Mistral-7B-4.65bpw-exl2", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "raphael-gl/fix-mistral", "label": "raphael-gl/fix-mistral", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "CJ-gyuwonpark/ch-mi-7", "label": "CJ-gyuwonpark/ch-mi-7", "shape": "dot", "size": 10.008979099963375, "title": "Downloads: 40"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2.5-Mistral-7B-8.0bpw-h8-exl2", "label": "LoneStriker/OpenHermes-2.5-Mistral-7B-8.0bpw-h8-exl2", "shape": "dot", "size": 10.001890336834395, "title": "Downloads: 10"}, {"color": "#97c2fc", "id": "jsaurabh/mistral_finance_alpaca_finetuned", "label": "jsaurabh/mistral_finance_alpaca_finetuned", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "Ka4on/mistral_ultrasound", "label": "Ka4on/mistral_ultrasound", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "karawalla/mistral_b_karawalla_shtest1", "label": "karawalla/mistral_b_karawalla_shtest1", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2-Mistral-7B-6.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2-Mistral-7B-6.0bpw-h6-exl2", "shape": "dot", "size": 10.001181460521497, "title": "Downloads: 7"}, {"color": "#97c2fc", "id": "Godwin024/my_mailing_model", "label": "Godwin024/my_mailing_model", "shape": "dot", "size": 10.011578313110668, "title": "Downloads: 51"}, {"color": "#97c2fc", "id": "Capstone-lpx/mistral_b_finance_finetuned_test", "label": "Capstone-lpx/mistral_b_finance_finetuned_test", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "Ka4on/mistral_mri", "label": "Ka4on/mistral_mri", "shape": "dot", "size": 10.005434718398885, "title": "Downloads: 25"}, {"color": "#97c2fc", "id": "onuralp/Mistral-7B-v0.1-QLoRA-03", "label": "onuralp/Mistral-7B-v0.1-QLoRA-03", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "Ka4on/mistral_radiology", "label": "Ka4on/mistral_radiology", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "sanak/llm_seller_1", "label": "sanak/llm_seller_1", "shape": "dot", "size": 10.017958199926749, "title": "Downloads: 78"}, {"color": "#97c2fc", "id": "lewtun/mistral-7b-sft-ultrachat-arithmo-25", "label": "lewtun/mistral-7b-sft-ultrachat-arithmo-25", "shape": "dot", "size": 10.002599213147292, "title": "Downloads: 13"}, {"color": "#97c2fc", "id": "skuma307/Gosu-Mistral-7B", "label": "skuma307/Gosu-Mistral-7B", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "karawalla/mistral_b_karawalla_test1", "label": "karawalla/mistral_b_karawalla_test1", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "dfurman/Mistral-7B-Instruct-v0.2", "label": "dfurman/Mistral-7B-Instruct-v0.2", "shape": "dot", "size": 10.005671010503184, "title": "Downloads: 26"}, {"color": "#97c2fc", "id": "Danieljyc/Mistral_7B_llr", "label": "Danieljyc/Mistral_7B_llr", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "Supersaiyan1729/mistrail_28_31_final", "label": "Supersaiyan1729/mistrail_28_31_final", "shape": "dot", "size": 10.001417752625796, "title": "Downloads: 8"}, {"color": "#97c2fc", "id": "mirodavide/Mistral-neurips_dm", "label": "mirodavide/Mistral-neurips_dm", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "TheBloke/Mistral-7B-v0.1-GGUF", "label": "TheBloke/Mistral-7B-v0.1-GGUF", "shape": "dot", "size": 10.445646908708545, "title": "Downloads: 1888"}, {"color": "#97c2fc", "id": "akjindal53244/peft_model_2", "label": "akjindal53244/peft_model_2", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "HuggingFaceH4/zephyr-7b-alpha", "label": "HuggingFaceH4/zephyr-7b-alpha", "shape": "dot", "size": 24.75266123982467, "title": "Downloads: 62436"}, {"color": "#97c2fc", "id": "mrm8488/mistral-7b-ft-h4-no_robots_instructions", "label": "mrm8488/mistral-7b-ft-h4-no_robots_instructions", "shape": "dot", "size": 10.059545610283433, "title": "Downloads: 254"}, {"color": "#97c2fc", "id": "Igorsp/mistral_b_finetuned_sql", "label": "Igorsp/mistral_b_finetuned_sql", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "famepram/ft_Mistral-7B_jkt48", "label": "famepram/ft_Mistral-7B_jkt48", "shape": "dot", "size": 10.016067863092355, "title": "Downloads: 70"}, {"color": "#97c2fc", "id": "bartowski/OpenHermes-2.5-Mistral-7B-exl2", "label": "bartowski/OpenHermes-2.5-Mistral-7B-exl2", "shape": "dot", "size": 10.002835505251593, "title": "Downloads: 14"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2-Mistral-7B-4.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2-Mistral-7B-4.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "NurtureAI/zephyr-7b-beta-16k-AWQ", "label": "NurtureAI/zephyr-7b-beta-16k-AWQ", "shape": "dot", "size": 10.002599213147292, "title": "Downloads: 13"}, {"color": "#97c2fc", "id": "NurtureAI/dolphin-2.2.1-mistral-7b-16k", "label": "NurtureAI/dolphin-2.2.1-mistral-7b-16k", "shape": "dot", "size": 10.007561347337578, "title": "Downloads: 34"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2-Mistral-7B-3.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2-Mistral-7B-3.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "mlabonne/zephyr-7b-beta-5.0bpw-exl2", "label": "mlabonne/zephyr-7b-beta-5.0bpw-exl2", "shape": "dot", "size": 10.020084828865443, "title": "Downloads: 87"}, {"color": "#97c2fc", "id": "Azulian/zephyr-merged-7b-travellers-02-awq", "label": "Azulian/zephyr-merged-7b-travellers-02-awq", "shape": "dot", "size": 10.001890336834395, "title": "Downloads: 10"}, {"color": "#97c2fc", "id": "Jasper0328/Changbai_Mistral7B_Finetuned", "label": "Jasper0328/Changbai_Mistral7B_Finetuned", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "ehartford/dolphin-2.2-mistral-7b", "label": "ehartford/dolphin-2.2-mistral-7b", "shape": "dot", "size": 10.524332179440224, "title": "Downloads: 2221"}, {"color": "#97c2fc", "id": "ristew/mistral-7b-askhn", "label": "ristew/mistral-7b-askhn", "shape": "dot", "size": 10.001417752625796, "title": "Downloads: 8"}, {"color": "#97c2fc", "id": "machinists/Mistral-7B-SQL", "label": "machinists/Mistral-7B-SQL", "shape": "dot", "size": 10.050566510320058, "title": "Downloads: 216"}, {"color": "#97c2fc", "id": "jujbob/my_mistral_lora", "label": "jujbob/my_mistral_lora", "shape": "dot", "size": 10.002126628938694, "title": "Downloads: 11"}, {"color": "#97c2fc", "id": "teknium/OpenHermes-2.5-Mistral-7B", "label": "teknium/OpenHermes-2.5-Mistral-7B", "shape": "dot", "size": 13.948204770737586, "title": "Downloads: 16711"}, {"color": "#97c2fc", "id": "lewtun/mistral-7b-sft-ultrachat-arithmo-full", "label": "lewtun/mistral-7b-sft-ultrachat-arithmo-full", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "Supersaiyan1729/mistrail_26_31_1", "label": "Supersaiyan1729/mistrail_26_31_1", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "LoneStriker/dolphin-2.2-mistral-7b-8.0bpw-h6-exl2", "label": "LoneStriker/dolphin-2.2-mistral-7b-8.0bpw-h6-exl2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "HuggingFaceH4/zephyr-7b-beta", "label": "HuggingFaceH4/zephyr-7b-beta", "shape": "dot", "size": 50.0, "title": "Downloads: 169284"}, {"color": "#97c2fc", "id": "shirleylqs/mistral-snomed-classification", "label": "shirleylqs/mistral-snomed-classification", "shape": "dot", "size": 10.009451684171973, "title": "Downloads: 42"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2.5-Mistral-7B-5.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2.5-Mistral-7B-5.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "qeternity/OpenHermes-2.5-Mistral-7B-6bpw-exl2", "label": "qeternity/OpenHermes-2.5-Mistral-7B-6bpw-exl2", "shape": "dot", "size": 10.000472584208598, "title": "Downloads: 4"}, {"color": "#97c2fc", "id": "sampathkumar2023/mistral_b_nuware_no_context_finetuned_test", "label": "sampathkumar2023/mistral_b_nuware_no_context_finetuned_test", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "MMaitra/mistral_7b_instruct_finetuned_NPS", "label": "MMaitra/mistral_7b_instruct_finetuned_NPS", "shape": "dot", "size": 10.000236292104299, "title": "Downloads: 3"}, {"color": "#97c2fc", "id": "Ja3ck/Mistral-7b-Instruct-QLoRA-Neftune-e1", "label": "Ja3ck/Mistral-7b-Instruct-QLoRA-Neftune-e1", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "silvacarl/zephyr-7b-beta-5.0bpw-exl2", "label": "silvacarl/zephyr-7b-beta-5.0bpw-exl2", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "TheBloke/Mistral-7B-v0.1-AWQ", "label": "TheBloke/Mistral-7B-v0.1-AWQ", "shape": "dot", "size": 10.381848040547725, "title": "Downloads: 1618"}, {"color": "#97c2fc", "id": "Ka4on/mistral_radiology3", "label": "Ka4on/mistral_radiology3", "shape": "dot", "size": 10.005434718398885, "title": "Downloads: 25"}, {"color": "#97c2fc", "id": "LoneStriker/OpenHermes-2.5-Mistral-7B-4.0bpw-h6-exl2", "label": "LoneStriker/OpenHermes-2.5-Mistral-7B-4.0bpw-h6-exl2", "shape": "dot", "size": 10.000708876312897, "title": "Downloads: 5"}, {"color": "#97c2fc", "id": "PocketDoc/Dans-TotSirocco-7b", "label": "PocketDoc/Dans-TotSirocco-7b", "shape": "dot", "size": 11.190912205668647, "title": "Downloads: 5042"}, {"color": "#97c2fc", "id": "dfurman/Mistral-7B-Instruct-v0.1", "label": "dfurman/Mistral-7B-Instruct-v0.1", "shape": "dot", "size": 10.007797639441877, "title": "Downloads: 35"}, {"color": "#97c2fc", "id": "magnetic/zephyr-7b-sft-full", "label": "magnetic/zephyr-7b-sft-full", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "dvlamis/evilbot-mistral-7b-lora-adapter", "label": "dvlamis/evilbot-mistral-7b-lora-adapter", "shape": "dot", "size": 10.000945168417198, "title": "Downloads: 6"}, {"color": "#97c2fc", "id": "MANMEET75/Mistral-7B-v0.1-fine-tuned", "label": "MANMEET75/Mistral-7B-v0.1-fine-tuned", "shape": "dot", "size": 10.00354438156449, "title": "Downloads: 17"}, {"color": "#97c2fc", "id": "mistralai/Mistral-7B-v0.1", "label": "mistralai/Mistral-7B-v0.1", "shape": "dot", "size": 9.999527415791402, "title": "Downloads: 0"}, {"color": "#97c2fc", "id": "ehartford/dolphin-2.2.1-mistral-7b", "label": "ehartford/dolphin-2.2.1-mistral-7b", "shape": "dot", "size": 15.716378587209508, "title": "Downloads: 24194"}, {"color": "#97c2fc", "id": "TheBloke/Mistral-7B-v0.1-GPTQ", "label": "TheBloke/Mistral-7B-v0.1-GPTQ", "shape": "dot", "size": 10.805047199347834, "title": "Downloads: 3409"}, {"color": "#97c2fc", "id": "Anish03/mistral_b_finance_finetuned_test", "label": "Anish03/mistral_b_finance_finetuned_test", "shape": "dot", "size": 10.001181460521497, "title": "Downloads: 7"}, {"color": "#97c2fc", "id": "Ka4on/mistral_ultrasound_1.1", "label": "Ka4on/mistral_ultrasound_1.1", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "bartowski/zephyr-7b-beta-exl2", "label": "bartowski/zephyr-7b-beta-exl2", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}, {"color": "#97c2fc", "id": "karawalla/mistral_b_karawalla_test4", "label": "karawalla/mistral_b_karawalla_test4", "shape": "dot", "size": 10.002362921042993, "title": "Downloads: 12"}, {"color": "#97c2fc", "id": "TanJing/zephyr-7b-dpo-lora", "label": "TanJing/zephyr-7b-dpo-lora", "shape": "dot", "size": 10.0, "title": "Downloads: 2"}]);
170
- edges = new vis.DataSet([{"from": "mistralai/Mistral-7B-v0.1", "to": "HuggingFaceH4/zephyr-7b-beta"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "HuggingFaceH4/zephyr-7b-alpha"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "ehartford/dolphin-2.2.1-mistral-7b"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "teknium/OpenHermes-2-Mistral-7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "teknium/OpenHermes-2.5-Mistral-7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "teknium/CollectiveCognition-v1.1-Mistral-7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "teknium/Mistral-Trismegistus-7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "teknium/CollectiveCognition-v1-Mistral-7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "PocketDoc/Dans-TotSirocco-7b"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "HuggingFaceH4/mistral-7b-sft-beta"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "PocketDoc/Dans-AdventurousWinds-7b"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "TheBloke/Mistral-7B-v0.1-GPTQ"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "ehartford/dolphin-2.2-mistral-7b"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "TheBloke/Mistral-7B-v0.1-GGUF"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "TheBloke/Mistral-7B-v0.1-AWQ"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "lewtun/zephyr-7b-sft"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "alignment-handbook/zephyr-7b-sft-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "PocketDoc/Dans-AdventurousWinds-Mk2-7b"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Tonic/mistralmed"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "HuggingFaceH4/mistral-7b-sft-alpha"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "mrm8488/mistral-7b-ft-h4-no_robots_instructions"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "machinists/Mistral-7B-SQL"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "openaccess-ai-collective/mistral-7b-llava-1_5-pretrained-projector"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "meetrais/finetuned_mistral_7b"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "alignment-handbook/zephyr-7b-sft-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "NurtureAI/OpenHermes-2.5-Mistral-7B-16k"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "NurtureAI/zephyr-7b-beta-16k"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "mlabonne/zephyr-7b-beta-5.0bpw-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "qblocks/mistral_7b_WizardLMEvolInstruct70k"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "sanak/llm_seller_1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "famepram/ft_Mistral-7B_jkt48"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "karawalla/mistral_b_karawalla_test3"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "stealthwriter/stealth4"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "artificialguybr/OpenHermesV2-PTBR"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "OpenLLM-France/Claire-Mistral-7B-0.1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Godwin024/my_mailing_model"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ronal999/mistralai-7B-v01-based-finetuned-using-ludwig-notmerged"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "matthewchung74/MedMistral-7B-do-not-use"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "shirleylqs/mistral-snomed-classification"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "imiraoui/OpenHermes-2.5-Mistral-7B-sharded"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "CJ-gyuwonpark/ch-mi-7"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "dfurman/Mistral-7B-Instruct-v0.1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "NurtureAI/dolphin-2.2.1-mistral-7b-16k"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_radiology2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "AlistairPullen/test-mistral-format"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "alignment-handbook/zephyr-7b-dpo-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Supersaiyan1729/mistrail_28_31_5"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "dfurman/Mistral-7B-Instruct-v0.2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_mri"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_radiology3"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "nRuaif/Kimiko-Mistral-7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/zephyr-7b-beta-4.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "karawalla/mistral_b_karawalla_mule1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "upaya07/model_02"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2.1-mistral-7b-6.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "BAH-ML-ASC/Dolphin-7b-chat"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Sneka/mistral-json-finetune"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/us_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "MANMEET75/Mistral-7B-v0.1-fine-tuned"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Thomas-lemoullec/mistral_7b_vertexQandA"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Anish03/mistral_b_elliot_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "omriabo/mistral_b_finance_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "arcee-ai/mistral-7b-nuclear-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2-Mistral-7B-8.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "MMaitra/mistral_7b_instruct_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "glimmerz/zephyr-7b-sft-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Doctor-Shotgun/mistral-v0.1-supercot-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "AlistairPullen/test-mistral-memory"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/zephyr-7b-beta-5.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "bartowski/OpenHermes-2.5-Mistral-7B-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "quastrinos/daigt-finetuned-mistral-7b-tpu-bfloat161"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "lewtun/mistral-7b-sft-ultrachat-arithmo-25"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/zephyr-7b-beta-8.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "NurtureAI/zephyr-7b-beta-16k-AWQ"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "llm-efficiency-challenge/hfvienna-4090-mistral_guanaco_1ep"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_final"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2-Mistral-7B-5.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "mirodavide/Mistral-dm"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_ultrasound_1.1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "akjindal53244/peft_model_2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "BAH-ML-ASC/Zephyr-7b-beta"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "ravisv73/mistral_7b-qa-knowthyself"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "grv805/mistral7b-qlora-finetunined-gcp"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_radiology"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "karawalla/mistral_b_karawalla_test1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "karawalla/mistral_b_karawalla_test4"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "karawalla/mistral_b_karawalla_shtest1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Doctor-Shotgun/mistral-v0.1-7b-pippa-metharme-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "agoncharenko1992/llm_challenge_evaluation"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "jujbob/my_mistral_lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2.5-Mistral-7B-8.0bpw-h8-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "ravisv73/mistral_7b-instruct-knowthyself"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Azulian/zephyr-merged-7b-travellers-02-awq"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "qblocks/mistral_7b_norobots"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Supersaiyan1729/mistrail_28_31_1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "fbanespo/mistral-b-doctor-conversation"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Supersaiyan1729/mistrail_28_31_final"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2.1-mistral-7b-8.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "ristew/mistral-7b-askhn"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2-Mistral-7B-6.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "nexus888/mistral_viggo_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "qeternity/OpenHermes-2.5-Mistral-7B-8bpw-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Anish03/mistral_b_finance_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "ankity09/zephyr-7b-beta-5.0bpw-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "openaccess-ai-collective/neft-exp2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "lewtun/mistral-7b-sft-ultrachat-arithmo-50"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "dvlamis/evilbot-mistral-7b-lora-adapter"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/zephyr-7b-beta-6.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Igorsp/mistral_b_finance_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/us_test2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_radiology3.1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "drisspg/mathew_train_v1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "llm-efficiency-challenge/QuyAnh2005-4090-mistral-7b-neurips-v2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "typeof/zephyr-7b-beta-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "souvik0306/mistral_7b_2epoch_norobots"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Joetib/results"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2-Mistral-7B-3.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2-Mistral-7B-4.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "lewtun/mistral-7b-sft-ultrachat-arithmo-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "mlabonne/zephyr-7b-beta-4.0bpw-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2-mistral-7b-4.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2-mistral-7b-6.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2.1-mistral-7b-3.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2.1-mistral-7b-4.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2.5-Mistral-7B-4.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2.5-Mistral-7B-5.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2.5-Mistral-7B-6.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "raphael-gl/fix-mistral"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "karawalla/mistral_b_karawalla_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Tensoic/Mistral-7B-v0.1-alpaca-2k-test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "openaccess-ai-collective/neft-exp1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "openaccess-ai-collective/neft-exp3"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "openaccess-ai-collective/neft-exp4"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "onuralp/Mistral-7B-v0.1-QLoRA-01"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "onuralp/Mistral-7B-v0.1-QLoRA-02"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "onuralp/Mistral-7B-v0.1-QLoRA-03"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/zephyr-7b-beta-3.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2-mistral-7b-3.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2-mistral-7b-5.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2-mistral-7b-8.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/dolphin-2.2.1-mistral-7b-5.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "GowthamMl/mistral-sql-generation-v2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "LoneStriker/OpenHermes-2.5-Mistral-7B-3.0bpw-h6-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "qeternity/OpenHermes-2.5-Mistral-7B-6bpw-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "DecisionOptimizationSystem/DeepFeatLLMZephyr7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Jasper0328/Changbai_Mistral7B_Finetuned"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Danieljyc/Mistral_7B_llr"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ka4on/mistral_ultrasound"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "jsaurabh/mistral_finance_alpaca_finetuned"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "jsaurabh/mistral_finance_alpaca_finetuned_tmp"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "sampathkumar2023/mistral_b_finance_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "sampathkumar2023/mistral_b_nuware_website_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "sampathkumar2023/mistral_b_nuware_no_context_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "qeternity/OpenHermes-2.5-Mistral-7B-4.65bpw-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Mihir1108/mistral_json_data_finetuned"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Trelis/zephyr-7b-beta-function-calling-v2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "MMaitra/mistral_7b_instruct_finetuned_NPS"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "pkarypis/zephyr-7b-sft-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "lionelchg/zephyr-7b-sft-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "MNC-LLM/batch1_epochs4_lr0.0001_paged_adamw_32bit_cosine_length2048_warmup_0.05_max_grad1.0_grad_accu16"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "pkarypis/zephyr-7b-sft-filtered-0.7"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Igorsp/mistral_b_finetuned_sql"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Igorsp/mistral_b_finetuned_python"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "joshhu1123/DPO-mistral-no1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "KantoRegion/lora-test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Igorsp/mistral-viggo-finetune"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "mirodavide/Mistral-neurips_dm"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Supersaiyan1729/mistrail_26_31_1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "skuma307/Gosu-Mistral-7B"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "GowthamMl/mistral-sql-generation"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "bartowski/zephyr-7b-beta-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Capstone-lpx/mistral_b_finance_finetuned_test"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "DangFutures/sft_dang"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "Ja3ck/Mistral-7b-Instruct-QLoRA-Neftune-e1"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "MNC-LLM/batch1_epochs4_lr1e-06_paged_adamw_32bit_cosine_length2048_warmup_0.05_max_grad1.0_grad_accu16"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "magnetic/zephyr-7b-sft-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "dongwang218/zephyr-7b-sft-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "TanJing/zephyr-7b-sft-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "NurtureAI/dolphin-2.2.1-mistral-7b-16k-AWQ"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "NurtureAI/OpenHermes-2.5-Mistral-7B-16k-AWQ"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "TanJing/zephyr-7b-dpo-lora"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "alecwangcq/zephyr-7b-sft-full"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "vicky4s4s/content-generations-beta"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "silvacarl/zephyr-7b-beta-5.0bpw-exl2"}, {"from": "mistralai/Mistral-7B-v0.1", "to": "nminnie/zephyr-7b-sft-lora"}]);
171
-
172
- nodeColors = {};
173
- allNodes = nodes.get({ returnType: "Object" });
174
- for (nodeId in allNodes) {
175
- nodeColors[nodeId] = allNodes[nodeId].color;
176
- }
177
- allEdges = edges.get({ returnType: "Object" });
178
- // adding nodes and edges to the graph
179
- data = {nodes: nodes, edges: edges};
180
-
181
- var options = {"physics": {"barnesHut": {"gravitationalConstant": -30000, "centralGravity": 0.3, "springLength": 250, "springConstant": 0.04, "damping": 0.09}, "minVelocity": 0.75}};
182
-
183
-
184
-
185
-
186
-
187
-
188
- network = new vis.Network(container, data, options);
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
- network.on("stabilizationProgress", function(params) {
199
- document.getElementById('loadingBar').removeAttribute("style");
200
- var maxWidth = 496;
201
- var minWidth = 20;
202
- var widthFactor = params.iterations/params.total;
203
- var width = Math.max(minWidth,maxWidth * widthFactor);
204
- document.getElementById('bar').style.width = width + 'px';
205
- document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
206
- });
207
- network.once("stabilizationIterationsDone", function() {
208
- document.getElementById('text').innerHTML = '100%';
209
- document.getElementById('bar').style.width = '496px';
210
- document.getElementById('loadingBar').style.opacity = 0;
211
- // really clean the dom element
212
- setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
213
- });
214
-
215
-
216
- return network;
217
-
218
- }
219
- drawGraph();
220
- </script>
221
- </body>
222
- </html>