Image-Text-to-Text
PEFT
Safetensors
English
vision-language
blockchain-security
attack-detection
lora
agentic-economy
dogon
rocm
amd
conversational
Instructions to use Ibonon/imina_na_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ibonon/imina_na_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-2B-Instruct") model = PeftModel.from_pretrained(base_model, "Ibonon/imina_na_lora") - Notebooks
- Google Colab
- Kaggle
| { | |
| "best_global_step": null, | |
| "best_metric": null, | |
| "best_model_checkpoint": null, | |
| "epoch": 0.04, | |
| "eval_steps": 500, | |
| "global_step": 200, | |
| "is_hyper_param_search": false, | |
| "is_local_process_zero": true, | |
| "is_world_process_zero": true, | |
| "log_history": [ | |
| { | |
| "epoch": 0.004, | |
| "grad_norm": 2.131298542022705, | |
| "learning_rate": 0.00019962000000000002, | |
| "loss": 2.0121, | |
| "mean_token_accuracy": 0.6703190118074417, | |
| "num_tokens": 2348.0, | |
| "step": 20 | |
| }, | |
| { | |
| "epoch": 0.008, | |
| "grad_norm": 1.2890418767929077, | |
| "learning_rate": 0.00019922, | |
| "loss": 0.2751, | |
| "mean_token_accuracy": 0.9120438575744629, | |
| "num_tokens": 4697.0, | |
| "step": 40 | |
| }, | |
| { | |
| "epoch": 0.012, | |
| "grad_norm": 0.8126867413520813, | |
| "learning_rate": 0.00019882, | |
| "loss": 0.1966, | |
| "mean_token_accuracy": 0.9203487157821655, | |
| "num_tokens": 7014.0, | |
| "step": 60 | |
| }, | |
| { | |
| "epoch": 0.016, | |
| "grad_norm": 0.6051881313323975, | |
| "learning_rate": 0.00019842000000000001, | |
| "loss": 0.1851, | |
| "mean_token_accuracy": 0.9291799515485764, | |
| "num_tokens": 9327.0, | |
| "step": 80 | |
| }, | |
| { | |
| "epoch": 0.02, | |
| "grad_norm": 0.6378348469734192, | |
| "learning_rate": 0.00019802, | |
| "loss": 0.1766, | |
| "mean_token_accuracy": 0.9286984890699387, | |
| "num_tokens": 11670.0, | |
| "step": 100 | |
| }, | |
| { | |
| "epoch": 0.024, | |
| "grad_norm": 0.624138593673706, | |
| "learning_rate": 0.00019762, | |
| "loss": 0.1784, | |
| "mean_token_accuracy": 0.9264282643795013, | |
| "num_tokens": 14000.0, | |
| "step": 120 | |
| }, | |
| { | |
| "epoch": 0.028, | |
| "grad_norm": 0.2111046463251114, | |
| "learning_rate": 0.00019722, | |
| "loss": 0.1702, | |
| "mean_token_accuracy": 0.9321970880031586, | |
| "num_tokens": 16329.0, | |
| "step": 140 | |
| }, | |
| { | |
| "epoch": 0.032, | |
| "grad_norm": 0.5350440740585327, | |
| "learning_rate": 0.00019682, | |
| "loss": 0.171, | |
| "mean_token_accuracy": 0.9311463803052902, | |
| "num_tokens": 18667.0, | |
| "step": 160 | |
| }, | |
| { | |
| "epoch": 0.036, | |
| "grad_norm": 0.19237647950649261, | |
| "learning_rate": 0.00019642, | |
| "loss": 0.167, | |
| "mean_token_accuracy": 0.9345656305551528, | |
| "num_tokens": 20985.0, | |
| "step": 180 | |
| }, | |
| { | |
| "epoch": 0.04, | |
| "grad_norm": 0.28153756260871887, | |
| "learning_rate": 0.00019602, | |
| "loss": 0.1674, | |
| "mean_token_accuracy": 0.9329667061567306, | |
| "num_tokens": 23325.0, | |
| "step": 200 | |
| } | |
| ], | |
| "logging_steps": 20, | |
| "max_steps": 10000, | |
| "num_input_tokens_seen": 0, | |
| "num_train_epochs": 2, | |
| "save_steps": 200, | |
| "stateful_callbacks": { | |
| "TrainerControl": { | |
| "args": { | |
| "should_epoch_stop": false, | |
| "should_evaluate": false, | |
| "should_log": false, | |
| "should_save": true, | |
| "should_training_stop": false | |
| }, | |
| "attributes": {} | |
| } | |
| }, | |
| "total_flos": 282644684292096.0, | |
| "train_batch_size": 2, | |
| "trial_name": null, | |
| "trial_params": null | |
| } | |