@@ -4,7 +4,6 @@ scikit-learn
|
|||||||
seqeval
|
seqeval
|
||||||
psutil
|
psutil
|
||||||
sacrebleu >= 1.4.12
|
sacrebleu >= 1.4.12
|
||||||
git+https://github.com/huggingface/accelerate@main#egg=accelerate
|
|
||||||
rouge-score
|
rouge-score
|
||||||
tensorflow_datasets
|
tensorflow_datasets
|
||||||
matplotlib
|
matplotlib
|
||||||
|
|||||||
@@ -14,8 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
"""
|
"""
|
||||||
Fine-tuning a 🤗 Transformers model on token classification tasks (NER, POS, CHUNKS) relying on the accelerate library
|
Fine-tuning a 🤗 Transformers model on token classification tasks (NER, POS, CHUNKS)
|
||||||
without using a Trainer.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user