名称 | 指标 |
---|---|
操作系统 | Debian 11 (bullseye) GNU/Linux |
CPU | I5-10400 2.9GHz |
MEM | 32G(16x2) DDR3 2667MHZ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
** LICENSE: BSD | |
** Author: CandyMi[https://github.com/candymi] | |
*/ | |
#include "lcrypto.h" | |
#define GUID_LENGTH 35 | |
int lguid(lua_State *L) { | |
const uint8_t* hash = (const uint8_t*)luaL_checkstring(L, 1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message("======================================") | |
message("Project Name : HashMap") | |
message("Author Name : CandyMi") | |
message("Author Email : [email protected]") | |
message("Author Github : github.com/CandyMi") | |
message("======================================") | |
# 最低版本号 | |
cmake_minimum_required(VERSION 2.8...3.13) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (c) 2001-2011 Marc Alexander Lehmann <[email protected]> | |
* | |
* Redistribution and use in source and binary forms, with or without modifica- | |
* tion, are permitted provided that the following conditions are met: | |
* | |
* 1. Redistributions of source code must retain the above copyright notice, | |
* this list of conditions and the following disclaimer. | |
* | |
* 2. Redistributions in binary form must reproduce the above copyright |
Model | BoolQ | PIQA | HellaSwag | WinoGrande | ARC-e | ARC-c | OBQA | Avg |
---|---|---|---|---|---|---|---|---|
GPT4All-J 6B v1.0 | 73.4 | 74.8 | 63.4 | 64.7 | 54.9 | 36 | 40.2 | 58.2 |
GPT4All-J v1.1-breezy | 74 | 75.1 | 63.2 | 63.6 | 55.4 | 34.9 | 38.4 | 57.8 |
GPT4All-J v1.2-jazzy | 74.8 | 74.9 | 63.6 | 63.8 | 56.6 | 35.3 | 41 | 58.6 |
GPT4All-J v1.3-groovy | 73.6 | 74.3 | 63.8 | 63.5 | 57.7 | 35 | 38.8 | 58.1 |
GPT4All-J Lora 6B | 68.6 | 75.8 | 66.2 | 63.5 | 56.4 | 35.7 | 40.2 | 58.1 |
GPT4All LLaMa Lora 7B | 73.1 | 77.6 | 72.1 | 67.8 | 51.1 | 40.4 | 40.2 | 60.3 |