Image-Text-to-Text
PEFT
Safetensors
English
æLtorio commited on
Commit
e6f9e1a
1 Parent(s): 2892d82

remove unused code

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. ROCO-idefics3.ipynb +1 -4
README.md CHANGED
@@ -68,4 +68,4 @@ If you use this model in your work, please cite the original Idefics3 model and
68
 
69
  ### Acknowledgments
70
 
71
- This work was made possible by the [Hugging Face Transformers](https://huggingface.co/) library and the [ROCO-radiology dataset](https://huggingface.co/datasets/eltorio/ROCO-radiology).
 
68
 
69
  ### Acknowledgments
70
 
71
+ This work was made possible by the [Hugging Face Transformers](https://huggingface.co/) library and the [ROCO-radiology dataset](https://huggingface.co/datasets/eltorio/ROCO-radiology).
ROCO-idefics3.ipynb CHANGED
@@ -111,9 +111,6 @@
111
  "import os\n",
112
  "\n",
113
  "HF_TOKEN = \"\"\n",
114
- "if os.getenv('HF_TOKEN') is not None:\n",
115
- " HF_TOKEN = os.getenv('HF_TOKEN')\n",
116
- " print(f\"Hugging Face token found in environment variable\")\n",
117
  "\n",
118
  "if os.environ.get('HF_TOKEN') is not None:\n",
119
  " HF_TOKEN = os.environ.get('HF_TOKEN')\n",
@@ -1144,7 +1141,7 @@
1144
  "id": "E9S0cz0YAMtF"
1145
  },
1146
  "source": [
1147
- "### Step 3: Test the data."
1148
  ]
1149
  },
1150
  {
 
111
  "import os\n",
112
  "\n",
113
  "HF_TOKEN = \"\"\n",
 
 
 
114
  "\n",
115
  "if os.environ.get('HF_TOKEN') is not None:\n",
116
  " HF_TOKEN = os.environ.get('HF_TOKEN')\n",
 
1141
  "id": "E9S0cz0YAMtF"
1142
  },
1143
  "source": [
1144
+ "### Step 3: Test the data for detecting wrong Pillow version."
1145
  ]
1146
  },
1147
  {