Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
Llama-2-7b-chat-hf-guanaco – AI Model by chenshake | AlphaNeural AI
You can deploy this model and start earning money today!
chenshake
/
Llama-2-7b-chat-hf-guanaco
like
0
transformers
safetensors
llama
text-generation
apache-2.0
autotrain_compatible
text-generation-inference
endpoints_compatible
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
使用我自己转换的
chenshake/Llama-2-7b-chat-hf,
mlabonne/guanaco-llama2-1k
colab,进行微调。使用了QLoRA,可以在16G的T4,进行微调。
colab notebook分享
Practical Introduction to Llama 2 Fine-Tuning
colab 来自多个互联网朋友分享,我做了一点很小调整。大模型保存的格式为safetensors 格式,这是主流格式,而不是默认的pickle格式。
单独下载微调大模型进行测试。
模型推理测试,notebook分享
这是我看到的另外一个notebook,里面多了处理llama的chat的模板。需要好好理解
数据集处理和微调过程