nielsr HF Staff commited on
Commit
55af3d9
·
verified ·
1 Parent(s): 065baba

Add link to paper and metadata

Browse files

This PR ensures your model shows up at https://huggingface.co/papers/2505.19819.

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,9 +1,14 @@
 
 
 
 
 
 
1
 
2
- # Model Card for Model ID
3
-
4
- <!-- Provide a quick summary of what the model is/does. -->
5
 
 
6
 
 
7
 
8
  ## Model Details
9
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ base_model:
5
+ - meta-llama/Llama-3.1-8B-Instruct
6
+ ---
7
 
 
 
 
8
 
9
+ # Model Card for Model ID
10
 
11
+ This repository contains the model presented in [FinLoRA: Benchmarking LoRA Methods for Fine-Tuning LLMs on Financial Datasets](https://huggingface.co/papers/2505.19819).
12
 
13
  ## Model Details
14