kirankunapuli commited on
Commit
1b1c1a2
1 Parent(s): edcf30b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -13
README.md CHANGED
@@ -1,15 +1,32 @@
1
- ---
2
- base_model: unsloth/mistral-7b-v0.3-bnb-4bit
3
- language:
4
- - en
5
- license: apache-2.0
6
- tags:
7
- - text-generation-inference
8
- - transformers
9
- - unsloth
10
- - mistral
11
- - trl
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  # Uploaded model
15
 
@@ -19,4 +36,4 @@ tags:
19
 
20
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
+ ---
2
+ base_model: unsloth/mistral-7b-v0.3-bnb-4bit
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ tags:
7
+ - text-generation-inference
8
+ - transformers
9
+ - unsloth
10
+ - mistral
11
+ - trl
12
+ - legal
13
+ datasets:
14
+ - hugsid/legal-contracts
15
+ metrics:
16
+ - bertscore
17
+ - perplexity
18
+ - rouge
19
+ library_name: transformers
20
+ ---
21
+ # About
22
+
23
+ Best Summer School Project, IIIT Hyderabad - Jul 2024
24
+
25
+ Awarded 2nd place for Continued Pre-training of LLM on Legal Contracts - LLM Domain Adaptation project at Summer School on NLP, IIIT Hyderabad.
26
+
27
+ Slide deck of the presentation is linked [here](https://1drv.ms/p/s!Aoy5GE6lUEKygbYU2-ZCFVsI5Kiawg?e=pREbff).
28
+
29
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64b97d7bf602541ef75e9d18/Gng-MI5hRICq0Sea1vpLv.png)
30
 
31
  # Uploaded model
32
 
 
36
 
37
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
38
 
39
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)