A-Mahla HF Staff commited on
Commit
1bd88fe
·
verified ·
1 Parent(s): a685456

End of training

Browse files
Files changed (4) hide show
  1. README.md +5 -1
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +7 -0
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
  base_model: HuggingFaceTB/SmolVLM2-2.2B-Instruct
 
3
  library_name: transformers
4
  model_name: SmolVLM2-2.2B-Instruct-Agentic-GUI
5
  tags:
6
  - generated_from_trainer
 
 
 
7
  - trl
8
  - sft
9
  licence: license
@@ -11,7 +15,7 @@ licence: license
11
 
12
  # Model Card for SmolVLM2-2.2B-Instruct-Agentic-GUI
13
 
14
- This model is a fine-tuned version of [HuggingFaceTB/SmolVLM2-2.2B-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
1
  ---
2
  base_model: HuggingFaceTB/SmolVLM2-2.2B-Instruct
3
+ datasets: smolagents/aguvis-stage-2
4
  library_name: transformers
5
  model_name: SmolVLM2-2.2B-Instruct-Agentic-GUI
6
  tags:
7
  - generated_from_trainer
8
+ - open-r1
9
+ - vision-language
10
+ - vlm
11
  - trl
12
  - sft
13
  licence: license
 
15
 
16
  # Model Card for SmolVLM2-2.2B-Instruct-Agentic-GUI
17
 
18
+ This model is a fine-tuned version of [HuggingFaceTB/SmolVLM2-2.2B-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) on the [smolagents/aguvis-stage-2](https://huggingface.co/datasets/smolagents/aguvis-stage-2) dataset.
19
  It has been trained using [TRL](https://github.com/huggingface/trl).
20
 
21
  ## Quick start
all_results.json CHANGED
@@ -1,4 +1,9 @@
1
  {
 
 
 
 
 
2
  "total_flos": 6033817814958080.0,
3
  "train_loss": 0.6046972061422738,
4
  "train_runtime": 27367.7567,
 
1
  {
2
+ "eval_loss": 0.497082382440567,
3
+ "eval_runtime": 148.4737,
4
+ "eval_samples": 3639,
5
+ "eval_samples_per_second": 24.509,
6
+ "eval_steps_per_second": 0.768,
7
  "total_flos": 6033817814958080.0,
8
  "train_loss": 0.6046972061422738,
9
  "train_runtime": 27367.7567,
config.json CHANGED
@@ -119,7 +119,7 @@
119
  "tie_word_embeddings": false,
120
  "torch_dtype": "bfloat16",
121
  "transformers_version": "4.52.3",
122
- "use_cache": false,
123
  "use_reentrant_checkpointing": false,
124
  "vision_config": {
125
  "attention_dropout": 0.0,
 
119
  "tie_word_embeddings": false,
120
  "torch_dtype": "bfloat16",
121
  "transformers_version": "4.52.3",
122
+ "use_cache": true,
123
  "use_reentrant_checkpointing": false,
124
  "vision_config": {
125
  "attention_dropout": 0.0,
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_loss": 0.497082382440567,
3
+ "eval_runtime": 148.4737,
4
+ "eval_samples": 3639,
5
+ "eval_samples_per_second": 24.509,
6
+ "eval_steps_per_second": 0.768
7
+ }