Image-Text-to-Text
PEFT
Safetensors
English
eltorio commited on
Commit
6d501c5
·
verified ·
1 Parent(s): 62825b8

Training in progress, step 3050

Browse files
Files changed (2) hide show
  1. README.md +4 -15
  2. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -14,12 +14,6 @@ pipeline_tag: image-to-text
14
 
15
  ![Stage](https://img.shields.io/badge/stage-early%20development-yellow)![License](https://img.shields.io/badge/license-Apache%202.0-blue)![Contributors Welcome](https://img.shields.io/badge/contributors-welcome-brightgreen)[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/#fileId=https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/ROCO-idefics3.ipynb)
16
 
17
- ## Star the project
18
-
19
- **If you appreciate my work, please consider giving it a star! 🤩**
20
- **I'm also looking for donations of free GPU time to complete the fine-tuning process.**
21
- **Please contact me if you can help! 🙏**
22
-
23
  ## A Fine-tuned Radiology-focused Model based on Hugging Face's Idefics3 Model
24
 
25
  This repository contains a fine-tuned version of the Hugging Face [Idefics3-8B-Llama3](https://huggingface.co/HuggingFaceM4/Idefics3-8B-Llama3) model, built on top of the Meta Llama 3.1 8B architecture. Our model, `IDEFICS3_ROCO`, has been fine-tuned on the [Radiology Objects in Context (ROCO)](https://huggingface.co/datasets/eltorio/ROCO-radiology) dataset, a large-scale medical and multimodal imaging collection.
@@ -33,7 +27,7 @@ This repository contains a fine-tuned version of the Hugging Face [Idefics3-8B-L
33
 
34
  ### Training Progress Status
35
 
36
- * Current checkpoint: 3000/12267 (~25% completed)
37
  * Estimated remaining GPU time: ~57 hours
38
  * Hardware requirements: T4 GPU with >16GB VRAM
39
  * Last update: november, 8th 2024
@@ -66,7 +60,7 @@ If you use this model in your work, please cite the original Idefics3 model and
66
 
67
  2. **Getting Started**
68
  * Fork the repository
69
- * Resume from checkpoint 3000/12267
70
  * Follow instructions in [ROCO-idefics3.ipynb](https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/ROCO-idefics3.ipynb) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/#fileId=https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/ROCO-idefics3.ipynb)
71
 
72
  3. **Contact**
@@ -74,15 +68,10 @@ If you use this model in your work, please cite the original Idefics3 model and
74
 
75
  ### Docker Image
76
 
77
- A AI training docker image is available for this model. The image and includes all necessary dependencies to run the fine-tuning process.
78
- You need to set the `HF_TOKEN` environment variable to your Hugging Face API token.
79
- You also need to have NVidia Docker container runtime installed.
80
- Finnaly, you need to run the container with GPU support with `--gpus all` option.
81
- The image is available on Docker Hub:
82
 
83
  ```bash
84
- export HF_TOKEN=hf_some_token
85
- docker run --gpus all --user=42420:42420 -e HF_TOKEN=$HF_TOKEN -it sctg/roco-idefics3:latest bash -i /start.sh $HF_TOKEN
86
  ```
87
 
88
  The Dockerfile is available in the [IDEFICS_ROCO repository](https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/Dockerfile).
 
14
 
15
  ![Stage](https://img.shields.io/badge/stage-early%20development-yellow)![License](https://img.shields.io/badge/license-Apache%202.0-blue)![Contributors Welcome](https://img.shields.io/badge/contributors-welcome-brightgreen)[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/#fileId=https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/ROCO-idefics3.ipynb)
16
 
 
 
 
 
 
 
17
  ## A Fine-tuned Radiology-focused Model based on Hugging Face's Idefics3 Model
18
 
19
  This repository contains a fine-tuned version of the Hugging Face [Idefics3-8B-Llama3](https://huggingface.co/HuggingFaceM4/Idefics3-8B-Llama3) model, built on top of the Meta Llama 3.1 8B architecture. Our model, `IDEFICS3_ROCO`, has been fine-tuned on the [Radiology Objects in Context (ROCO)](https://huggingface.co/datasets/eltorio/ROCO-radiology) dataset, a large-scale medical and multimodal imaging collection.
 
27
 
28
  ### Training Progress Status
29
 
30
+ * Current checkpoint: 2350/12267 (~19% completed) (in branch bug-restart)
31
  * Estimated remaining GPU time: ~57 hours
32
  * Hardware requirements: T4 GPU with >16GB VRAM
33
  * Last update: november, 8th 2024
 
60
 
61
  2. **Getting Started**
62
  * Fork the repository
63
+ * Resume from checkpoint 2350/12267 (in branch bug-restart)
64
  * Follow instructions in [ROCO-idefics3.ipynb](https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/ROCO-idefics3.ipynb) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/#fileId=https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/ROCO-idefics3.ipynb)
65
 
66
  3. **Contact**
 
68
 
69
  ### Docker Image
70
 
71
+ A AI training docker image is available for this model. The image and includes all necessary dependencies to run the fine-tuning process. The image is available on Docker Hub:
 
 
 
 
72
 
73
  ```bash
74
+ docker run --user=42420:42420 -it sctg/roco-idefics3:latest /start.sh hf_TOKEN
 
75
  ```
76
 
77
  The Dockerfile is available in the [IDEFICS_ROCO repository](https://huggingface.co/eltorio/IDEFICS3_ROCO/blob/main/Dockerfile).
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8288e64e822291fae897d898aa4bce67c16d632ff9f1af03e8d67793f8f11254
3
  size 83950224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1deb6dd01ece7c8ddbcb3b09a71f057619ec8d5cb752360665614687a393b3f8
3
  size 83950224