m-polignano-uniba commited on
Commit
848a6af
•
1 Parent(s): 2d4b3bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -253,6 +253,11 @@ The 🌟**ANITA project**🌟 *(**A**dvanced **N**atural-based interaction for t
253
  - **Context length**: 8K, 8192.
254
  <hr>
255
 
 
 
 
 
 
256
  ### Transformers
257
 
258
  For direct use with `transformers`, you can easily get started with the following steps.
@@ -374,8 +379,23 @@ For direct use with `unsloth`, you can easily get started with the following ste
374
 
375
 
376
  <hr>
377
- #### Unsloth
 
378
 
379
  <img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/made with unsloth.png" width="200px" align="center" />
380
 
381
- [Unsloth](https://unsloth.ai), a great tool that helps us easily develop products, at a lower cost than expected.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
  - **Context length**: 8K, 8192.
254
  <hr>
255
 
256
+ ## Playground
257
+
258
+ To use the model directly, there are many ways to get started, choose one of the following ways to experience it.
259
+
260
+
261
  ### Transformers
262
 
263
  For direct use with `transformers`, you can easily get started with the following steps.
 
379
 
380
 
381
  <hr>
382
+
383
+ ## Unsloth
384
 
385
  <img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/made with unsloth.png" width="200px" align="center" />
386
 
387
+ [Unsloth](https://unsloth.ai), a great tool that helps us easily develop products, at a lower cost than expected.
388
+
389
+ ## Citation instructions
390
+
391
+ @article{llama3modelcard,
392
+
393
+ title={Llama 3 Model Card},
394
+
395
+ author={AI@Meta},
396
+
397
+ year={2024},
398
+
399
+ url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
400
+
401
+ }