xap commited on
Commit
6b1e8e5
1 Parent(s): 726a029

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -44,4 +44,17 @@ inputt = "Below is an instruction that describes a task, paired with an input th
44
  inputs = tokenizer(inputt,return_tensors="pt")
45
  outputs = model.generate(**inputs, max_new_tokens=5)
46
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ```
 
44
  inputs = tokenizer(inputt,return_tensors="pt")
45
  outputs = model.generate(**inputs, max_new_tokens=5)
46
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
47
+ ```
48
+
49
+ ## Citation
50
+
51
+ ```
52
+ @misc {jeevan_2024,
53
+ author = { {jeevan} },
54
+ title = { Meta-Llama3-8B-Instruct-assessment (Revision 726a029) },
55
+ year = 2024,
56
+ url = { https://huggingface.co/xap/Meta-Llama3-8B-Instruct-assessment },
57
+ doi = { 10.57967/hf/2244 },
58
+ publisher = { Hugging Face }
59
+ }
60
  ```