jbochi commited on
Commit
666f167
1 Parent(s): d920a61

Add base model to table

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -77,6 +77,10 @@ These are all the available formats. Weight file is named `{model}.gguf` and the
77
  | model-small | small | 6k | 77M | 78.2 MB |
78
  | model-small-q4k | small | 4k | 77M | 59.6 MB |
79
  | model-small-q4_0 | small | 4_0 | 77M | 43.4 MB |
 
 
 
 
80
  | - | [large](https://huggingface.co/grammarly/coedit-large) | None | 770M | 3.13 GB |
81
  | model | large | 6k | 770M | 643 MB |
82
  | model-q4k | large | 4k | 770M | 441 MB |
 
77
  | model-small | small | 6k | 77M | 78.2 MB |
78
  | model-small-q4k | small | 4k | 77M | 59.6 MB |
79
  | model-small-q4_0 | small | 4_0 | 77M | 43.4 MB |
80
+ | - | [base](https://huggingface.co/jbochi/coedit-base) (unofficial) | None | 248M | 990 MB |
81
+ | model-base | base | 6k | 248M | 194M |
82
+ | model-base-q4k | base | 4k | 248M | 133M |
83
+ | model-base-q4_0 | base | 4_0 | 248M | 133M |
84
  | - | [large](https://huggingface.co/grammarly/coedit-large) | None | 770M | 3.13 GB |
85
  | model | large | 6k | 770M | 643 MB |
86
  | model-q4k | large | 4k | 770M | 441 MB |