Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704473125
  • Loading branch information
tensorflower-gardener committed Dec 10, 2024
1 parent b7f8343 commit ff0a7d0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion official/legacy/xlnet/preprocess_classification_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import csv
import os

# Import libraries
from absl import app
from absl import flags
from absl import logging
Expand Down
1 change: 0 additions & 1 deletion official/legacy/xlnet/preprocess_pretrain_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import os
import random

# Import libraries
from absl import app
from absl import flags
from absl import logging
Expand Down
1 change: 0 additions & 1 deletion official/legacy/xlnet/preprocess_squad_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import os
import random

# Import libraries
from absl import app
from absl import flags
from absl import logging
Expand Down
1 change: 0 additions & 1 deletion official/legacy/xlnet/run_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""XLNet classification finetuning runner in tf2.0."""

import functools
# Import libraries
from absl import app
from absl import flags
from absl import logging
Expand Down
1 change: 0 additions & 1 deletion official/legacy/xlnet/run_pretrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import functools
import os

# Import libraries
from absl import app
from absl import flags
from absl import logging
Expand Down
1 change: 0 additions & 1 deletion official/legacy/xlnet/run_squad.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import os
import pickle

# Import libraries
from absl import app
from absl import flags
from absl import logging
Expand Down

0 comments on commit ff0a7d0

Please sign in to comment.