adrianpintilie commited on
Commit
f86dbac
·
verified ·
1 Parent(s): 55615cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -6
README.md CHANGED
@@ -10,15 +10,39 @@ license: mit
10
 
11
  # EminescuAI
12
 
13
- Acest model este o versiune fine-tuned a meta-llama/Llama-3.1-8B folosind tehnica LoRA.
 
14
 
15
- ## Detalii model
16
 
17
- - **Model de bază:** meta-llama/Llama-3.1-8B
18
- - **Tehnică:** LoRA (Low-Rank Adaptation)
19
- - **Limbă:** Română
 
20
 
21
- ## Utilizare
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ```python
24
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
10
 
11
  # EminescuAI
12
 
13
+ ## Overview
14
+ EminescuAI is a specialized language model based on meta-llama/Llama-3.1-8B, fine-tuned using LoRA (Low-Rank Adaptation) technology. The model was trained on the public literary works of Mihai Eminescu, one of Romania's most influential poets and writers.Due to its relatively compact size of 8B parameters, the model has limited reasoning capabilities. While it excels at creative and stylistic tasks that mirror Eminescu's writing style, it may struggle with complex logical reasoning, long input prompts, or sophisticated dialogue.
15
 
16
+ ## Technical Details
17
 
18
+ - **Base Model:** meta-llama/Llama-3.1-8B
19
+ - **Fine-tuning Method:** LoRA (Low-Rank Adaptation)
20
+ - **Training Data:** Public works by Mihai Eminescu
21
+ - **Primary Language:** Romanian
22
 
23
+ ## Capabilities
24
+ The model excels at generating text in Romanian that reflects Eminescu's literary style
25
+
26
+ It performs better on descriptive writing tasks, particularly:
27
+ - Nature-themed poetry
28
+ - Seasonal descriptions
29
+ - Romantic and contemplative prose
30
+ - Understanding and responding to Romanian language prompts
31
+
32
+ Ideal for:
33
+ - Creative writing in Romanian
34
+ - Generating descriptive text inspired by Romanian romantic literature
35
+
36
+ ## Limitations
37
+ For optimal results:
38
+ - Use Romanian language prompts
39
+ - Focus on descriptive and creative writing tasks
40
+ - Keep in mind the model works best with themes common in Romanian romantic literature
41
+
42
+ ## Technical Note
43
+ This model represents an application of modern AI technology to classical Romanian literature, demonstrating how historical literary styles can be preserved and studied using machine learning techniques.
44
+
45
+ ## Usage
46
 
47
  ```python
48
  from transformers import AutoModelForCausalLM, AutoTokenizer