Agnuxo commited on
Commit
805afde
·
verified ·
1 Parent(s): d809666

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -2
README.md CHANGED
@@ -1,4 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # Modelo Fine-tuned: Agnuxo/Llama-3.1-Minitron-4B-Instruct_CODE_Python_Spanish_English_16bit
3
 
4
  Este modelo ha sido afinado para la tarea de glue (sst2) y ha sido evaluado con los siguientes resultados:
@@ -9,5 +62,4 @@
9
 
10
  Puedes encontrar más detalles en mi [GitHub](https://github.com/Agnuxo1).
11
 
12
- Thanks for your interest in this model!
13
-
 
1
+ ---
2
+ language:
3
+ - en
4
+ - es
5
+ license: apache-2.0
6
+ tags:
7
+ - text-generation-inference
8
+ - transformers
9
+ - unsloth
10
+ - mistral
11
+ - gguf
12
+ datasets:
13
+ - iamtarun/python_code_instructions_18k_alpaca
14
+ - jtatman/python-code-dataset-500k
15
+ - flytech/python-codes-25k
16
+ - Vezora/Tested-143k-Python-Alpaca
17
+ - codefuse-ai/CodeExercise-Python-27k
18
+ - Vezora/Tested-22k-Python-Alpaca
19
+ - mlabonne/Evol-Instruct-Python-26k
20
+ library_name: adapter-transformers
21
+ metrics:
22
+ - accuracy
23
+ - bertscore
24
+ ---
25
 
26
+ # Uploaded model
27
+
28
+ [<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" width="100"/><img src="https://github.githubassets.com/assets/GitHub-Logo-ee398b662d42.png" width="100"/>](https://github.com/Agnuxo1)
29
+ - **Developed by:** Agnuxo(https://github.com/Agnuxo1)
30
+ - **License:** apache-2.0
31
+ - **Finetuned from model :** Agnuxo/Mistral-NeMo-Minitron-8B-Base-Nebulal
32
+
33
+ This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
34
+
35
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
36
+
37
+
38
+ ## Benchmark Results
39
+
40
+ This model has been fine-tuned for various tasks and evaluated on the following benchmarks:
41
+
42
+ ### accuracy
43
+ **Accuracy:** Not Available
44
+
45
+ ![accuracy Accuracy](./accuracy_accuracy.png)
46
+
47
+ ### bertscore
48
+ **Bertscore:** Not Available
49
+
50
+ ![bertscore Bertscore](./bertscore_bertscore.png)
51
+
52
+
53
+
54
+ For more details, visit my [GitHub](https://github.com/Agnuxo1).
55
  # Modelo Fine-tuned: Agnuxo/Llama-3.1-Minitron-4B-Instruct_CODE_Python_Spanish_English_16bit
56
 
57
  Este modelo ha sido afinado para la tarea de glue (sst2) y ha sido evaluado con los siguientes resultados:
 
62
 
63
  Puedes encontrar más detalles en mi [GitHub](https://github.com/Agnuxo1).
64
 
65
+ Thanks for your interest in this model!