brooketh commited on
Commit
f2def5d
1 Parent(s): 497bcc3

Upload 4 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Esper-70b.imatrix filter=lfs diff=lfs merge=lfs -text
Esper-70b.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363023221b0faf6be68918669da3fa2903d21aa1a5995b09222c363ddb6f855b
3
+ size 24922254
Faraday Model Repository Banner.png ADDED
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ValiantLabs/Esper-70b
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
+ quantized_by: brooketh
9
+ tags:
10
+ - esper
11
+ - dev-ops
12
+ - developer
13
+ - code
14
+ - code-instruct
15
+ - valiant
16
+ - valiant-labs
17
+ - code-llama
18
+ - llama
19
+ - llama-2
20
+ - llama-2-chat
21
+ - 70b
22
+ ---
23
+ <img src="Faraday Model Repository Banner.png" alt="Faraday.dev" style="height: 90px; min-width: 32px; display: block; margin: auto;">
24
+
25
+ **<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Faraday.dev.</p>**
26
+
27
+ <p style="text-align: center;"><a href="https://faraday.dev/">Download Faraday here to get started.</a></p>
28
+
29
+ <p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
30
+
31
+ ***
32
+ # Esper 70b
33
+ - **Creator:** [ValiantLabs](https://huggingface.co/ValiantLabs/)
34
+ - **Original:** [Esper 70b](https://huggingface.co/ValiantLabs/Esper-70b)
35
+ - **Date Created:** 2024-03-12
36
+ - **Trained Context:** 4096 tokens
37
+ - **Description:** Esper 70b is a CodeLlama-based assistant with a DevOps focus, specializing in scripted language code, Terraform files, Dockerfiles, YAML, and more. Not recommended for roleplay.
38
+
39
+ ## What is a GGUF?
40
+ GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Faraday.dev. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
41
+ GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
42
+
43
+ ***
44
+ <img src="faraday-logo.png" alt="Faraday.dev" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
45
+
46
+ ## Faraday.dev
47
+ - Free, local AI chat application.
48
+ - One-click installation on Mac and PC.
49
+ - Automatically use GPU for maximum speed.
50
+ - Built-in model manager.
51
+ - High-quality character hub.
52
+ - Zero-config desktop-to-mobile tethering.
53
+ Faraday makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models without worrying about whether it's the correct format. Faraday supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
54
+ **Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
55
+ ***
faraday-logo.png ADDED