Georg85 commited on
Commit
b3640b5
·
verified ·
1 Parent(s): b103b22

Update README.md

Browse files

## 🛡️ Fine-Tuned Viking BERT for Icelandic Text Classification

This model is a fine-tuned version of `bert-base-multilingual-cased`, trained on a GLUE-style dataset using Icelandic text written in the poetic, expressive tone of a Viking lord and artist.

### 🧪 Tasks:
- Sentence classification (binary or multiclass)
- Sentiment detection
- Semantic agreement (entailment-like)

### ⚔️ Data:
Custom-crafted Icelandic training samples inspired by the GLUE MRPC and SST-2 tasks, rewritten in old Norse poetic style.

### 🧠 Base Model:
`bert-base-multilingual-cased` (Apache 2.0 license)

### 🔢 Metrics:
- Accuracy
- F1 Score
- Precision / Recall

### 📚 Use Cases:
- Viking-themed dialogue agents
- Artistic Icelandic classification models
- Norse-flavored sentiment bots

Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - open-r1/Mixture-of-Thoughts
5
+ language:
6
+ - is
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ base_model:
13
+ - google-bert/bert-base-multilingual-cased
14
+ pipeline_tag: text-classification
15
+ ---