Update README.md
Browse files
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
|