We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6615da commit 9ee717bCopy full SHA for 9ee717b
scripts/models.json
@@ -1098,5 +1098,30 @@
1098
}
1099
1100
1101
+ },
1102
+ "falcon3" : {
1103
+ "brief": "Falcon3 family of Open Foundation Models is a set of pretrained and instruct LLMs ranging from 1B to 10B parameters.",
1104
+ "default": "1b",
1105
+ "license": "Apache License 2.0",
1106
+ "variants": {
1107
+ "1b": {
1108
+ "default": "q8",
1109
+ "quantized": {
1110
+ "q8": {
1111
+ "size": 1777274800,
1112
+ "url": "chatllm_quantized_falcon3/falcon3-1b.bin"
1113
+ }
1114
1115
1116
+ "3b": {
1117
1118
1119
1120
+ "size": 3433097392,
1121
+ "url": "chatllm_quantized_falcon3/falcon3-3b.bin"
1122
1123
1124
1125
1126
1127
0 commit comments