nordenxgt commited on
Commit
616829f
1 Parent(s): 11a59de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - pytorch
10
  - llama
11
  - llama-3
 
12
  ---
13
 
14
  This model is the initial test version, finetuned using LLaMA-3-8B version provided by UnslothAI in Nepali Language.
@@ -64,7 +65,7 @@ alpaca_prompt = """Below is an instruction that describes a task, paired with an
64
  inputs = tokenizer(
65
  [
66
  alpaca_prompt.format(
67
- "गौतम बुद्धको जन्म कुन देशमा भएको थियो? # instruction
68
  "", # input
69
  "", # output - leave this blank for generation!
70
  )
 
9
  - pytorch
10
  - llama
11
  - llama-3
12
+ - conversational
13
  ---
14
 
15
  This model is the initial test version, finetuned using LLaMA-3-8B version provided by UnslothAI in Nepali Language.
 
65
  inputs = tokenizer(
66
  [
67
  alpaca_prompt.format(
68
+ "गौतम बुद्धको जन्म कुन देशमा भएको थियो?" # instruction
69
  "", # input
70
  "", # output - leave this blank for generation!
71
  )