├── LICENSE ├── README.md ├── emulator.py ├── tokens.txt └── weights ├── input.txt ├── layout.json └── weight_files ├── attention ├── att_1.bin ├── att_10.bin ├── att_100.bin ├── att_101.bin ├── att_102.bin ├── att_103.bin ├── att_104.bin ├── att_105.bin ├── att_106.bin ├── att_107.bin ├── att_108.bin ├── att_109.bin ├── att_11.bin ├── att_110.bin ├── att_111.bin ├── att_112.bin ├── att_113.bin ├── att_114.bin ├── att_115.bin ├── att_116.bin ├── att_117.bin ├── att_118.bin ├── att_119.bin ├── att_12.bin ├── att_120.bin ├── att_121.bin ├── att_122.bin ├── att_123.bin ├── att_124.bin ├── att_125.bin ├── att_126.bin ├── att_127.bin ├── att_128.bin ├── att_129.bin ├── att_13.bin ├── att_130.bin ├── att_131.bin ├── att_132.bin ├── att_133.bin ├── att_134.bin ├── att_135.bin ├── att_136.bin ├── att_137.bin ├── att_138.bin ├── att_139.bin ├── att_14.bin ├── att_140.bin ├── att_141.bin ├── att_142.bin ├── att_143.bin ├── att_144.bin ├── att_15.bin ├── att_16.bin ├── att_17.bin ├── att_18.bin ├── att_19.bin ├── att_2.bin ├── att_20.bin ├── att_21.bin ├── att_22.bin ├── att_23.bin ├── att_24.bin ├── att_25.bin ├── att_26.bin ├── att_27.bin ├── att_28.bin ├── att_29.bin ├── att_3.bin ├── att_30.bin ├── att_31.bin ├── att_32.bin ├── att_33.bin ├── att_34.bin ├── att_35.bin ├── att_36.bin ├── att_37.bin ├── att_38.bin ├── att_39.bin ├── att_4.bin ├── att_40.bin ├── att_41.bin ├── att_42.bin ├── att_43.bin ├── att_44.bin ├── att_45.bin ├── att_46.bin ├── att_47.bin ├── att_48.bin ├── att_49.bin ├── att_5.bin ├── att_50.bin ├── att_51.bin ├── att_52.bin ├── att_53.bin ├── att_54.bin ├── att_55.bin ├── att_56.bin ├── att_57.bin ├── att_58.bin ├── att_59.bin ├── att_6.bin ├── att_60.bin ├── att_61.bin ├── att_62.bin ├── att_63.bin ├── att_64.bin ├── att_65.bin ├── att_66.bin ├── att_67.bin ├── att_68.bin ├── att_69.bin ├── att_7.bin ├── att_70.bin ├── att_71.bin ├── att_72.bin ├── att_73.bin ├── att_74.bin ├── att_75.bin ├── att_76.bin ├── att_77.bin ├── att_78.bin ├── att_79.bin ├── att_8.bin ├── att_80.bin ├── att_81.bin ├── att_82.bin ├── att_83.bin ├── att_84.bin ├── att_85.bin ├── att_86.bin ├── att_87.bin ├── att_88.bin ├── att_89.bin ├── att_9.bin ├── att_90.bin ├── att_91.bin ├── att_92.bin ├── att_93.bin ├── att_94.bin ├── att_95.bin ├── att_96.bin ├── att_97.bin ├── att_98.bin └── att_99.bin ├── embedding ├── wpe_1.bin ├── wpe_2.bin ├── wte_1.bin ├── wte_10.bin ├── wte_11.bin ├── wte_12.bin ├── wte_13.bin ├── wte_14.bin ├── wte_15.bin ├── wte_16.bin ├── wte_17.bin ├── wte_18.bin ├── wte_19.bin ├── wte_2.bin ├── wte_20.bin ├── wte_21.bin ├── wte_22.bin ├── wte_23.bin ├── wte_24.bin ├── wte_25.bin ├── wte_26.bin ├── wte_27.bin ├── wte_28.bin ├── wte_29.bin ├── wte_3.bin ├── wte_30.bin ├── wte_31.bin ├── wte_32.bin ├── wte_33.bin ├── wte_34.bin ├── wte_35.bin ├── wte_36.bin ├── wte_37.bin ├── wte_38.bin ├── wte_39.bin ├── wte_4.bin ├── wte_40.bin ├── wte_41.bin ├── wte_42.bin ├── wte_43.bin ├── wte_44.bin ├── wte_45.bin ├── wte_46.bin ├── wte_47.bin ├── wte_48.bin ├── wte_49.bin ├── wte_5.bin ├── wte_50.bin ├── wte_51.bin ├── wte_52.bin ├── wte_53.bin ├── wte_54.bin ├── wte_55.bin ├── wte_56.bin ├── wte_57.bin ├── wte_58.bin ├── wte_59.bin ├── wte_6.bin ├── wte_60.bin ├── wte_7.bin ├── wte_8.bin └── wte_9.bin ├── input.bin ├── layernorm ├── ln_1.bin ├── ln_10.bin ├── ln_11.bin ├── ln_12.bin ├── ln_13.bin ├── ln_2.bin ├── ln_3.bin ├── ln_4.bin ├── ln_5.bin ├── ln_6.bin ├── ln_7.bin ├── ln_8.bin └── ln_9.bin ├── mlp ├── mlp_1.bin ├── mlp_10.bin ├── mlp_100.bin ├── mlp_101.bin ├── mlp_102.bin ├── mlp_103.bin ├── mlp_104.bin ├── mlp_105.bin ├── mlp_106.bin ├── mlp_107.bin ├── mlp_108.bin ├── mlp_109.bin ├── mlp_11.bin ├── mlp_110.bin ├── mlp_111.bin ├── mlp_112.bin ├── mlp_113.bin ├── mlp_114.bin ├── mlp_115.bin ├── mlp_116.bin ├── mlp_117.bin ├── mlp_118.bin ├── mlp_119.bin ├── mlp_12.bin ├── mlp_120.bin ├── mlp_121.bin ├── mlp_122.bin ├── mlp_123.bin ├── mlp_124.bin ├── mlp_125.bin ├── mlp_126.bin ├── mlp_127.bin ├── mlp_128.bin ├── mlp_129.bin ├── mlp_13.bin ├── mlp_130.bin ├── mlp_131.bin ├── mlp_132.bin ├── mlp_133.bin ├── mlp_134.bin ├── mlp_135.bin ├── mlp_136.bin ├── mlp_137.bin ├── mlp_138.bin ├── mlp_139.bin ├── mlp_14.bin ├── mlp_140.bin ├── mlp_141.bin ├── mlp_142.bin ├── mlp_143.bin ├── mlp_144.bin ├── mlp_145.bin ├── mlp_146.bin ├── mlp_147.bin ├── mlp_148.bin ├── mlp_149.bin ├── mlp_15.bin ├── mlp_150.bin ├── mlp_151.bin ├── mlp_152.bin ├── mlp_153.bin ├── mlp_154.bin ├── mlp_155.bin ├── mlp_156.bin ├── mlp_157.bin ├── mlp_158.bin ├── mlp_159.bin ├── mlp_16.bin ├── mlp_160.bin ├── mlp_161.bin ├── mlp_162.bin ├── mlp_163.bin ├── mlp_164.bin ├── mlp_165.bin ├── mlp_166.bin ├── mlp_167.bin ├── mlp_168.bin ├── mlp_169.bin ├── mlp_17.bin ├── mlp_170.bin ├── mlp_171.bin ├── mlp_172.bin ├── mlp_173.bin ├── mlp_174.bin ├── mlp_175.bin ├── mlp_176.bin ├── mlp_177.bin ├── mlp_178.bin ├── mlp_179.bin ├── mlp_18.bin ├── mlp_180.bin ├── mlp_181.bin ├── mlp_182.bin ├── mlp_183.bin ├── mlp_184.bin ├── mlp_185.bin ├── mlp_186.bin ├── mlp_187.bin ├── mlp_188.bin ├── mlp_189.bin ├── mlp_19.bin ├── mlp_190.bin ├── mlp_191.bin ├── mlp_192.bin ├── mlp_193.bin ├── mlp_194.bin ├── mlp_195.bin ├── mlp_196.bin ├── mlp_197.bin ├── mlp_198.bin ├── mlp_199.bin ├── mlp_2.bin ├── mlp_20.bin ├── mlp_200.bin ├── mlp_201.bin ├── mlp_202.bin ├── mlp_203.bin ├── mlp_204.bin ├── mlp_205.bin ├── mlp_206.bin ├── mlp_207.bin ├── mlp_208.bin ├── mlp_209.bin ├── mlp_21.bin ├── mlp_210.bin ├── mlp_211.bin ├── mlp_212.bin ├── mlp_213.bin ├── mlp_214.bin ├── mlp_215.bin ├── mlp_216.bin ├── mlp_217.bin ├── mlp_218.bin ├── mlp_219.bin ├── mlp_22.bin ├── mlp_220.bin ├── mlp_221.bin ├── mlp_222.bin ├── mlp_223.bin ├── mlp_224.bin ├── mlp_225.bin ├── mlp_226.bin ├── mlp_227.bin ├── mlp_228.bin ├── mlp_229.bin ├── mlp_23.bin ├── mlp_230.bin ├── mlp_231.bin ├── mlp_232.bin ├── mlp_233.bin ├── mlp_234.bin ├── mlp_235.bin ├── mlp_236.bin ├── mlp_237.bin ├── mlp_238.bin ├── mlp_239.bin ├── mlp_24.bin ├── mlp_240.bin ├── mlp_241.bin ├── mlp_242.bin ├── mlp_243.bin ├── mlp_244.bin ├── mlp_245.bin ├── mlp_246.bin ├── mlp_247.bin ├── mlp_248.bin ├── mlp_249.bin ├── mlp_25.bin ├── mlp_250.bin ├── mlp_251.bin ├── mlp_252.bin ├── mlp_253.bin ├── mlp_254.bin ├── mlp_255.bin ├── mlp_256.bin ├── mlp_257.bin ├── mlp_258.bin ├── mlp_259.bin ├── mlp_26.bin ├── mlp_260.bin ├── mlp_261.bin ├── mlp_262.bin ├── mlp_263.bin ├── mlp_264.bin ├── mlp_265.bin ├── mlp_266.bin ├── mlp_267.bin ├── mlp_268.bin ├── mlp_269.bin ├── mlp_27.bin ├── mlp_270.bin ├── mlp_271.bin ├── mlp_272.bin ├── mlp_273.bin ├── mlp_274.bin ├── mlp_275.bin ├── mlp_276.bin ├── mlp_277.bin ├── mlp_278.bin ├── mlp_279.bin ├── mlp_28.bin ├── mlp_280.bin ├── mlp_281.bin ├── mlp_282.bin ├── mlp_283.bin ├── mlp_284.bin ├── mlp_285.bin ├── mlp_286.bin ├── mlp_287.bin ├── mlp_288.bin ├── mlp_29.bin ├── mlp_3.bin ├── mlp_30.bin ├── mlp_31.bin ├── mlp_32.bin ├── mlp_33.bin ├── mlp_34.bin ├── mlp_35.bin ├── mlp_36.bin ├── mlp_37.bin ├── mlp_38.bin ├── mlp_39.bin ├── mlp_4.bin ├── mlp_40.bin ├── mlp_41.bin ├── mlp_42.bin ├── mlp_43.bin ├── mlp_44.bin ├── mlp_45.bin ├── mlp_46.bin ├── mlp_47.bin ├── mlp_48.bin ├── mlp_49.bin ├── mlp_5.bin ├── mlp_50.bin ├── mlp_51.bin ├── mlp_52.bin ├── mlp_53.bin ├── mlp_54.bin ├── mlp_55.bin ├── mlp_56.bin ├── mlp_57.bin ├── mlp_58.bin ├── mlp_59.bin ├── mlp_6.bin ├── mlp_60.bin ├── mlp_61.bin ├── mlp_62.bin ├── mlp_63.bin ├── mlp_64.bin ├── mlp_65.bin ├── mlp_66.bin ├── mlp_67.bin ├── mlp_68.bin ├── mlp_69.bin ├── mlp_7.bin ├── mlp_70.bin ├── mlp_71.bin ├── mlp_72.bin ├── mlp_73.bin ├── mlp_74.bin ├── mlp_75.bin ├── mlp_76.bin ├── mlp_77.bin ├── mlp_78.bin ├── mlp_79.bin ├── mlp_8.bin ├── mlp_80.bin ├── mlp_81.bin ├── mlp_82.bin ├── mlp_83.bin ├── mlp_84.bin ├── mlp_85.bin ├── mlp_86.bin ├── mlp_87.bin ├── mlp_88.bin ├── mlp_89.bin ├── mlp_9.bin ├── mlp_90.bin ├── mlp_91.bin ├── mlp_92.bin ├── mlp_93.bin ├── mlp_94.bin ├── mlp_95.bin ├── mlp_96.bin ├── mlp_97.bin ├── mlp_98.bin └── mlp_99.bin ├── softmax.bin ├── softmax_2.bin ├── tokens ├── chars.bin ├── indices.bin └── trie.bin └── unembedding ├── lm_head_1.bin ├── lm_head_10.bin ├── lm_head_11.bin ├── lm_head_12.bin ├── lm_head_13.bin ├── lm_head_14.bin ├── lm_head_15.bin ├── lm_head_16.bin ├── lm_head_17.bin ├── lm_head_18.bin ├── lm_head_19.bin ├── lm_head_2.bin ├── lm_head_20.bin ├── lm_head_21.bin ├── lm_head_22.bin ├── lm_head_23.bin ├── lm_head_24.bin ├── lm_head_25.bin ├── lm_head_26.bin ├── lm_head_27.bin ├── lm_head_28.bin ├── lm_head_29.bin ├── lm_head_3.bin ├── lm_head_30.bin ├── lm_head_31.bin ├── lm_head_32.bin ├── lm_head_33.bin ├── lm_head_34.bin ├── lm_head_35.bin ├── lm_head_36.bin ├── lm_head_37.bin ├── lm_head_38.bin ├── lm_head_39.bin ├── lm_head_4.bin ├── lm_head_40.bin ├── lm_head_41.bin ├── lm_head_42.bin ├── lm_head_43.bin ├── lm_head_44.bin ├── lm_head_45.bin ├── lm_head_46.bin ├── lm_head_47.bin ├── lm_head_48.bin ├── lm_head_5.bin ├── lm_head_6.bin ├── lm_head_7.bin ├── lm_head_8.bin └── lm_head_9.bin /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/README.md -------------------------------------------------------------------------------- /emulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/emulator.py -------------------------------------------------------------------------------- /tokens.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/tokens.txt -------------------------------------------------------------------------------- /weights/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/input.txt -------------------------------------------------------------------------------- /weights/layout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/layout.json -------------------------------------------------------------------------------- /weights/weight_files/attention/att_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_1.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_10.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_100.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_100.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_101.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_101.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_102.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_102.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_103.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_103.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_104.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_104.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_105.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_105.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_106.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_106.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_107.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_107.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_108.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_108.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_109.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_109.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_11.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_110.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_110.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_111.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_111.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_112.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_112.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_113.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_113.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_114.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_114.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_115.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_115.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_116.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_116.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_117.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_117.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_118.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_118.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_119.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_119.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_12.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_120.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_120.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_121.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_121.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_122.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_122.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_123.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_123.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_124.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_124.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_125.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_125.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_126.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_126.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_127.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_127.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_128.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_128.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_129.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_129.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_13.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_130.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_130.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_131.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_131.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_132.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_132.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_133.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_133.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_134.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_134.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_135.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_135.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_136.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_136.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_137.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_137.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_138.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_138.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_139.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_139.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_14.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_140.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_140.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_141.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_141.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_142.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_142.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_143.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_143.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_144.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_144.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_15.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_16.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_17.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_18.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_18.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_19.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_2.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_20.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_21.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_21.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_22.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_22.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_23.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_23.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_24.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_25.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_26.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_27.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_28.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_29.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_3.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_30.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_31.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_31.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_32.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_33.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_33.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_34.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_34.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_35.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_36.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_36.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_37.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_38.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_38.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_39.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_39.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_4.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_40.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_40.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_41.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_41.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_42.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_42.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_43.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_43.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_44.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_44.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_45.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_45.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_46.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_46.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_47.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_47.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_48.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_48.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_49.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_49.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_5.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_50.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_50.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_51.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_51.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_52.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_52.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_53.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_53.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_54.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_54.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_55.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_55.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_56.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_56.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_57.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_57.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_58.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_58.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_59.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_59.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_6.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_60.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_61.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_61.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_62.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_62.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_63.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_63.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_64.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_65.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_65.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_66.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_66.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_67.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_67.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_68.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_68.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_69.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_69.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_7.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_70.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_70.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_71.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_71.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_72.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_72.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_73.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_73.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_74.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_74.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_75.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_75.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_76.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_76.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_77.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_77.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_78.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_78.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_79.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_79.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_8.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_80.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_81.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_81.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_82.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_82.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_83.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_83.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_84.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_84.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_85.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_85.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_86.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_86.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_87.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_87.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_88.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_88.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_89.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_89.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_9.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_90.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_90.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_91.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_91.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_92.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_92.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_93.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_93.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_94.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_94.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_95.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_95.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_96.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_96.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_97.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_97.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_98.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_98.bin -------------------------------------------------------------------------------- /weights/weight_files/attention/att_99.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/attention/att_99.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wpe_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wpe_1.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wpe_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wpe_2.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_1.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_10.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_11.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_12.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_13.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_14.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_15.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_16.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_17.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_18.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_18.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_19.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_2.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_20.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_21.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_21.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_22.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_22.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_23.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_23.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_24.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_25.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_26.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_27.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_28.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_29.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_3.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_30.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_31.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_31.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_32.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_33.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_33.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_34.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_34.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_35.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_36.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_36.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_37.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_38.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_38.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_39.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_39.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_4.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_40.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_40.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_41.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_41.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_42.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_42.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_43.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_43.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_44.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_44.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_45.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_45.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_46.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_46.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_47.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_47.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_48.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_48.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_49.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_49.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_5.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_50.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_50.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_51.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_51.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_52.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_52.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_53.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_53.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_54.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_54.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_55.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_55.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_56.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_56.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_57.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_57.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_58.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_58.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_59.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_59.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_6.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_60.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_7.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_8.bin -------------------------------------------------------------------------------- /weights/weight_files/embedding/wte_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/embedding/wte_9.bin -------------------------------------------------------------------------------- /weights/weight_files/input.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/input.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_1.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_10.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_11.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_12.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_13.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_2.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_3.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_4.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_5.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_6.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_7.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_8.bin -------------------------------------------------------------------------------- /weights/weight_files/layernorm/ln_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/layernorm/ln_9.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_1.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_10.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_100.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_100.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_101.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_101.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_102.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_102.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_103.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_103.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_104.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_104.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_105.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_105.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_106.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_106.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_107.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_107.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_108.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_108.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_109.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_109.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_11.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_110.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_110.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_111.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_111.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_112.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_112.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_113.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_113.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_114.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_114.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_115.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_115.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_116.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_116.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_117.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_117.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_118.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_118.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_119.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_119.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_12.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_120.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_120.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_121.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_121.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_122.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_122.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_123.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_123.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_124.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_124.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_125.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_125.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_126.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_126.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_127.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_127.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_128.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_128.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_129.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_129.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_13.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_130.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_130.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_131.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_131.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_132.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_132.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_133.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_133.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_134.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_134.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_135.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_135.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_136.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_136.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_137.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_137.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_138.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_138.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_139.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_139.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_14.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_140.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_140.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_141.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_141.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_142.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_142.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_143.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_143.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_144.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_144.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_145.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_145.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_146.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_146.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_147.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_147.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_148.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_148.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_149.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_149.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_15.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_150.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_150.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_151.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_151.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_152.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_152.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_153.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_153.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_154.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_154.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_155.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_155.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_156.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_156.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_157.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_157.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_158.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_158.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_159.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_159.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_16.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_160.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_160.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_161.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_161.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_162.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_162.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_163.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_163.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_164.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_164.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_165.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_165.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_166.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_166.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_167.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_167.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_168.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_168.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_169.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_169.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_17.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_170.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_170.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_171.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_171.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_172.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_172.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_173.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_173.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_174.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_174.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_175.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_175.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_176.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_176.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_177.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_177.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_178.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_178.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_179.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_179.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_18.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_18.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_180.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_180.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_181.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_181.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_182.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_182.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_183.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_183.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_184.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_184.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_185.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_185.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_186.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_186.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_187.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_187.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_188.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_188.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_189.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_189.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_19.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_190.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_190.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_191.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_191.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_192.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_192.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_193.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_193.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_194.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_194.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_195.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_195.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_196.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_196.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_197.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_197.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_198.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_198.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_199.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_199.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_2.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_20.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_200.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_200.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_201.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_201.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_202.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_202.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_203.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_203.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_204.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_204.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_205.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_205.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_206.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_206.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_207.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_207.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_208.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_208.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_209.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_209.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_21.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_21.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_210.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_210.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_211.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_211.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_212.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_212.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_213.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_213.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_214.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_214.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_215.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_215.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_216.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_216.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_217.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_217.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_218.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_218.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_219.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_219.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_22.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_22.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_220.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_220.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_221.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_221.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_222.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_222.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_223.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_223.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_224.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_224.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_225.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_225.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_226.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_226.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_227.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_227.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_228.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_228.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_229.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_229.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_23.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_23.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_230.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_230.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_231.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_231.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_232.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_232.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_233.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_233.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_234.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_234.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_235.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_235.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_236.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_236.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_237.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_237.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_238.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_238.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_239.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_239.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_24.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_240.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_240.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_241.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_241.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_242.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_242.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_243.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_243.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_244.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_244.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_245.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_245.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_246.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_246.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_247.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_247.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_248.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_248.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_249.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_249.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_25.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_250.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_250.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_251.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_251.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_252.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_252.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_253.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_253.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_254.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_254.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_255.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_255.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_256.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_256.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_257.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_257.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_258.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_258.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_259.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_259.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_26.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_260.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_260.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_261.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_261.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_262.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_262.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_263.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_263.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_264.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_264.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_265.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_265.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_266.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_266.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_267.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_267.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_268.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_268.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_269.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_269.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_27.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_270.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_270.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_271.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_271.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_272.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_272.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_273.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_273.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_274.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_274.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_275.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_275.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_276.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_276.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_277.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_277.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_278.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_278.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_279.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_279.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_28.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_280.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_280.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_281.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_281.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_282.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_282.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_283.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_283.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_284.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_284.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_285.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_285.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_286.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_286.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_287.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_287.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_288.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_288.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_29.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_3.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_30.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_31.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_31.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_32.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_33.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_33.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_34.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_34.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_35.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_36.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_36.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_37.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_38.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_38.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_39.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_39.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_4.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_40.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_40.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_41.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_41.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_42.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_42.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_43.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_43.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_44.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_44.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_45.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_45.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_46.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_46.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_47.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_47.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_48.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_48.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_49.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_49.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_5.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_50.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_50.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_51.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_51.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_52.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_52.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_53.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_53.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_54.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_54.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_55.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_55.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_56.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_56.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_57.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_57.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_58.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_58.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_59.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_59.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_6.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_60.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_61.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_61.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_62.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_62.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_63.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_63.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_64.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_65.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_65.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_66.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_66.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_67.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_67.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_68.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_68.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_69.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_69.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_7.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_70.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_70.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_71.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_71.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_72.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_72.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_73.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_73.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_74.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_74.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_75.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_75.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_76.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_76.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_77.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_77.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_78.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_78.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_79.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_79.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_8.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_80.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_81.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_81.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_82.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_82.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_83.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_83.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_84.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_84.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_85.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_85.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_86.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_86.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_87.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_87.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_88.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_88.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_89.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_89.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_9.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_90.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_90.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_91.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_91.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_92.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_92.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_93.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_93.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_94.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_94.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_95.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_95.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_96.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_96.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_97.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_97.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_98.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_98.bin -------------------------------------------------------------------------------- /weights/weight_files/mlp/mlp_99.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/mlp/mlp_99.bin -------------------------------------------------------------------------------- /weights/weight_files/softmax.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/softmax.bin -------------------------------------------------------------------------------- /weights/weight_files/softmax_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/softmax_2.bin -------------------------------------------------------------------------------- /weights/weight_files/tokens/chars.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/tokens/chars.bin -------------------------------------------------------------------------------- /weights/weight_files/tokens/indices.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/tokens/indices.bin -------------------------------------------------------------------------------- /weights/weight_files/tokens/trie.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/tokens/trie.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_1.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_10.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_11.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_12.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_13.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_14.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_15.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_16.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_17.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_18.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_18.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_19.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_2.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_20.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_21.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_21.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_22.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_22.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_23.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_23.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_24.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_25.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_26.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_27.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_28.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_29.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_3.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_30.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_31.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_31.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_32.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_33.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_33.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_34.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_34.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_35.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_36.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_36.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_37.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_38.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_38.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_39.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_39.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_4.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_40.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_40.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_41.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_41.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_42.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_42.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_43.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_43.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_44.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_44.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_45.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_45.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_46.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_46.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_47.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_47.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_48.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_48.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_5.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_6.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_7.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_8.bin -------------------------------------------------------------------------------- /weights/weight_files/unembedding/lm_head_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sammyuri/craftgpt/HEAD/weights/weight_files/unembedding/lm_head_9.bin --------------------------------------------------------------------------------