Text Generation
Transformers
PyTorch
English
Spanish
llama
text-generation-inference
Inference Endpoints
erfanzar commited on
Commit
276ecc3
·
1 Parent(s): 4037b3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,9 +9,13 @@ language:
9
  - es
10
  metrics:
11
  - accuracy
 
12
  pipeline_tag: text-generation
13
  ---
14
 
 
 
 
15
  I used Alpaca Prompting Method
16
 
17
  ```python
 
9
  - es
10
  metrics:
11
  - accuracy
12
+ - bleu
13
  pipeline_tag: text-generation
14
  ---
15
 
16
+ # Note
17
+ ## Orginal LLaMA Weights Is not used in this model so it's MIT Licenced
18
+
19
  I used Alpaca Prompting Method
20
 
21
  ```python