Image Classification
timm
drhead commited on
Commit
fd00c4c
1 Parent(s): 22d89e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -5,6 +5,10 @@ pipeline_tag: image-classification
5
  ---
6
  # RedRocket Joint Tagger Project
7
 
 
 
 
 
8
  ## JTP-1: PILOT
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
@@ -30,7 +34,8 @@ PILOT is the first model of this series. It is trained on **over 9000** tags --
30
  <!-- Provide the basic links for the model. -->
31
 
32
  - **Repository:** Here!
33
- - **Demo:** https://huggingface.co/spaces/RedRocket/JointTaggerProject-Inference
 
34
 
35
  ## Uses
36
 
 
5
  ---
6
  # RedRocket Joint Tagger Project
7
 
8
+ ## JTP-1.1: PILOT2
9
+
10
+ **NEW 2024-07-02**: This model is an incremental improvement over PILOT. It features a gated model head and some changes were made to training hyperparameters. Inference code will need some changes to account for the architecture changes. Both models will be hosted on HF spaces until more testing between the two can be done.
11
+
12
  ## JTP-1: PILOT
13
 
14
  <!-- Provide a quick summary of what the model is/does. -->
 
34
  <!-- Provide the basic links for the model. -->
35
 
36
  - **Repository:** Here!
37
+ - **Demo (PILOT):** https://huggingface.co/spaces/RedRocket/JointTaggerProject-Inference
38
+ - **Demo (PILOT2):** https://huggingface.co/spaces/RedRocket/JointTaggerProject-Inference-Beta
39
 
40
  ## Uses
41