Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,12 @@ pipeline_tag: text-generation
|
|
| 5 |
tags:
|
| 6 |
- base_model:adapter:google/gemma-3-1b-it
|
| 7 |
- lora
|
| 8 |
-
- sft
|
| 9 |
- transformers
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Gemma 3 Interview LoRA — 1B Instruct
|
|
@@ -87,4 +90,4 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
| 87 |
year={2025},
|
| 88 |
url={https://huggingface.co/Shlok307/gemma3-interview-lora}
|
| 89 |
}
|
| 90 |
-
```
|
|
|
|
| 5 |
tags:
|
| 6 |
- base_model:adapter:google/gemma-3-1b-it
|
| 7 |
- lora
|
|
|
|
| 8 |
- transformers
|
| 9 |
+
license: cc-by-4.0
|
| 10 |
+
datasets:
|
| 11 |
+
- Shlok307/Interview_questions
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
---
|
| 15 |
|
| 16 |
# Gemma 3 Interview LoRA — 1B Instruct
|
|
|
|
| 90 |
year={2025},
|
| 91 |
url={https://huggingface.co/Shlok307/gemma3-interview-lora}
|
| 92 |
}
|
| 93 |
+
```
|