ash001 commited on
Commit
13d0bbc
·
verified ·
1 Parent(s): a161197

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # OPT-1.3B Fine-tuned with PyTorch FSDP
5
+
6
+ This model is a fine-tuned version of [facebook/opt-1.3b](https://huggingface.co/facebook/opt-1.3b), fine-tuned using PyTorch's Fully Sharded Data Parallel (FSDP) for efficient multi-GPU training on consumer hardware.
7
+
8
+ This model was fine-tuned using the [arxiv-abstract-dataset](https://huggingface.co/datasets/ash001/arxiv-abstract) on 2 × T4 16GB GPUs.
9
+
10
+ For detailed implementation, training procedures, and reproducibility instructions, please check out the [project repository](https://github.com/sparklerz/multigpu-llm-finetuning/edit/main/pytorch-fsdp).