CoolFace
Modelpublic

abrahamabelboodala/ALPHAGEOMETRY_ag_ckpt_vocab

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
Model Card

Alphageometry Weights and Vocabulary Setup

This repository provides an alternative method for setting up alphageometry, particularly useful for users encountering errors with the bash download.sh script from Google Drive.

Common Error

When running the download.sh script, you may encounter the following error:

bash
bash download.sh
# Error Output:
DATA=ag_ckpt_vocab
Retrieving folder list
Failed to retrieve folder contents:
file/folder name cannot be extracted from: ag_ckpt_vocab – Google Drive

Resolution Steps

  1. 1.Create a Folder:
  2. 2.At the root of your alphageometry folder, create a new folder named ag_ckpt_vocab. Example: alphageometry/ag_ckpt_vocab
  1. 1.Download Required Files:
  2. 2.Download and place the following three files inside your ag_ckpt_vocab folder:
  3. 3.geometry.757.vocab
  4. 4.geometry.757.model
  5. 5.checkpoint_10999999
  1. 1.Set Environment Variable:
  2. 2.Open a bash shell at the root of your alphageometry folder.
  3. 3.Execute the following command:
bash
     export DATA=ag_ckpt_vocab

Alternative to Step 3

Alternatively, you can automate the environment variable setup:

  1. 1.Create a file named extrasetup.sh in the root of your alphageometry folder.
  2. 2.Add the following line to extrasetup.sh:
bash
   export DATA=ag_ckpt_vocab
  1. 1.In a bash shell at the root of your alphageometry folder, execute:
bash
   bash extrasetup.sh