Instructions to use wls04/code_llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wls04/code_llama with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("wls04/code_llama", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 359 Bytes
60de1c2 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"epoch": 0.9950248756218906,
"eval_loss": 0.3058350384235382,
"eval_runtime": 129.6957,
"eval_samples_per_second": 5.505,
"eval_steps_per_second": 0.694,
"total_flos": 15500995461120.0,
"train_loss": 0.35090127468109134,
"train_runtime": 2675.3606,
"train_samples_per_second": 2.402,
"train_steps_per_second": 0.019
} |