Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkeun00 authored May 20, 2024
1 parent 8e77696 commit 921d3ea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Huggingface Integration

As the software design of LogIX prioritized the compatibility with other
tools in the ML ecosystem, we were able to integrate LogIX into Huggingface
(Transformers) Trainer. This example shows how to patch HF Trainer to
enable LogIX for BERT+GLUE and GPT+WikiText examples.

### Log Extraction

```bash
python bert_log.py # BERT
python gpt_log.py # GPT
```

### Influence Analysis

```bash
python bert_influence.py # BERT
python gpt_influence.py # GPT
```

0 comments on commit 921d3ea

Please sign in to comment.