Rahim Khan's picture
2

Rahim Khan

rahim-xelpmoc
ยท

AI & ML interests

None yet

Recent Activity

Organizations

None yet

rahim-xelpmoc's activity

reacted to AdinaY's post with ๐Ÿ˜Ž 24 days ago
reacted to nicolay-r's post with ๐Ÿ”ฅ about 1 month ago
view post
Post
1621
๐Ÿ“ข The LLaMA-3.1-8B distilled 8B version of the R1 DeepSeek AI is available besides the one based on Qwen

๐Ÿ“™ Notebook for using it in reasoning over series of data ๐Ÿง  :
https://github.com/nicolay-r/nlp-thirdgate/blob/master/tutorials/llm_deep_seek_7b_distill_llama3.ipynb

Loading using the pipeline API of the transformers library:
https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/transformers_llama.py
๐ŸŸก GPU Usage: 12.3 GB (FP16/FP32 mode) which is suitable for T4. (a 1.5 GB less than Qwen-distilled version)
๐ŸŒ Perfomance: T4 instance: ~0.19 tokens/sec (FP32 mode) and (FP16 mode) ~0.22-0.30 tokens/sec. Is it should be that slow? ๐Ÿค”
Model name: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
โญ Framework: https://github.com/nicolay-r/bulk-chain
๐ŸŒŒ Notebooks and models hub: https://github.com/nicolay-r/nlp-thirdgate