"ml/backend/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "d75557747357bfb3afd441a0cc207ec944bd3a18"
Unverified Commit cd3e0211 authored by Zachary Mueller's avatar Zachary Mueller Committed by GitHub
Browse files

Remove accelerate from tf test reqs (#22777)

Remove accelerate from tf
parent f8c43c94
......@@ -4,7 +4,6 @@ scikit-learn
seqeval
psutil
sacrebleu >= 1.4.12
git+https://github.com/huggingface/accelerate@main#egg=accelerate
rouge-score
tensorflow_datasets
matplotlib
......
......@@ -14,8 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""
Fine-tuning a 🤗 Transformers model on token classification tasks (NER, POS, CHUNKS) relying on the accelerate library
without using a Trainer.
Fine-tuning a 🤗 Transformers model on token classification tasks (NER, POS, CHUNKS)
"""
import json
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment