Spaces:
Running
Running
Commit
·
bff72e3
1
Parent(s):
a4535f6
modi
Browse files- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/vcs.xml +6 -0
- .idea/workspace.xml +83 -0
- README.md +5 -5
.idea/inspectionProfiles/profiles_settings.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="InspectionProjectProfileManager">
|
| 2 |
+
<settings>
|
| 3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
| 4 |
+
<version value="1.0" />
|
| 5 |
+
</settings>
|
| 6 |
+
</component>
|
.idea/vcs.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="VcsDirectoryMappings">
|
| 4 |
+
<mapping directory="" vcs="Git" />
|
| 5 |
+
</component>
|
| 6 |
+
</project>
|
.idea/workspace.xml
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="AutoImportSettings">
|
| 4 |
+
<option name="autoReloadType" value="SELECTIVE" />
|
| 5 |
+
</component>
|
| 6 |
+
<component name="ChangeListManager">
|
| 7 |
+
<list default="true" id="3d0b80a0-f37a-4c25-aff4-610e5e3fcce3" name="Changes" comment="" />
|
| 8 |
+
<option name="SHOW_DIALOG" value="false" />
|
| 9 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
| 10 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
| 11 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
| 12 |
+
</component>
|
| 13 |
+
<component name="Git.Settings">
|
| 14 |
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
| 15 |
+
</component>
|
| 16 |
+
<component name="MarkdownSettingsMigration">
|
| 17 |
+
<option name="stateVersion" value="1" />
|
| 18 |
+
</component>
|
| 19 |
+
<component name="ProjectColorInfo"><![CDATA[{
|
| 20 |
+
"associatedIndex": 2
|
| 21 |
+
}]]></component>
|
| 22 |
+
<component name="ProjectId" id="2gX10p1arR59WiAtOrsj8VKtUGi" />
|
| 23 |
+
<component name="ProjectViewState">
|
| 24 |
+
<option name="hideEmptyMiddlePackages" value="true" />
|
| 25 |
+
<option name="showLibraryContents" value="true" />
|
| 26 |
+
</component>
|
| 27 |
+
<component name="PropertiesComponent"><![CDATA[{
|
| 28 |
+
"keyToString": {
|
| 29 |
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
| 30 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 31 |
+
"WebServerToolWindowFactoryState": "false",
|
| 32 |
+
"git-widget-placeholder": "main",
|
| 33 |
+
"node.js.detected.package.eslint": "true",
|
| 34 |
+
"node.js.detected.package.tslint": "true",
|
| 35 |
+
"node.js.selected.package.eslint": "(autodetect)",
|
| 36 |
+
"node.js.selected.package.tslint": "(autodetect)",
|
| 37 |
+
"vue.rearranger.settings.migration": "true"
|
| 38 |
+
}
|
| 39 |
+
}]]></component>
|
| 40 |
+
<component name="RdControllerToolWindowsLayoutState" isNewUi="true">
|
| 41 |
+
<layout>
|
| 42 |
+
<window_info id="Space Code Reviews" />
|
| 43 |
+
<window_info id="Bookmarks" side_tool="true" />
|
| 44 |
+
<window_info id="Merge Requests" />
|
| 45 |
+
<window_info id="Commit_Guest" />
|
| 46 |
+
<window_info id="Pull Requests" />
|
| 47 |
+
<window_info id="Learn" />
|
| 48 |
+
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.17829242" />
|
| 49 |
+
<window_info id="Commit" order="1" weight="0.25" />
|
| 50 |
+
<window_info id="Structure" order="2" side_tool="true" weight="0.25" />
|
| 51 |
+
<window_info anchor="bottom" id="Database Changes" />
|
| 52 |
+
<window_info anchor="bottom" id="TypeScript" />
|
| 53 |
+
<window_info anchor="bottom" id="Python Packages" />
|
| 54 |
+
<window_info anchor="bottom" id="TODO" />
|
| 55 |
+
<window_info anchor="bottom" id="File Transfer" />
|
| 56 |
+
<window_info anchor="bottom" id="Python Console" />
|
| 57 |
+
<window_info anchor="bottom" id="Version Control" order="0" />
|
| 58 |
+
<window_info anchor="bottom" id="Problems View" order="2" />
|
| 59 |
+
<window_info active="true" anchor="bottom" id="Terminal" order="3" visible="true" />
|
| 60 |
+
<window_info anchor="bottom" id="Services" order="4" />
|
| 61 |
+
<window_info anchor="right" id="Endpoints" />
|
| 62 |
+
<window_info anchor="right" id="SciView" />
|
| 63 |
+
<window_info anchor="right" id="Meet New UI" side_tool="true" />
|
| 64 |
+
<window_info anchor="right" content_ui="combo" id="Notifications" order="0" weight="0.25" />
|
| 65 |
+
<window_info anchor="right" id="Database" order="2" weight="0.25" />
|
| 66 |
+
</layout>
|
| 67 |
+
</component>
|
| 68 |
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
| 69 |
+
<component name="TaskManager">
|
| 70 |
+
<task active="true" id="Default" summary="Default task">
|
| 71 |
+
<changelist id="3d0b80a0-f37a-4c25-aff4-610e5e3fcce3" name="Changes" comment="" />
|
| 72 |
+
<created>1715828891136</created>
|
| 73 |
+
<option name="number" value="Default" />
|
| 74 |
+
<option name="presentableId" value="Default" />
|
| 75 |
+
<updated>1715828891136</updated>
|
| 76 |
+
<workItem from="1715828895296" duration="8493000" />
|
| 77 |
+
</task>
|
| 78 |
+
<servers />
|
| 79 |
+
</component>
|
| 80 |
+
<component name="TypeScriptGeneratedFilesManager">
|
| 81 |
+
<option name="version" value="3" />
|
| 82 |
+
</component>
|
| 83 |
+
</project>
|
README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.25.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
short_description: Leaderboard for LLM
|
| 12 |
---
|
| 13 |
|
| 14 |
# LongICL Leaderboard
|
| 15 |
|
| 16 |
-
## Space
|
| 17 |
|
| 18 |
- **Repository:** [LongICL](https://github.com/TIGER-AI-Lab/LongICLBench)
|
| 19 |
- **Paper:** [2404.02060]
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LongICL Leaderboard
|
| 3 |
+
emoji: 🐍
|
| 4 |
+
colorFrom: green
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.25.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
short_description: Leaderboard for long LLM on In-context Learning
|
| 12 |
---
|
| 13 |
|
| 14 |
# LongICL Leaderboard
|
| 15 |
|
| 16 |
+
## Space Description
|
| 17 |
|
| 18 |
- **Repository:** [LongICL](https://github.com/TIGER-AI-Lab/LongICLBench)
|
| 19 |
- **Paper:** [2404.02060]
|