nawazadroit commited on
Commit
ca22425
Β·
verified Β·
1 Parent(s): ebfc99d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -28,7 +28,6 @@ This is a **simple tool-calling test model**, finetuned specifically on a custom
28
  ## πŸš€ Features
29
 
30
  - βœ… Lightweight 1B parameter model
31
- - βœ… Trained using [Unsloth](https://github.com/unslothai/unsloth) for 2x faster fine-tuning
32
  - βœ… Uses Huggingface's TRL library for reward modeling and instruction tuning
33
  - βœ… Ideal for testing local tool-calling setups
34
  - βœ… Compatible with GGUF format for efficient inference
@@ -45,15 +44,10 @@ The model was trained on a JSON dataset (`dataset.json`) containing multi-turn d
45
 
46
  ---
47
 
48
- ## πŸ–ΌοΈ Logo
49
-
50
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
51
-
52
- ---
53
 
54
  ## πŸ”— Links
55
 
56
- - πŸ”§ [Unsloth GitHub](https://github.com/unslothai/unsloth)
57
  - πŸ“š [Hugging Face Transformers](https://github.com/huggingface/transformers)
58
  - πŸ”¬ [TRL Library](https://github.com/huggingface/trl)
59
 
 
28
  ## πŸš€ Features
29
 
30
  - βœ… Lightweight 1B parameter model
 
31
  - βœ… Uses Huggingface's TRL library for reward modeling and instruction tuning
32
  - βœ… Ideal for testing local tool-calling setups
33
  - βœ… Compatible with GGUF format for efficient inference
 
44
 
45
  ---
46
 
 
 
 
 
 
47
 
48
  ## πŸ”— Links
49
 
50
+
51
  - πŸ“š [Hugging Face Transformers](https://github.com/huggingface/transformers)
52
  - πŸ”¬ [TRL Library](https://github.com/huggingface/trl)
53