raccoote commited on
Commit
0d17570
1 Parent(s): 11dd348

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -11,12 +11,12 @@ tags:
11
 
12
  # Model Card for Model ID
13
 
14
- A fine-tuned Llama-3.1-8B, designed.
15
  ## Model Details
16
 
17
  ### Model Description
18
 
19
- <!-- Provide a longer summary of what this model is. -->
20
 
21
 
22
 
@@ -24,7 +24,7 @@ A fine-tuned Llama-3.1-8B, designed.
24
  - **Model type:** Text Generation
25
  - **Language(s) (NLP):** English
26
  - **License:** Apache license 2.0
27
- - **Finetuned from model Llama 3.1 8B:** trained with unsloth.
28
 
29
  ### Model Sources [optional]
30
 
@@ -78,9 +78,15 @@ Use the code below to get started with the model.
78
 
79
  ### Training Data
80
 
81
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
 
 
 
 
 
 
 
82
 
83
- [More Information Needed]
84
 
85
  ### Training Procedure
86
 
 
11
 
12
  # Model Card for Model ID
13
 
14
+ A fine-tuned version of Llama-3.1-8B, designed to generate Angry Birds levels based on simple text descriptions. The model is trained using the Unsloth library and is optimized to produce game-level designs that can be directly imported into the official Angry Birds game.
15
  ## Model Details
16
 
17
  ### Model Description
18
 
19
+ This model can be used to generate new levels for the Angry Birds game using simple text inputs. Users can describe elements like "a tall tower made of wood with a pig on top" or "multiple structures with TNT boxes and glass blocks," and the model will create a level design matching the description.
20
 
21
 
22
 
 
24
  - **Model type:** Text Generation
25
  - **Language(s) (NLP):** English
26
  - **License:** Apache license 2.0
27
+ - **Finetuned from:** Meta-Llama-3.1-8B using the Unsloth library
28
 
29
  ### Model Sources [optional]
30
 
 
78
 
79
  ### Training Data
80
 
81
+ The model was fine-tuned using a diverse dataset that includes:
82
+
83
+ - Existing Angry Birds levels, descriptions, and user-generated content to capture the typical structure, patterns, and elements of the game.
84
+ - Additional levels created by us to introduce new variations and elements not found in the original dataset.
85
+ - Data augmentation techniques were employed, such as creating variations of the same level with different bird types (e.g., red birds and then yellow birds), to enhance the diversity of the generated outputs.
86
+
87
+ https://huggingface.co/datasets/raccoote/angry-birds-levels
88
+
89
 
 
90
 
91
  ### Training Procedure
92